org.jboss.ejb3
Class DefaultEjbEncFactory

java.lang.Object
  extended by org.jboss.ejb3.DefaultEjbEncFactory
All Implemented Interfaces:
EjbEncFactory

public class DefaultEjbEncFactory
extends Object
implements EjbEncFactory

comment

Version:
$Revision: 1.1 $
Author:
Bill Burke

Constructor Summary
DefaultEjbEncFactory()
           
 
Method Summary
 void cleanupEnc(EJBContainer container)
           
 Context getEnc(EJBContainer container)
           
 void popEnc(EJBContainer container)
          pop the EJB's ENC from the current thread
 void pushEnc(EJBContainer container)
          Push the EJB's ENC onto the current thread
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultEjbEncFactory

public DefaultEjbEncFactory()
Method Detail

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 © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.