Modifier and Type | Method and Description |
---|---|
IComponentIdentifier |
getCaller()
Get the caller component.
|
static ServiceCall |
getCurrentInvocation()
Get the service call instance corresponding
to the current execution context.
|
Boolean |
getRealtime()
Get the realtime flag.
|
long |
getTimeout()
Get the timeout value.
|
boolean |
isRealtime()
Get the realtime flag.
|
static ServiceCall |
setInvocationProperties(long timeout,
Boolean realtime)
Set the properties of the next invocation.
|
public static ServiceCall getCurrentInvocation()
public static ServiceCall setInvocationProperties(long timeout, Boolean realtime)
timeout
- The timeout.realtime
- The realtime flag.public IComponentIdentifier getCaller()
public long getTimeout()
public Boolean getRealtime()
public boolean isRealtime()
Copyright © 2012. All Rights Reserved.