Uses of Class
org.apache.openejb.jee.was.v6.ejb.ActivationConfig

Packages that use ActivationConfig
org.apache.openejb.jee.was.v6.ejb Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
 

Uses of ActivationConfig in org.apache.openejb.jee.was.v6.ejb
 

Fields in org.apache.openejb.jee.was.v6.ejb with type parameters of type ActivationConfig
protected  java.util.List<ActivationConfig> MessageDriven.activationConfigs
           
 

Methods in org.apache.openejb.jee.was.v6.ejb that return ActivationConfig
 ActivationConfig ObjectFactory.createActivationConfig()
          Create an instance of ActivationConfig
 

Methods in org.apache.openejb.jee.was.v6.ejb that return types with arguments of type ActivationConfig
 javax.xml.bind.JAXBElement<ActivationConfig> ObjectFactory.createActivationConfig(ActivationConfig value)
          Create an instance of JAXBElement< ActivationConfig>
 java.util.List<ActivationConfig> MessageDriven.getActivationConfigs()
          Gets the value of the activationConfigs property.
 

Methods in org.apache.openejb.jee.was.v6.ejb with parameters of type ActivationConfig
 javax.xml.bind.JAXBElement<ActivationConfig> ObjectFactory.createActivationConfig(ActivationConfig value)
          Create an instance of JAXBElement< ActivationConfig>
 



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