All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class iceberg.APCpath.services.DummyCM

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

public class DummyCM
extends ConnectorMgr
implements ConnectorMgrIF
Subclass of ConnectorMgr -- dummy CM


Constructor Index

 o DummyCM()

Method Index

 o cleanUp(int, OperatorIF, String)
Call for terminating the 'operator'
 o createStartConn(int, OperatorIF, InetAddress, int, String)
createStartConn: opsource is the writer, the source of the data flow
 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 DummyCM
 public DummyCM() 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
 o createStartConn
 public ConnEntry createStartConn(int connType,
                                  OperatorIF opSource,
                                  InetAddress addr,
                                  int port,
                                  String callid) throws RemoteException, IOException
createStartConn: opsource is the writer, the source of the data flow

Overrides:
createStartConn in class ConnectorMgr
 o cleanUp
 public void cleanUp(int pathid,
                     OperatorIF op,
                     String callid) throws RemoteException
Call for terminating the 'operator'

Overrides:
cleanUp in class ConnectorMgr

All Packages  Class Hierarchy  This Package  Previous  Next  Index