|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.invocation.InvocationContext
The Invocation Context
Describes the context in which this Invocation is being executed in the interceptors
The heart of it is the payload map that can contain anything we then put readers on them. The first "reader" is this "Invocation" object that can interpret the data in it.
Essentially we can carry ANYTHING from the client to the server, we keep a series of redifined variables and method calls to get at the pointers. But really it is just a repository of objects.
Field Summary | |
java.util.Map |
context
|
Constructor Summary | |
InvocationContext()
Exposed for externalization only. |
|
InvocationContext(java.util.Map context)
Invocation creation |
Method Summary | |
java.lang.Object |
getCacheId()
|
Invoker (src) |
getInvoker()
|
java.lang.String |
getInvokerProxyBinding()
|
java.lang.Object |
getObjectName()
|
java.lang.Object |
getValue(java.lang.Object key)
Get a value from the stores. |
void |
setCacheId(java.lang.Object id)
Return the invocation target ID. |
void |
setInvoker(Invoker (src) invoker)
|
void |
setInvokerProxyBinding(java.lang.String binding)
|
void |
setObjectName(java.lang.Object objectName)
A container for server side association. |
void |
setValue(java.lang.Object key,
java.lang.Object value)
The generic store of variables |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public java.util.Map context
Constructor Detail |
public InvocationContext()
public InvocationContext(java.util.Map context)
Method Detail |
public void setValue(java.lang.Object key, java.lang.Object value)
public java.lang.Object getValue(java.lang.Object key)
public void setObjectName(java.lang.Object objectName)
public java.lang.Object getObjectName()
public void setCacheId(java.lang.Object id)
public java.lang.Object getCacheId()
public void setInvoker(Invoker (src) invoker)
public Invoker (src) getInvoker()
public void setInvokerProxyBinding(java.lang.String binding)
public java.lang.String getInvokerProxyBinding()
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |