org.glassfish.enterprise.iiop.impl
Class IiopFolbGmsClient

java.lang.Object
  extended by org.glassfish.enterprise.iiop.impl.IiopFolbGmsClient
All Implemented Interfaces:
com.sun.enterprise.ee.cms.core.CallBack

public class IiopFolbGmsClient
extends java.lang.Object
implements com.sun.enterprise.ee.cms.core.CallBack

Author:
Harold Carr

Constructor Summary
IiopFolbGmsClient(org.jvnet.hk2.component.Habitat habitat)
           
 
Method Summary
 com.sun.corba.ee.spi.folb.GroupInfoService getGroupInfoService()
           
 java.lang.String getIIOPEndpoints()
           
 boolean isGMSAvailable()
           
 void processNotification(com.sun.enterprise.ee.cms.core.Signal signal)
           
 void setORB(com.sun.corba.ee.spi.orb.ORB orb)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IiopFolbGmsClient

public IiopFolbGmsClient(org.jvnet.hk2.component.Habitat habitat)
Method Detail

setORB

public void setORB(com.sun.corba.ee.spi.orb.ORB orb)

getGroupInfoService

public com.sun.corba.ee.spi.folb.GroupInfoService getGroupInfoService()

isGMSAvailable

public boolean isGMSAvailable()

processNotification

public void processNotification(com.sun.enterprise.ee.cms.core.Signal signal)
Specified by:
processNotification in interface com.sun.enterprise.ee.cms.core.CallBack

getIIOPEndpoints

public final java.lang.String getIIOPEndpoints()


Copyright © 2012 GlassFish Community. All Rights Reserved.