org.jboss.ejb3.api.spi
Class EJBContainerWrapper

java.lang.Object
  extended by javax.ejb.EJBContainer
      extended by org.jboss.ejb3.api.spi.EJBContainerWrapper

public class EJBContainerWrapper
extends EJBContainer

Provides a simple wrapper around an EJBContainer to see whether is has been closed.


Field Summary
 
Fields inherited from class javax.ejb.EJBContainer
EMBEDDABLE_INITIAL, EMBEDDABLE_MODULES_PROPERTY
 
Constructor Summary
EJBContainerWrapper(EJBContainer delegate)
           
 
Method Summary
 void close()
          Shutdown an embeddable EJBContainer instance.
 boolean isClosed()
           
 
Methods inherited from class javax.ejb.EJBContainer
createEJBContainer, createEJBContainer, getContext, getCurrentEJBContainer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EJBContainerWrapper

public EJBContainerWrapper(EJBContainer delegate)
Method Detail

close

public void close()
Description copied from class: EJBContainer
Shutdown an embeddable EJBContainer instance.

Specified by:
close in class EJBContainer

isClosed

public boolean isClosed()