Uses of Interface
org.ow2.jonas.cmi.CmiService

Packages that use CmiService
org.ow2.jonas.cmi.internal   
org.ow2.jonas.ejb.easybeans   
org.ow2.jonas.ejb2.internal   
org.ow2.jonas.ha.internal   
org.ow2.jonas.lib.ejb21   
 

Uses of CmiService in org.ow2.jonas.cmi.internal
 

Classes in org.ow2.jonas.cmi.internal that implement CmiService
 class CmiServiceImpl
          CMI Service interface.
 

Uses of CmiService in org.ow2.jonas.ejb.easybeans
 

Methods in org.ow2.jonas.ejb.easybeans that return CmiService
 CmiService EasyBeansService.getCmiService()
          Return a reference to the CMI service.
 

Methods in org.ow2.jonas.ejb.easybeans with parameters of type CmiService
 void EasyBeansService.setCmiService(CmiService cmiService)
          Set a reference to the CMI service.
 

Uses of CmiService in org.ow2.jonas.ejb2.internal
 

Methods in org.ow2.jonas.ejb2.internal that return CmiService
 CmiService JOnASEJBService.getCmiService()
           
 

Methods in org.ow2.jonas.ejb2.internal with parameters of type CmiService
 void JOnASEJBService.setCmiService(CmiService cmiService)
          Set the reference on CMI service.
 

Uses of CmiService in org.ow2.jonas.ha.internal
 

Methods in org.ow2.jonas.ha.internal with parameters of type CmiService
 void HaServiceImpl.setCmiService(CmiService cmiService)
          Set a reference for the CMI service
 

Uses of CmiService in org.ow2.jonas.lib.ejb21
 

Methods in org.ow2.jonas.lib.ejb21 that return CmiService
 CmiService JContainer.getCmiService()
           
 

Constructors in org.ow2.jonas.lib.ejb21 with parameters of type CmiService
JContainer(String name, String extFileName, String file, ClassLoader ld, DeploymentDesc dd, CmiService cmiService, HaService haService, IJAXRPCService jaxrpService, MBeanServer jmxserver, ResourceService resService)
          constructor
 



Copyright © 2010 OW2 Consortium. All Rights Reserved.