|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InvocationContextContainer | |
---|---|
org.jboss.cache.interceptors | |
org.jboss.cache.invocation | |
org.jboss.cache.marshall |
Uses of InvocationContextContainer in org.jboss.cache.interceptors |
---|
Methods in org.jboss.cache.interceptors with parameters of type InvocationContextContainer | |
---|---|
void |
InterceptorChain.initialize(InvocationContextContainer invocationContextContainer)
|
void |
TxInterceptor.intialize(RPCManager rpcManager,
Notifier notifier,
InvocationContextContainer icc,
CommandsFactory factory,
ComponentRegistry componentRegistry,
LockManager lockManager)
|
Uses of InvocationContextContainer in org.jboss.cache.invocation |
---|
Fields in org.jboss.cache.invocation declared as InvocationContextContainer | |
---|---|
protected InvocationContextContainer |
AbstractInvocationDelegate.invocationContextContainer
|
Methods in org.jboss.cache.invocation with parameters of type InvocationContextContainer | |
---|---|
void |
AbstractInvocationDelegate.initialize(Configuration configuration,
InvocationContextContainer invocationContextContainer,
ComponentRegistry componentRegistry,
InterceptorChain interceptorChain)
Used by the interceptor chain factory to inject dependencies. |
Uses of InvocationContextContainer in org.jboss.cache.marshall |
---|
Fields in org.jboss.cache.marshall declared as InvocationContextContainer | |
---|---|
protected InvocationContextContainer |
CommandAwareRpcDispatcher.invocationContextContainer
|
Constructors in org.jboss.cache.marshall with parameters of type InvocationContextContainer | |
---|---|
CommandAwareRpcDispatcher(org.jgroups.Channel channel,
org.jgroups.MessageListener l,
org.jgroups.MembershipListener l2,
Object serverObj,
InvocationContextContainer container,
InterceptorChain interceptorChain,
ComponentRegistry componentRegistry)
|
|
InactiveRegionAwareRpcDispatcher(org.jgroups.Channel channel,
org.jgroups.MessageListener l,
org.jgroups.MembershipListener l2,
Object serverObj,
InvocationContextContainer container,
InterceptorChain interceptorChain,
ComponentRegistry componentRegistry)
Only provide the flavour of the RpcDispatcher constructor that we care about. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |