|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.edg.info.Message
Simple wrapper of a servlet connection to make it easier to find and compare messages.
Method Summary | |
java.lang.Object |
clone()
Makes a copy of this Message. |
boolean |
equals(java.lang.Object obj)
|
int |
getAttemptCount()
Gets the number of attempts to send. |
java.lang.String |
getCommand()
Gets the command to send. |
java.util.Date |
getCreationDate()
Gets the creation date. |
int |
getDestinationID()
Gets the ID for the destination servlet. |
java.lang.String |
getDestinationURL()
Gets the URL of the destination servlet. |
int |
getLastCallDuration()
Gets the duration of the last call in seconds. |
java.lang.String |
getLastResult()
Gets the result of the last call. |
int |
getLastResultCode()
Gets the result code for the last call. |
long |
getStartTimeMS()
Gets the start time of the current call. |
void |
setStartTimeMS(long startTimeMS)
Sets the start time of the current call. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
public boolean equals(java.lang.Object obj)
Object.equals(java.lang.Object)
public java.lang.String getCommand()
public java.util.Date getCreationDate()
public int getAttemptCount()
public java.lang.String toString()
Object.toString()
public int getLastResultCode()
public java.lang.String getLastResult()
public int getLastCallDuration()
public java.lang.String getDestinationURL()
public int getDestinationID()
public java.lang.Object clone()
public long getStartTimeMS()
public void setStartTimeMS(long startTimeMS)
startTimeMS
- Start time of the current call in millis.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |