com.sun.enterprise.naming.impl
Class GroupInfoServiceObserverImpl

java.lang.Object
  extended by com.sun.enterprise.naming.impl.GroupInfoServiceObserverImpl
All Implemented Interfaces:
com.sun.corba.ee.spi.folb.GroupInfoServiceObserver

public class GroupInfoServiceObserverImpl
extends Object
implements com.sun.corba.ee.spi.folb.GroupInfoServiceObserver

Called when the GroupInfoService that you register with has a change. You should call the GroupInfoService getClusterInstanceInfo method to get updated info.

Author:
Ken Cavanaugh, Sheetal Vartak

Field Summary
protected static Logger _logger
           
 
Constructor Summary
GroupInfoServiceObserverImpl(com.sun.corba.ee.spi.folb.GroupInfoService gis, RoundRobinPolicy rr)
           
 
Method Summary
 void forceMembershipChange()
           
 void membershipChange()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_logger

protected static final Logger _logger
Constructor Detail

GroupInfoServiceObserverImpl

public GroupInfoServiceObserverImpl(com.sun.corba.ee.spi.folb.GroupInfoService gis,
                                    RoundRobinPolicy rr)
Method Detail

forceMembershipChange

public void forceMembershipChange()

membershipChange

public void membershipChange()
Specified by:
membershipChange in interface com.sun.corba.ee.spi.folb.GroupInfoServiceObserver


Copyright © 2012 GlassFish Community. All Rights Reserved.