Uses of Interface
org.ow2.easybeans.component.api.EZBComponent

Packages that use EZBComponent
org.ow2.easybeans.api Implementation of EJB 3.0 container API 
org.ow2.easybeans.api.audit   
org.ow2.easybeans.api.components Implementation of EJB 3.0 container API 
org.ow2.easybeans.component.api Implementation of EJB 3.0 container API 
org.ow2.easybeans.component.itf Implementation of EJB 3.0 container API 
 

Uses of EZBComponent in org.ow2.easybeans.api
 

Methods in org.ow2.easybeans.api with type parameters of type EZBComponent
<T extends EZBComponent>
T
EZBServer.getComponent(Class<T> itf)
          Get a reference to the first component matching the interface.
<T extends EZBComponent>
T
EZBJ2EEManagedObject.getComponent(Class<T> itf)
          Get a reference to the first component matching the interface.
 

Uses of EZBComponent in org.ow2.easybeans.api.audit
 

Subinterfaces of EZBComponent in org.ow2.easybeans.api.audit
 interface EZBAuditComponent
          Interface for the audit component of EasyBeans.
 

Uses of EZBComponent in org.ow2.easybeans.api.components
 

Methods in org.ow2.easybeans.api.components with type parameters of type EZBComponent
<T extends EZBComponent>
List<T>
EZBComponentRegistry.getComponents(Class<T> itf)
          Get the components that implements the given interface.
 

Methods in org.ow2.easybeans.api.components that return EZBComponent
 EZBComponent EZBComponentRegistry.getComponent(String componentName)
          Allow to get a reference on another component.
 

Methods in org.ow2.easybeans.api.components with parameters of type EZBComponent
 String EZBComponentRegistry.getComponentName(EZBComponent component)
           
 void EZBComponentRegistry.register(String componentName, EZBComponent component)
          Register a component.
 void EZBComponentRegistry.unregister(EZBComponent component)
          Unregister a component.
 

Uses of EZBComponent in org.ow2.easybeans.component.api
 

Subinterfaces of EZBComponent in org.ow2.easybeans.component.api
 interface EZBWrappedComponent
          Allow to wrap an instance of a component (not implementing any EasyBeans API) into a component.
 

Uses of EZBComponent in org.ow2.easybeans.component.itf
 

Subinterfaces of EZBComponent in org.ow2.easybeans.component.itf
 interface EmbeddedDBComponent
          Defines the interface for an Embedded database.
 interface EZBDepMonitorComponent
          Defines the interface for the deployment.
 interface EZBEventComponent
          Interface of the EasyBeans event component.
 interface EZBJmxComponent
          Interface for the EasyBeans JMX component.
 interface EZBSmartComponent
          Defines the interface of smart component.
 interface EZBStatisticComponent
          Interface for the EasyBeans statistic component.
 interface EZBWorkManagerComponent
          Work Manager component.
 interface ICmiComponent
          Interface of CMI component.
 interface JavaMailComponent
          Interface provided for component that are providing mail factories.
 interface JMSComponent
          Defines the interface for a JMS provider.
 interface RegistryComponent
          Defines the interface for a registry provider.
 interface TimerComponent
          Interface for the component that provides the EJB timer service.
 interface TMComponent
          Defines the interface for a TM provider.
 



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