Uses of Class
com.sun.corba.ee.spi.trace.Folb
-
Packages that use Folb Package Description com.sun.corba.ee.impl.folb com.sun.corba.ee.spi.orb -
-
Uses of Folb in com.sun.corba.ee.impl.folb
Classes in com.sun.corba.ee.impl.folb with annotations of type Folb Modifier and Type Class Description class
ClientGroupManager
class
GroupInfoServiceBase
class
InitialGroupInfoService
This class consists of : - Remote interface - Impl of the Remote interface - ServantLocator This is needed for getting the information about all the cluster endpoints when an appclient/standalone client enables FOLB.static class
InitialGroupInfoService.InitialGISImpl
class
ServerGroupManager
class
ServerGroupManager.WorkerThread
Methods in com.sun.corba.ee.impl.folb with annotations of type Folb Modifier and Type Method Description boolean
GroupInfoServiceBase. addObserver(GroupInfoServiceObserver x)
void
ClientGroupManager. configure(DataCollector collector, ORB orb)
void
ServerGroupManager. configure(DataCollector collector, ORB orb)
private SocketInfo
ClientGroupManager. createSocketInfo(java.lang.String msg, java.lang.String type, java.lang.String host, int port)
void
ServerGroupManager. establish_components(IORInfo iorInfo)
java.util.List<ClusterInstanceInfo>
GroupInfoServiceBase. getClusterInstanceInfo(java.lang.String[] adapterName)
java.util.List<ClusterInstanceInfo>
InitialGroupInfoService.InitialGISImpl. getClusterInstanceInfo()
java.util.List<ClusterInstanceInfo>
ClientGroupManager. getInitialClusterInstanceInfo(ORB orb, java.util.List<java.lang.String> endpoints)
private java.lang.Object
ClientGroupManager. getKey(ContactInfo contactInfo)
java.util.List
ClientGroupManager. getSocketInfo(IOR ior, java.util.List previous)
boolean
ClientGroupManager. hasNext(ContactInfo primary, ContactInfo previous, java.util.List contactInfos)
private void
ClientGroupManager. initialize()
private void
ServerGroupManager. initialize()
void
ServerGroupManager. membershipChange()
ContactInfo
ClientGroupManager. next(ContactInfo primary, ContactInfo previous, java.util.List contactInfos)
void
GroupInfoServiceBase. notifyObservers()
void
ClientGroupManager. post_init(ORBInitInfo info)
void
ServerGroupManager. post_init(ORBInitInfo info)
void
ServerGroupManager. receive_request(ServerRequestInfo ri)
void
ServerGroupManager. receive_request_service_contexts(ServerRequestInfo ri)
private void
ClientGroupManager. receive_star(java.lang.String point, ClientRequestInfo ri)
void
ClientGroupManager. reset(ContactInfo primary)
private void
ServerGroupManager. restartFactories()
void
ServerGroupManager.WorkerThread. run()
void
ClientGroupManager. send_request(ClientRequestInfo ri)
private void
ServerGroupManager. send_star(java.lang.String point, ServerRequestInfo ri)
If the request membership label is out-of-date or missing then return an updated IOR.boolean
GroupInfoServiceBase. shouldAddAddressesToNonReferenceFactory(java.lang.String[] adapterName)
boolean
GroupInfoServiceBase. shouldAddMembershipLabel(java.lang.String[] adapterName)
private void
ServerGroupManager. updateMembershipLabel()
-
Uses of Folb in com.sun.corba.ee.spi.orb
Fields in com.sun.corba.ee.spi.orb with annotations of type Folb Modifier and Type Field Description boolean
ORB. folbDebugFlag
-