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
Method Summary |
javax.enterprise.context.spi.Contextual<?> |
getContextual(String id)
|
String |
getId(javax.enterprise.context.spi.Contextual<?> contextual)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContextualIdentifierStore
public ContextualIdentifierStore()
getContextual
public javax.enterprise.context.spi.Contextual<?> getContextual(String id)
getId
public String getId(javax.enterprise.context.spi.Contextual<?> contextual)
Copyright © 2011 Seam Framework. All Rights Reserved.