com.ibm.eismocker.rmidriver
Class RMIObjectClient

java.lang.Object
  extended by com.ibm.eismocker.rmidriver.RMIObjectClient

public class RMIObjectClient
extends java.lang.Object


Constructor Summary
RMIObjectClient(java.lang.String ip, int port)
          Constructor for the RMIObjectClient
 
Method Summary
 IDataObjectStore getDataObjectStore()
          Get the DataObjectStore object which is used to communicate with the EIS Mocker
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RMIObjectClient

public RMIObjectClient(java.lang.String ip,
                       int port)
                throws java.rmi.RemoteException
Constructor for the RMIObjectClient

Parameters:
ip - The ip of the EIS Mocker
port - The port number of the EIS Mocker
Throws:
java.rmi.RemoteException
Method Detail

getDataObjectStore

public IDataObjectStore getDataObjectStore()
                                    throws java.rmi.RemoteException
Get the DataObjectStore object which is used to communicate with the EIS Mocker

Returns:
IDataObjectStore
Throws:
java.rmi.RemoteException