public abstract class CallAccess extends ServiceCall
REALTIME, TIMEOUT
Modifier and Type | Method and Description |
---|---|
static ServiceCall |
createServiceCall(IComponentIdentifier caller,
Map<String,Object> props)
Create a service call.
|
static ServiceCall |
getNextInvocation()
Get the invocation data for the next service call.
|
static void |
resetNextInvocation()
Reset the invocation data for the next service call.
|
static void |
resetServiceCall()
Remove the current service call.
|
static void |
setNextInvocation(ServiceCall call)
Reset the invocation data for the next service call.
|
static void |
setServiceCall(ServiceCall call)
Set the current service call.
|
getCaller, getCurrentInvocation, getInvocation, getInvocation, getProperties, getProperty, getRealtime, getTimeout, isRealtime, setProperty, setRealtime, setTimeout
public static ServiceCall createServiceCall(IComponentIdentifier caller, Map<String,Object> props)
caller
- The calling component.props
- The properties.public static void setServiceCall(ServiceCall call)
call
- The service call.public static void resetServiceCall()
public static ServiceCall getNextInvocation()
public static void setNextInvocation(ServiceCall call)
public static void resetNextInvocation()
Copyright © 2013. All Rights Reserved.