org.infinispan.context.impl
Class NonTxInvocationContext

java.lang.Object
  extended by org.infinispan.context.impl.AbstractInvocationContext
      extended by org.infinispan.context.impl.NonTxInvocationContext
All Implemented Interfaces:
Cloneable, EntryLookup, FlagContainer, InvocationContext

public class NonTxInvocationContext
extends AbstractInvocationContext

Context to be used for non transactional calls, both remote and local.

Since:
4.0
Author:
Mircea.Markus@jboss.com

Nested Class Summary
 
Nested classes/interfaces inherited from class org.infinispan.context.impl.AbstractInvocationContext
AbstractInvocationContext.ContextFlag
 
Field Summary
protected  BidirectionalLinkedHashMap<Object,CacheEntry> lookedUpEntries
           
 
Fields inherited from class org.infinispan.context.impl.AbstractInvocationContext
contextFlags, flags
 
Constructor Summary
NonTxInvocationContext()
           
 
Method Summary
 void clearLookedUpEntries()
          Clears the collection of entries looked up
 NonTxInvocationContext clone()
           
 Object getLockOwner()
          Returns the in behalf of which locks will be aquired.
 BidirectionalMap<Object,CacheEntry> getLookedUpEntries()
          Retrieves a map of entries looked up within the current scope.
 boolean isInTxScope()
          Returns true if this call is performed in the context of an transaction, false otherwise.
 boolean isOriginLocal()
          Returns true if the call was originated locally, false if it is the result of a remote rpc.
 CacheEntry lookupEntry(Object k)
          Retrieves an entry from the collection of looked up entries in the current scope.
 void putLookedUpEntries(Map<Object,CacheEntry> lookedUpEntries)
           
 void putLookedUpEntry(Object key, CacheEntry e)
          Puts an entry in the registry of looked up entries in the current scope.
 void removeLookedUpEntry(Object key)
           
 void reset()
           
 void setOriginLocal(boolean originLocal)
           
 
Methods inherited from class org.infinispan.context.impl.AbstractInvocationContext
getFlags, hasFlag, hasLockedEntries, hasLockedKey, isContextFlagSet, isFlagsUninitialized, isUseFutureReturnType, setContextFlag, setContextFlag, setFlags, setFlags, setUseFutureReturnType, toString, unsetContextFlag
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

lookedUpEntries

protected BidirectionalLinkedHashMap<Object,CacheEntry> lookedUpEntries
Constructor Detail

NonTxInvocationContext

public NonTxInvocationContext()
Method Detail

lookupEntry

public CacheEntry lookupEntry(Object k)
Description copied from interface: EntryLookup
Retrieves an entry from the collection of looked up entries in the current scope.

Parameters:
k - key to look up
Returns:
an entry, or null if it cannot be found.

removeLookedUpEntry

public void removeLookedUpEntry(Object key)

putLookedUpEntry

public void putLookedUpEntry(Object key,
                             CacheEntry e)
Description copied from interface: EntryLookup
Puts an entry in the registry of looked up entries in the current scope.

Parameters:
key - key to store
e - entry to store

putLookedUpEntries

public void putLookedUpEntries(Map<Object,CacheEntry> lookedUpEntries)

clearLookedUpEntries

public void clearLookedUpEntries()
Description copied from interface: EntryLookup
Clears the collection of entries looked up


getLookedUpEntries

public BidirectionalMap<Object,CacheEntry> getLookedUpEntries()
Description copied from interface: EntryLookup
Retrieves a map of entries looked up within the current scope.

Returns:
a map of looked up entries.

isOriginLocal

public boolean isOriginLocal()
Description copied from interface: InvocationContext
Returns true if the call was originated locally, false if it is the result of a remote rpc.


setOriginLocal

public void setOriginLocal(boolean originLocal)

isInTxScope

public boolean isInTxScope()
Description copied from interface: InvocationContext
Returns true if this call is performed in the context of an transaction, false otherwise.


getLockOwner

public Object getLockOwner()
Description copied from interface: InvocationContext
Returns the in behalf of which locks will be aquired.


reset

public void reset()
Specified by:
reset in interface FlagContainer
Overrides:
reset in class AbstractInvocationContext

clone

public NonTxInvocationContext clone()
Specified by:
clone in interface InvocationContext
Overrides:
clone in class AbstractInvocationContext

Google Analytics

Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.