ensemble
Class JoinOps

java.lang.Object
  |
  +--ensemble.JoinOps

public class JoinOps
extends java.lang.Object

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

DEFAULT_PROPERTIES

public static final java.lang.String DEFAULT_PROPERTIES
See Also:
Constant Field Values

hrtbt_rate

public double hrtbt_rate
The rate of heartbeats provided. Every xxx time, the Callbacks.heartbeat(double) callback will be called with the current time.


transports

public java.lang.String transports
What is the requested transport layer. At the time of writing the supported list was is [Multicast, UDP, TCP].


protocol

public java.lang.String protocol
The group-communication stack to be used.


group_name

public java.lang.String group_name
The group name.


properties

public java.lang.String properties
The requsted list of properties.


use_properties

public boolean use_properties
Both properties and protocol can be used to determine the stack. use_properties arbiterates between them.


groupd

public boolean groupd
Use the group-daemon server?


params

public java.lang.String params
Specific parameters to pass to Ensemble.


client

public boolean client

debug

public boolean debug
use a debugging stack?


endpt

public java.lang.String endpt
Coose the endpoint name


princ

public java.lang.String princ
The principal name


secure

public boolean secure
Use a secure stack?

Constructor Detail

JoinOps

public JoinOps()