org.jboss.seam.transaction.scope
Class ContextualIdentifierStore
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContextualIdentifierStore
public ContextualIdentifierStore()
getContextual
public Contextual<?> getContextual(String id)
getId
public String getId(Contextual<?> contextual)
Copyright © 2011 Seam Framework. All Rights Reserved.