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
-
DummyCM()
-
-
cleanUp(int, OperatorIF, String)
- Call for terminating the 'operator'
-
createStartConn(int, OperatorIF, InetAddress, int, String)
- createStartConn:
opsource is the writer, the source of the data flow
-
loadLocalOperator(int, DescrOperator, String, String)
- loadLocalOperator:
load the operator with given name, create an instance,
set its CM, return the operator instance.
DummyCM
public DummyCM() throws RemoteException
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
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
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