Package com.sun.corba.ee.spi.folb
Interface GroupInfoServiceObserver
- All Known Implementing Classes:
ServerGroupManager
public interface GroupInfoServiceObserver
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Called when the GroupInfoService that you register with has a change.
-
Method Details
-
membershipChange
void membershipChange()Called when the GroupInfoService that you register with has a change. You should call the GroupInfoServicegetClusterInstanceInfo
method to get updated info.
-