@Deprecated public class LegacyInvocationContext extends InvocationContext
invocationLocks, transactionContext
Constructor and Description |
---|
LegacyInvocationContext(DataContainer container)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
clearLookedUpNodes()
Deprecated.
Clears the registry of looked up nodes.
|
InvocationContext |
copy()
Deprecated.
This is a "copy-factory-method" that should be used whenever a clone of this class is needed.
|
Map<Fqn,NodeSPI> |
getLookedUpNodes()
Deprecated.
Retrieves a map of nodes looked up within the current invocation's scope.
|
NodeSPI |
lookUpNode(Fqn fqn)
Deprecated.
Retrieves a node from the registry of looked up nodes in the current scope.
|
void |
putLookedUpNode(Fqn f,
NodeSPI n)
Deprecated.
Puts an entry in the registry of looked up nodes in the current scope.
|
void |
putLookedUpNodes(Map<Fqn,NodeSPI> lookedUpNodes)
Deprecated.
Adds a map of looked up nodes to the current map of looked up nodes
|
addAllLocks, addFqnLoaded, addLock, clearLocks, doCopy, equals, getCommand, getFqnsLoaded, getGlobalTransaction, getLockAcquisitionTimeout, getLocks, getMethodCall, getOptionOverrides, getTransaction, getTransactionContext, hashCode, hasLock, isBypassUnmarshalling, isLocalRollbackOnly, isLockingSuppressed, isOptionsUninitialised, isOriginLocal, isValidTransaction, removeLock, reset, setBypassUnmarshalling, setCommand, setFqnsLoaded, setGlobalTransaction, setLocalRollbackOnly, setMethodCall, setOptionOverrides, setOriginLocal, setState, setTransaction, setTransactionContext, throwIfNeeded, toString
public LegacyInvocationContext(DataContainer container)
public NodeSPI lookUpNode(Fqn fqn)
InvocationContext
lookUpNode
in class InvocationContext
fqn
- fqn to look uppublic void putLookedUpNode(Fqn f, NodeSPI n)
InvocationContext
putLookedUpNode
in class InvocationContext
f
- fqn to addn
- node to addpublic void putLookedUpNodes(Map<Fqn,NodeSPI> lookedUpNodes)
InvocationContext
putLookedUpNodes
in class InvocationContext
lookedUpNodes
- looked up nodes to addpublic void clearLookedUpNodes()
InvocationContext
clearLookedUpNodes
in class InvocationContext
public Map<Fqn,NodeSPI> getLookedUpNodes()
InvocationContext
getLookedUpNodes
in class InvocationContext
public InvocationContext copy()
InvocationContext
TransactionContext
, if any, is maintained.copy
in class InvocationContext
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.