Uses of Interface
com.sun.corba.ee.spi.folb.GroupInfoServiceObserver
-
Packages that use GroupInfoServiceObserver Package Description com.sun.corba.ee.impl.folb com.sun.corba.ee.spi.folb -
-
Uses of GroupInfoServiceObserver in com.sun.corba.ee.impl.folb
Classes in com.sun.corba.ee.impl.folb that implement GroupInfoServiceObserver Modifier and Type Class Description class
ServerGroupManager
Fields in com.sun.corba.ee.impl.folb with type parameters of type GroupInfoServiceObserver Modifier and Type Field Description private java.util.List<GroupInfoServiceObserver>
GroupInfoServiceBase. observers
Methods in com.sun.corba.ee.impl.folb with parameters of type GroupInfoServiceObserver Modifier and Type Method Description boolean
ClientGroupManager. addObserver(GroupInfoServiceObserver x)
boolean
GroupInfoServiceBase. addObserver(GroupInfoServiceObserver x)
private void
GroupInfoServiceBase. observerInfo(GroupInfoServiceObserver obs)
-
Uses of GroupInfoServiceObserver in com.sun.corba.ee.spi.folb
Methods in com.sun.corba.ee.spi.folb with parameters of type GroupInfoServiceObserver Modifier and Type Method Description boolean
GroupInfoService. addObserver(GroupInfoServiceObserver x)
Adds an observer that will receive amembershipChange
invocation whenever the cluster membership changes.
-