Uses of Class
org.apache.openejb.jee.was.v6.common.Description

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

Uses of Description in org.apache.openejb.jee.was.v6.common
 

Fields in org.apache.openejb.jee.was.v6.common with type parameters of type Description
protected  List<Description> DescriptionGroup.descriptions
           
protected  List<Description> SecurityRoleRef.descriptions
           
protected  List<Description> SecurityIdentity.descriptions
           
protected  List<Description> EnvEntry.descriptions
           
protected  List<Description> ResourceRef.descriptions
           
protected  List<Description> EjbRef.descriptions
           
protected  List<Description> ResourceEnvRef.descriptions
           
protected  List<Description> MessageDestinationRef.descriptions
           
protected  List<Description> ParamValue.descriptions
           
protected  List<Description> SecurityRole.descriptions
           
protected  List<Description> Identity.descriptions
           
 

Methods in org.apache.openejb.jee.was.v6.common that return Description
 Description ObjectFactory.createDescription()
          Create an instance of Description
 

Methods in org.apache.openejb.jee.was.v6.common that return types with arguments of type Description
 javax.xml.bind.JAXBElement<Description> ObjectFactory.createDescription(Description value)
          Create an instance of JAXBElement<Description >
 List<Description> DescriptionGroup.getDescriptions()
          Gets the value of the descriptions property.
 List<Description> SecurityRoleRef.getDescriptions()
          Gets the value of the descriptions property.
 List<Description> SecurityIdentity.getDescriptions()
          Gets the value of the descriptions property.
 List<Description> EnvEntry.getDescriptions()
          Gets the value of the descriptions property.
 List<Description> ResourceRef.getDescriptions()
          Gets the value of the descriptions property.
 List<Description> EjbRef.getDescriptions()
          Gets the value of the descriptions property.
 List<Description> ResourceEnvRef.getDescriptions()
          Gets the value of the descriptions property.
 List<Description> MessageDestinationRef.getDescriptions()
          Gets the value of the descriptions property.
 List<Description> ParamValue.getDescriptions()
          Gets the value of the descriptions property.
 List<Description> SecurityRole.getDescriptions()
          Gets the value of the descriptions property.
 List<Description> Identity.getDescriptions()
          Gets the value of the descriptions property.
 

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

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

Fields in org.apache.openejb.jee.was.v6.ejb with type parameters of type Description
protected  List<Description> EJBRelation.descriptions
           
protected  List<Description> EJBRelationshipRole.descriptions
           
protected  List<Description> RoleSource.descriptions
           
protected  List<Description> CMPAttribute.descriptions
           
protected  List<Description> Query.descriptions
           
protected  List<Description> MethodElement.descriptions
           
protected  List<Description> Relationships.descriptions
           
protected  List<Description> MethodPermission.descriptions
           
protected  List<Description> MethodTransaction.descriptions
           
protected  List<Description> ExcludeList.descriptions
           
protected  List<Description> ActivationConfig.descriptions
           
 

Methods in org.apache.openejb.jee.was.v6.ejb that return types with arguments of type Description
 List<Description> EJBRelation.getDescriptions()
          Gets the value of the descriptions property.
 List<Description> EJBRelationshipRole.getDescriptions()
          Gets the value of the descriptions property.
 List<Description> RoleSource.getDescriptions()
          Gets the value of the descriptions property.
 List<Description> CMPAttribute.getDescriptions()
          Gets the value of the descriptions property.
 List<Description> Query.getDescriptions()
          Gets the value of the descriptions property.
 List<Description> MethodElement.getDescriptions()
          Gets the value of the descriptions property.
 List<Description> Relationships.getDescriptions()
          Gets the value of the descriptions property.
 List<Description> MethodPermission.getDescriptions()
          Gets the value of the descriptions property.
 List<Description> MethodTransaction.getDescriptions()
          Gets the value of the descriptions property.
 List<Description> ExcludeList.getDescriptions()
          Gets the value of the descriptions property.
 List<Description> ActivationConfig.getDescriptions()
          Gets the value of the descriptions property.
 



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