org.jboss.ejb3.api.spi
Class EJBContainerWrapper

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

Deprecated. the whole concept of current EJB container is deprecated

@Deprecated
public class EJBContainerWrapper
extends EJBContainer

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

Version:
$Revision: $
Author:
Carlo de Wolf

Field Summary
 
Fields inherited from class javax.ejb.EJBContainer
EMBEDDABLE_APP_NAME_PROPERTY, EMBEDDABLE_INITIAL, EMBEDDABLE_INITIAL_PROPERTY, EMBEDDABLE_MODULES_PROPERTY
 
Constructor Summary
EJBContainerWrapper(EJBContainer delegate)
          Deprecated.  
 
Method Summary
 void close()
          Deprecated. Shutdown an embeddable EJBContainer instance.
 EJBContainer getDelegate()
          Deprecated.  
 boolean isClosed()
          Deprecated.  
 
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)
Deprecated. 
Method Detail

close

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

Specified by:
close in class EJBContainer

getDelegate

public EJBContainer getDelegate()
Deprecated. 

isClosed

public boolean isClosed()
Deprecated. 


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.