|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IServiceCall
Container for a Service Call
Method Summary | |
---|---|
Object[] |
getArguments()
Returns array of service method arguments |
Exception |
getException()
Get service call exception |
long |
getReadTime()
Returns the time stamp at which this object was deserialized. |
String |
getServiceMethodName()
Returns service method name |
String |
getServiceName()
Returns service name |
byte |
getStatus()
Get service call status |
long |
getWriteTime()
Returns the time stamp at which this object was serialized. |
boolean |
isSuccess()
Whether call was successful or not |
void |
setException(Exception exception)
Sets exception |
void |
setStatus(byte status)
Sets status |
Method Detail |
---|
boolean isSuccess()
true
on success, false
otherwiseString getServiceMethodName()
String getServiceName()
Object[] getArguments()
byte getStatus()
long getReadTime()
long getWriteTime()
Exception getException()
void setStatus(byte status)
status
- Status as bytevoid setException(Exception exception)
exception
- Call exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |