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 classServerGroupManagerFields in com.sun.corba.ee.impl.folb with type parameters of type GroupInfoServiceObserver Modifier and Type Field Description private java.util.List<GroupInfoServiceObserver>GroupInfoServiceBase. observersMethods in com.sun.corba.ee.impl.folb with parameters of type GroupInfoServiceObserver Modifier and Type Method Description booleanClientGroupManager. addObserver(GroupInfoServiceObserver x)booleanGroupInfoServiceBase. addObserver(GroupInfoServiceObserver x)private voidGroupInfoServiceBase. 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 booleanGroupInfoService. addObserver(GroupInfoServiceObserver x)Adds an observer that will receive amembershipChangeinvocation whenever the cluster membership changes.
-