public class ClientSideCallContext extends AbstractCallContext
Constructor and Description |
---|
ClientSideCallContext(String aMethodName) |
ClientSideCallContext(String aServiceId,
String aMethodName,
List<?> someParameters) |
Modifier and Type | Method and Description |
---|---|
int |
getCallCount()
Returns the context call counter, which means how many attempts to call the server has been made.
|
ClientSideCallContext |
increaseCallCount() |
boolean |
isFirstCall() |
void |
setCallCount(int callCount) |
String |
toString() |
getMethodName, getParameters, getServiceId, getTransportableCallContext, setIncomingTransportableCallContext, setMethodName, setParameters, setServiceId
public ClientSideCallContext(String aMethodName)
public int getCallCount()
public void setCallCount(int callCount)
public boolean isFirstCall()
public ClientSideCallContext increaseCallCount()
public String toString()
toString
in class AbstractCallContext
Copyright © 2010-2014 anotheria.net. All Rights Reserved.