|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDataObjectStore
An interface which extends Remote
interface and provides a RMI-based
data exchange method between RMIObjectServer
and RMIObjectClient
.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
Method Summary | |
---|---|
void |
deleteEvent(java.lang.String eventId)
Delete the specified event |
DataMap |
getDataMapForEvent(java.lang.String eventId)
Get the corresponding DataMap for the specified event id |
java.util.ArrayList<EisEvent> |
getEvents()
Get a list of the events whose event status is 0 |
DataMap |
sendDataMap(DataMap dataMap,
java.lang.String operation)
Send the DataMap object to the EIS Mocker, and then get the returned DataMap object from EIS Mocker |
void |
updateEventStatus(java.lang.String eventId,
int status)
Update the status of the specified event with the new status value |
Field Detail |
---|
static final java.lang.String COPYRIGHT
Method Detail |
---|
java.util.ArrayList<EisEvent> getEvents() throws java.rmi.RemoteException
ArrayList
The list of EisEvent
java.rmi.RemoteException
DataMap getDataMapForEvent(java.lang.String eventId) throws java.rmi.RemoteException
eventId
- The event id
DataMap
java.rmi.RemoteException
void updateEventStatus(java.lang.String eventId, int status) throws java.rmi.RemoteException
eventId
- The event idstatus
- New status code.
java.rmi.RemoteException
void deleteEvent(java.lang.String eventId) throws java.rmi.RemoteException
eventId
- The event id
java.rmi.RemoteException
DataMap sendDataMap(DataMap dataMap, java.lang.String operation) throws java.rmi.RemoteException
dataMap
- The DataMap dataoperation
- The corresponding operation type for the DataMap
java.rmi.RemoteException
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |