| java.lang.Object com.sun.jbi.binding.proxy.connection.EventInfo com.sun.jbi.binding.proxy.HelloAckInfo
HelloAckInfo | public class HelloAckInfo extends EventInfo (Code) | | Represents a HelloAck message.
author: Sun Microsystems, Inc |
HelloAckInfo | public HelloAckInfo(String id, long birthtime, long transitionTime, String masterId, long masterBirthTime, LinkedList members)(Code) | | Constructor.
|
getBirthtime | public long getBirthtime()(Code) | | Accessor for Birthtime.
long containing the Birthtime. |
getInstanceId | public String getInstanceId()(Code) | | Accessor for InstanceId.
String containing the instanceId. |
getLastTransitionTime | public long getLastTransitionTime()(Code) | | Accessor for LastTransitionTime.
String containing the InstanceId. |
getMasterBirthTime | public long getMasterBirthTime()(Code) | | Accessor for MasterBirthTime.
long containing the masterBirthTime. |
getMasterId | public String getMasterId()(Code) | | Accessor for MasterId.
String containing the masterId. |
getMembers | public LinkedList getMembers()(Code) | | Accessor for Members.
LinkedList containing the members of this instance. |
|
|