All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class iceberg.APCpath.services.GsmCM

java.lang.Object
   |
   +----ninja.rmi.NinjaRemoteObject
           |
           +----ninja.ispace.iSpaceService
                   |
                   +----iceberg.APCpath.services.ConnectorMgr
                           |
                           +----iceberg.APCpath.services.GsmCM

public class GsmCM
extends ConnectorMgr
implements ConnectorMgrIF
Subclass of ConnectorMgr -- handles only the GsmForwarder


Constructor Index

 o GsmCM()

Method Index

 o loadLocalOperator(int, DescrOperator, String, String)
loadLocalOperator: load the operator with given name, create an instance, set its CM, return the operator instance.

Constructors

 o GsmCM
 public GsmCM() throws RemoteException

Methods

 o loadLocalOperator
 public OperatorIF loadLocalOperator(int pathid,
                                     DescrOperator thedescr,
                                     String name,
                                     String sessionID) throws ClassNotFoundException, IllegalArgumentException, InstantiationException, IllegalAccessException, IOException, RemoteException
loadLocalOperator: load the operator with given name, create an instance, set its CM, return the operator instance.

Overrides:
loadLocalOperator in class ConnectorMgr

All Packages  Class Hierarchy  This Package  Previous  Next  Index