|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ensemble.JoinOps
JoinOps binds together the list of properties requested from a Group when it is created.
Field Summary | |
boolean |
client
|
boolean |
debug
use a debugging stack? |
static java.lang.String |
DEFAULT_PROPERTIES
|
java.lang.String |
endpt
Coose the endpoint name |
java.lang.String |
group_name
The group name. |
boolean |
groupd
Use the group-daemon server? |
double |
hrtbt_rate
The rate of heartbeats provided. |
java.lang.String |
params
Specific parameters to pass to Ensemble. |
java.lang.String |
princ
The principal name |
java.lang.String |
properties
The requsted list of properties. |
java.lang.String |
protocol
The group-communication stack to be used. |
boolean |
secure
Use a secure stack? |
java.lang.String |
transports
What is the requested transport layer. |
boolean |
use_properties
Both properties and protocol can be used to determine the stack. |
Constructor Summary | |
JoinOps()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String DEFAULT_PROPERTIES
public double hrtbt_rate
Callbacks.heartbeat(double)
callback will be called with the
current time.
public java.lang.String transports
public java.lang.String protocol
public java.lang.String group_name
public java.lang.String properties
public boolean use_properties
public boolean groupd
public java.lang.String params
public boolean client
public boolean debug
public java.lang.String endpt
public java.lang.String princ
public boolean secure
Constructor Detail |
public JoinOps()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |