Uses of Class
org.apache.openejb.jee.jba.ActivationConfig
-
Packages that use ActivationConfig Package Description org.apache.openejb.jee.jba -
-
Uses of ActivationConfig in org.apache.openejb.jee.jba
Fields in org.apache.openejb.jee.jba declared as ActivationConfig Modifier and Type Field Description protected ActivationConfigMessageDriven. activationConfigprotected ActivationConfigProxyFactoryConfig. activationConfigMethods in org.apache.openejb.jee.jba that return ActivationConfig Modifier and Type Method Description ActivationConfigObjectFactory. createActivationConfig()Create an instance ofActivationConfigActivationConfigMessageDriven. getActivationConfig()Gets the value of the activationConfig property.ActivationConfigProxyFactoryConfig. getActivationConfig()Gets the value of the activationConfig property.Methods in org.apache.openejb.jee.jba with parameters of type ActivationConfig Modifier and Type Method Description voidMessageDriven. setActivationConfig(ActivationConfig value)Sets the value of the activationConfig property.voidProxyFactoryConfig. setActivationConfig(ActivationConfig value)Sets the value of the activationConfig property.
-