org.jboss.seam.transaction.scope
Class ContextualIdentifierStore

java.lang.Object
  extended by org.jboss.seam.transaction.scope.ContextualIdentifierStore

public class ContextualIdentifierStore
extends Object

Class that maps a Contextual to an identifier. If the Contextual is PassivationCapable then the id used, otherwise one is generated

Author:
Stuart Douglas

Constructor Summary
ContextualIdentifierStore()
           
 
Method Summary
 Contextual<?> getContextual(String id)
           
 String getId(Contextual<?> contextual)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContextualIdentifierStore

public ContextualIdentifierStore()
Method Detail

getContextual

public Contextual<?> getContextual(String id)

getId

public String getId(Contextual<?> contextual)


Copyright © 2011 Seam Framework. All Rights Reserved.