public class AliveAndReadyViewImpl extends Object implements com.sun.enterprise.ee.cms.core.AliveAndReadyView
| Constructor and Description |
|---|
AliveAndReadyViewImpl(SortedSet<String> members,
long viewId) |
| Modifier and Type | Method and Description |
|---|---|
SortedSet<String> |
getMembers() |
com.sun.enterprise.ee.cms.core.Signal |
getSignal() |
long |
getSignalTime() |
long |
getViewCreationTime() |
long |
getViewDuration() |
long |
getViewId() |
void |
setSignal(com.sun.enterprise.ee.cms.core.Signal signal)
Terminates this view as being the current view.
|
String |
toString() |
public void setSignal(com.sun.enterprise.ee.cms.core.Signal signal)
signal - the signalNullPointerException - if closeViewSignal is null.public com.sun.enterprise.ee.cms.core.Signal getSignal()
getSignal in interface com.sun.enterprise.ee.cms.core.AliveAndReadyViewpublic SortedSet<String> getMembers()
getMembers in interface com.sun.enterprise.ee.cms.core.AliveAndReadyViewpublic long getSignalTime()
getSignalTime in interface com.sun.enterprise.ee.cms.core.AliveAndReadyViewpublic long getViewId()
getViewId in interface com.sun.enterprise.ee.cms.core.AliveAndReadyViewpublic long getViewCreationTime()
getViewCreationTime in interface com.sun.enterprise.ee.cms.core.AliveAndReadyViewpublic long getViewDuration()
getViewDuration in interface com.sun.enterprise.ee.cms.core.AliveAndReadyViewCopyright © 2017–2019 Eclipse Foundation. All rights reserved.