|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.resilientedge.jockey.servicebridge.SBServiceCall
Defines the parameters and unique id of a service call invocation.
Constructor Summary | |
SBServiceCall(SBServiceCallDescriptor descriptor)
|
Method Summary | |
SBServiceCallDescriptor |
getCallDescriptor()
Get the value of callDescriptor. |
long |
getCallId()
Gets the unique service call id |
java.lang.Object[] |
getParameters()
Gets the parameters to pass to the service call |
SBServiceResponse |
getResponse()
Get the value of response. |
boolean |
isAckRequired()
Gets the ack required flag |
void |
setAckRequired(boolean newValue)
Sets the ack required flag |
void |
setCallDescriptor(SBServiceCallDescriptor callDescriptor)
Set the value of callDescriptor. |
void |
setCallId(long newValue)
Sets the unique service call id |
void |
setParameters(java.lang.Object[] newValue)
Sets the parameters to pass to the service call |
void |
setResponse(SBServiceResponse response)
Set the value of response. |
java.lang.String |
toDebugString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SBServiceCall(SBServiceCallDescriptor descriptor)
Method Detail |
public java.lang.Object[] getParameters()
public void setParameters(java.lang.Object[] newValue)
public boolean isAckRequired()
public void setAckRequired(boolean newValue)
public long getCallId()
public void setCallId(long newValue)
public SBServiceCallDescriptor getCallDescriptor()
public void setCallDescriptor(SBServiceCallDescriptor callDescriptor)
v
- Value to assign to callDescriptor.public SBServiceResponse getResponse()
public void setResponse(SBServiceResponse response)
v
- Value to assign to response.public java.lang.String toDebugString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |