public final class InvocationContext extends Object
AroundInvoke| Modifier and Type | Class and Description |
|---|---|
static class |
InvocationContext.CallType
Describe how the value retrieval is performed
|
static class |
InvocationContext.ContextType
Define the possible invoke contextes.
|
| Constructor and Description |
|---|
InvocationContext(InvocationContext.ContextType context,
InvocationContext.CallType callType,
fr.esrf.Tango.ClntIdent clientID,
String... names)
Ctr
|
| Modifier and Type | Method and Description |
|---|---|
InvocationContext.CallType |
getCallType()
|
String |
getClientHostName()
Get the client host name
|
fr.esrf.Tango.ClntIdent |
getClientID()
client ID.
|
InvocationContext.ContextType |
getContext()
|
String[] |
getNames()
Command names or attributes names
|
String |
toString() |
public InvocationContext(InvocationContext.ContextType context, InvocationContext.CallType callType, fr.esrf.Tango.ClntIdent clientID, String... names)
context - InvocationContext.ContextTypenames - Command name or attributes namespublic String[] getNames()
public InvocationContext.CallType getCallType()
public InvocationContext.ContextType getContext()
public fr.esrf.Tango.ClntIdent getClientID()
public String getClientHostName()
Copyright © 2012–2017 Tango Controls. All rights reserved.