Uses of Interface
org.ow2.easybeans.api.EZBContainer

Packages that use EZBContainer
org.ow2.easybeans.api Implementation of EJB 3.0 container API 
 

Uses of EZBContainer in org.ow2.easybeans.api
 

Methods in org.ow2.easybeans.api that return EZBContainer
 EZBContainer EZBServer.createContainer(org.ow2.util.ee.deploy.api.deployable.IDeployable<?> deployable)
          Creates and adds an ejb3 container to the managed container.
 EZBContainer EZBServer.findContainer(org.ow2.util.archive.api.IArchive archive)
          Gets a container managed by this server.
 EZBContainer EZBContainerCallbackInfo.getContainer()
           
 EZBContainer Factory.getContainer()
          Gets the container used by this factory.
 EZBContainer EZBServer.getContainer(String id)
          Gets a container managed by this server.
 

Methods in org.ow2.easybeans.api that return types with arguments of type EZBContainer
 Map<String,EZBContainer> EZBServer.getContainers()
           
 

Methods in org.ow2.easybeans.api with parameters of type EZBContainer
 void EZBServer.addContainer(EZBContainer container)
          Add an already created container.
 void EZBServer.removeContainer(EZBContainer container)
          Remove a given container.
 void EZBContainerCallbackInfo.setContainer(EZBContainer container)
          Set the EZBContainer.
 



Copyright © 2006-2012 OW2 Consortium. All Rights Reserved.