C D E G I K R S T U

C

com.ibm.eismocker.rmidriver - package com.ibm.eismocker.rmidriver
 
Copyright - Class in com.ibm.eismocker.rmidriver
 
Copyright() - Constructor for class com.ibm.eismocker.rmidriver.Copyright
 
COPYRIGHT - Static variable in interface com.ibm.eismocker.rmidriver.IDataObjectStore
 
createDataMap(String, boolean) - Method in class com.ibm.eismocker.rmidriver.DataMap
Create one empty child DataMap according to the specified attribute key, and then return the created DataMap.

D

DataMap - Class in com.ibm.eismocker.rmidriver
A class which defines the data structure in the EIS Mocker.
DataMap(String) - Constructor for class com.ibm.eismocker.rmidriver.DataMap
Constructor for the top level DataMap.
deleteEvent(String) - Method in interface com.ibm.eismocker.rmidriver.IDataObjectStore
Delete the specified event

E

EisEvent - Class in com.ibm.eismocker.rmidriver
A class which defines the event data structure in the EIS Mocker.
EisEvent(String, String, String) - Constructor for class com.ibm.eismocker.rmidriver.EisEvent
Constructor for EisEvent.
equals(Object) - Method in class com.ibm.eismocker.rmidriver.EisEvent
Compare the EisEvent with the specified EisEvent object.

G

get(String) - Method in class com.ibm.eismocker.rmidriver.DataMap
Get the attribute value according to the specified attribute key.
getBuildTime() - Method in class com.ibm.eismocker.rmidriver.EisEvent
Get the time stamp for creating this EisEvent object.
getDataMap(String) - Method in class com.ibm.eismocker.rmidriver.DataMap
Get the child DataMap according to the specified attribute key.
getDataMapForEvent(String) - Method in interface com.ibm.eismocker.rmidriver.IDataObjectStore
Get the corresponding DataMap for the specified event id
getDataObjectStore() - Method in class com.ibm.eismocker.rmidriver.RMIObjectClient
Get the DataObjectStore object which is used to communicate with the EIS Mocker
getEventId() - Method in class com.ibm.eismocker.rmidriver.EisEvent
Get the event id
getEvents() - Method in interface com.ibm.eismocker.rmidriver.IDataObjectStore
Get a list of the events whose event status is 0
getEventType() - Method in class com.ibm.eismocker.rmidriver.EisEvent
Get the event type
getList(String) - Method in class com.ibm.eismocker.rmidriver.DataMap
Get the child DataMap list according to the specified attribute key.
getName() - Method in class com.ibm.eismocker.rmidriver.DataMap
Get the name of the DataMap.
getOperation() - Method in class com.ibm.eismocker.rmidriver.EisEvent
Get the event operation type
getStatus() - Method in class com.ibm.eismocker.rmidriver.EisEvent
Get the event status
getXid() - Method in class com.ibm.eismocker.rmidriver.EisEvent
Get the event transaction id

I

IBM_COPYRIGHT - Static variable in class com.ibm.eismocker.rmidriver.Copyright
 
IBM_COPYRIGHT_SHORT - Static variable in class com.ibm.eismocker.rmidriver.Copyright
 
IDataObjectStore - Interface in com.ibm.eismocker.rmidriver
An interface which extends Remote interface and provides a RMI-based data exchange method between RMIObjectServer and RMIObjectClient.

K

keySet() - Method in class com.ibm.eismocker.rmidriver.DataMap
Get the keySet of the DataMap.

R

RMIObjectClient - Class in com.ibm.eismocker.rmidriver
 
RMIObjectClient(String, int) - Constructor for class com.ibm.eismocker.rmidriver.RMIObjectClient
Constructor for the RMIObjectClient

S

sendDataMap(DataMap, String) - Method in interface com.ibm.eismocker.rmidriver.IDataObjectStore
Send the DataMap object to the EIS Mocker, and then get the returned DataMap object from EIS Mocker
set(String, Object) - Method in class com.ibm.eismocker.rmidriver.DataMap
Set the attribute value.
setName(String) - Method in class com.ibm.eismocker.rmidriver.DataMap
Set the name of the DataMap.
setOperation(String) - Method in class com.ibm.eismocker.rmidriver.EisEvent
Set the event operation type with the specified value
setStatus(int) - Method in class com.ibm.eismocker.rmidriver.EisEvent
Set the event status with the specified value

T

toString() - Method in class com.ibm.eismocker.rmidriver.EisEvent
Serialise the EisEvent object to String.

U

updateEventStatus(String, int) - Method in interface com.ibm.eismocker.rmidriver.IDataObjectStore
Update the status of the specified event with the new status value

C D E G I K R S T U