org.jboss.ejb3.api.spi
Class EJBContainerWrapper
java.lang.Object
javax.ejb.EJBContainer
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EJBContainerWrapper
public EJBContainerWrapper(EJBContainer delegate)
- Deprecated.
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 © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.