Uses of Class
org.apache.openejb.jee.jba.ActivationConfig

Packages that use ActivationConfig
org.apache.openejb.jee.jba   
 

Uses of ActivationConfig in org.apache.openejb.jee.jba
 

Fields in org.apache.openejb.jee.jba declared as ActivationConfig
protected  ActivationConfig MessageDriven.activationConfig
           
protected  ActivationConfig ProxyFactoryConfig.activationConfig
           
 

Methods in org.apache.openejb.jee.jba that return ActivationConfig
 ActivationConfig ObjectFactory.createActivationConfig()
          Create an instance of ActivationConfig
 ActivationConfig MessageDriven.getActivationConfig()
          Gets the value of the activationConfig property.
 ActivationConfig ProxyFactoryConfig.getActivationConfig()
          Gets the value of the activationConfig property.
 

Methods in org.apache.openejb.jee.jba with parameters of type ActivationConfig
 void MessageDriven.setActivationConfig(ActivationConfig value)
          Sets the value of the activationConfig property.
 void ProxyFactoryConfig.setActivationConfig(ActivationConfig value)
          Sets the value of the activationConfig property.
 



Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.