public interface IServiceCall
Modifier and Type | Method and Description |
---|---|
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
|
boolean isSuccess()
trueon success,
falseotherwise
String 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 exceptionCopyright © 2005–2019 Red5. All rights reserved.