Uses of Interface
org.jacp.api.component.IBGComponent

Packages that use IBGComponent
org.jacp.api.component   
org.jacp.api.coordinator   
 

Uses of IBGComponent in org.jacp.api.component
 

Subinterfaces of IBGComponent in org.jacp.api.component
 interface IStateLessBGComponent<L,A,M>
          Represents a state less background component.
 

Uses of IBGComponent in org.jacp.api.coordinator
 

Methods in org.jacp.api.coordinator with type parameters of type IBGComponent
<T extends IBGComponent<L,A,M>>
IBGComponent<L,A,M>
IStatelessComponentCoordinator.getCloneBean(java.lang.Class<T> clazz)
          Returns a new instance of managed state less component.
 

Methods in org.jacp.api.coordinator that return IBGComponent
<T extends IBGComponent<L,A,M>>
IBGComponent<L,A,M>
IStatelessComponentCoordinator.getCloneBean(java.lang.Class<T> clazz)
          Returns a new instance of managed state less component.