|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.eismocker.rmidriver.EisEvent
public class EisEvent
A class which defines the event data structure in the EIS Mocker.
Constructor Summary | |
---|---|
EisEvent(java.lang.String eventId,
java.lang.String typeName,
java.lang.String operation)
Constructor for EisEvent. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
Compare the EisEvent with the specified EisEvent object. |
java.sql.Timestamp |
getBuildTime()
Get the time stamp for creating this EisEvent object. |
java.lang.String |
getEventId()
Get the event id |
java.lang.String |
getEventType()
Get the event type |
java.lang.String |
getOperation()
Get the event operation type |
int |
getStatus()
Get the event status |
java.lang.String |
getXid()
Get the event transaction id |
void |
setOperation(java.lang.String operation)
Set the event operation type with the specified value |
void |
setStatus(int status)
Set the event status with the specified value |
java.lang.String |
toString()
Serialise the EisEvent object to String. |
Methods inherited from class java.lang.Object |
---|
getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public EisEvent(java.lang.String eventId, java.lang.String typeName, java.lang.String operation)
eventId
- the event id.typeName
- the event type nameoperation
- the corresponding operation name for the eventMethod Detail |
---|
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- The specified EisEvent object.
public int getStatus()
public void setStatus(int status)
status
- The event status.public java.lang.String getOperation()
public void setOperation(java.lang.String operation)
operation
- The operation typepublic java.lang.String getEventId()
public java.lang.String getEventType()
public java.sql.Timestamp getBuildTime()
public java.lang.String getXid()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |