Package com.sun.corba.ee.impl.folb
Class InitialGroupInfoService.InitialGISImpl
- java.lang.Object
-
- javax.rmi.PortableRemoteObject
-
- com.sun.corba.ee.impl.folb.InitialGroupInfoService.InitialGISImpl
-
- All Implemented Interfaces:
InitialGroupInfoService.InitialGIS
,java.rmi.Remote
- Enclosing class:
- InitialGroupInfoService
public static class InitialGroupInfoService.InitialGISImpl extends PortableRemoteObject implements InitialGroupInfoService.InitialGIS
-
-
Constructor Summary
Constructors Constructor Description InitialGISImpl(ORB orb)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private void
exceptionReport(java.lang.Exception exc)
java.util.List<ClusterInstanceInfo>
getClusterInstanceInfo()
-
Methods inherited from class javax.rmi.PortableRemoteObject
connect, exportObject, narrow, toStub, unexportObject
-
-
-
-
Field Detail
-
orb
private ORB orb
-
-
Constructor Detail
-
InitialGISImpl
public InitialGISImpl(ORB orb) throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
-
-
Method Detail
-
exceptionReport
@InfoMethod private void exceptionReport(java.lang.Exception exc)
-
getClusterInstanceInfo
public java.util.List<ClusterInstanceInfo> getClusterInstanceInfo() throws java.rmi.RemoteException
- Specified by:
getClusterInstanceInfo
in interfaceInitialGroupInfoService.InitialGIS
- Throws:
java.rmi.RemoteException
-
-