|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.tango.server.InvocationContext
public final class InvocationContext
AroundInvoke
Nested Class Summary | |
---|---|
static class |
InvocationContext.CallType
Describe how the value retrieval is performed |
static class |
InvocationContext.ContextType
Define the possible invoke contextes. |
Constructor Summary | |
---|---|
InvocationContext(InvocationContext.ContextType context,
InvocationContext.CallType callType,
fr.esrf.Tango.ClntIdent clientID,
java.lang.String... names)
Ctr |
Method Summary | |
---|---|
InvocationContext.CallType |
getCallType()
InvocationContext.CallType |
fr.esrf.Tango.ClntIdent |
getClientID()
client ID. |
InvocationContext.ContextType |
getContext()
InvocationContext.ContextType |
java.lang.String[] |
getNames()
Command names or attributes names |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public InvocationContext(InvocationContext.ContextType context, InvocationContext.CallType callType, fr.esrf.Tango.ClntIdent clientID, java.lang.String... names)
context
- InvocationContext.ContextType
names
- Command name or attributes namesMethod Detail |
---|
public java.lang.String[] getNames()
public InvocationContext.CallType getCallType()
InvocationContext.CallType
public InvocationContext.ContextType getContext()
InvocationContext.ContextType
public java.lang.String toString()
toString
in class java.lang.Object
public fr.esrf.Tango.ClntIdent getClientID()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |