Uses of Interface
org.objectweb.jonas_ejb.container.Container

Packages that use Container
org.objectweb.jonas_ejb.container   
org.objectweb.jonas.container   
 

Uses of Container in org.objectweb.jonas_ejb.container
 

Classes in org.objectweb.jonas_ejb.container that implement Container
 class JContainer
          This class represents an EJB container.
 

Uses of Container in org.objectweb.jonas.container
 

Methods in org.objectweb.jonas.container that return Container
 Container EJBServiceImpl.getContainer(String fileName)
          Get the Container by its file name (.xml or .jar)
 Container[] EJBServiceImpl.listContainers()
          List JOnAS container created by EJB Service
 

Methods in org.objectweb.jonas.container with parameters of type Container
 void EJBServiceImpl.removeContainer(Container cont)
          Remove a JOnAS container
 void EJBServiceImpl.removeContainer(Container cont, boolean isEarCase)
          Remove the specified container.
 



Copyright © 2007 OW2 Consortium. All Rights Reserved.