Methods Summary |
---|
public boolean | currentMembershipInSyncWithViewId()
|
public long | getCurrentViewId()
|
public int | getCursor()
|
public java.lang.String | getFamilyName()
|
public java.lang.Object | getObject()
|
public java.util.ArrayList | getTargets()Gets the list of targets for this family.
NOTE: Implementations should synchronize on themselves
when executing this method (see JBAS-2071).
|
public java.util.ArrayList | removeDeadTarget(java.lang.Object target)Remove the given target from the list of targets.
NOTE: Implementations should synchronize on themselves
when executing this method (see JBAS-2071).
|
public void | resetView()Force a reload of the view at the next invocation.
NOTE: Implementations should synchronize on themselves
when executing this method (see JBAS-2071).
|
public int | setCursor(int cursor)
|
public java.lang.Object | setObject(java.lang.Object whatever)
|
public java.util.ArrayList | updateClusterInfo(java.util.ArrayList targets, long viewId)Updates the targets and the view id.
NOTE: Implementations should synchronize on themselves
when executing this method (see JBAS-2071).
|