Package com.sun.corba.ee.impl.folb
Class ClientGroupManager.GIS
- java.lang.Object
-
- org.omg.CORBA.LocalObject
-
- com.sun.corba.ee.impl.folb.GroupInfoServiceBase
-
- com.sun.corba.ee.impl.folb.ClientGroupManager.GIS
-
- All Implemented Interfaces:
GroupInfoService
,Object
- Enclosing class:
- ClientGroupManager
private class ClientGroupManager.GIS extends GroupInfoServiceBase
-
-
Constructor Summary
Constructors Modifier Constructor Description private
GIS()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<ClusterInstanceInfo>
internalClusterInstanceInfo(java.util.List<java.lang.String> endpoints)
boolean
shouldAddAddressesToNonReferenceFactory(java.lang.String[] x)
This method only used during testing.boolean
shouldAddMembershipLabel(java.lang.String[] adapterName)
This method only used during testing.-
Methods inherited from class com.sun.corba.ee.impl.folb.GroupInfoServiceBase
addObserver, getClusterInstanceInfo, getClusterInstanceInfo, internalClusterInstanceInfo, notifyObservers
-
Methods inherited from class org.omg.CORBA.LocalObject
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface, _get_interface_def, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_policy_override, validate_connection
-
-
-
-
Method Detail
-
internalClusterInstanceInfo
public java.util.List<ClusterInstanceInfo> internalClusterInstanceInfo(java.util.List<java.lang.String> endpoints)
- Specified by:
internalClusterInstanceInfo
in classGroupInfoServiceBase
-
shouldAddAddressesToNonReferenceFactory
public boolean shouldAddAddressesToNonReferenceFactory(java.lang.String[] x)
Description copied from interface:GroupInfoService
This method only used during testing.- Specified by:
shouldAddAddressesToNonReferenceFactory
in interfaceGroupInfoService
- Overrides:
shouldAddAddressesToNonReferenceFactory
in classGroupInfoServiceBase
- Parameters:
x
- name to add- Returns:
- if addresses should be added
-
shouldAddMembershipLabel
public boolean shouldAddMembershipLabel(java.lang.String[] adapterName)
Description copied from interface:GroupInfoService
This method only used during testing.- Specified by:
shouldAddMembershipLabel
in interfaceGroupInfoService
- Overrides:
shouldAddMembershipLabel
in classGroupInfoServiceBase
- Parameters:
adapterName
- name to add- Returns:
- if label should be added
-
-