|
||||||||||
| 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 |
String |
getServiceMethodName()
Returns service method name |
String |
getServiceName()
Returns service name |
byte |
getStatus()
Get service call status |
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()
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 | |||||||||