org.jboss.ejb3
Class DefaultEjbEncFactory
java.lang.Object
org.jboss.ejb3.DefaultEjbEncFactory
- All Implemented Interfaces:
- EjbEncFactory
public class DefaultEjbEncFactory
- extends Object
- implements EjbEncFactory
comment
- Version:
- $Revision: 1.1 $
- Author:
- Bill Burke
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultEjbEncFactory
public DefaultEjbEncFactory()
getEnc
public Context getEnc(EJBContainer container)
- Specified by:
getEnc
in interface EjbEncFactory
pushEnc
public void pushEnc(EJBContainer container)
- Description copied from interface:
EjbEncFactory
- Push the EJB's ENC onto the current thread
- Specified by:
pushEnc
in interface EjbEncFactory
popEnc
public void popEnc(EJBContainer container)
- Description copied from interface:
EjbEncFactory
- pop the EJB's ENC from the current thread
- Specified by:
popEnc
in interface EjbEncFactory
cleanupEnc
public void cleanupEnc(EJBContainer container)
- Specified by:
cleanupEnc
in interface EjbEncFactory
Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.