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

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

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

Fields in org.apache.openejb.jee.was.v6.ejb with type parameters of type EJBRelation
protected  List<EJBRelation> Relationships.ejbRelations
           
 

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

Methods in org.apache.openejb.jee.was.v6.ejb that return types with arguments of type EJBRelation
 javax.xml.bind.JAXBElement<EJBRelation> ObjectFactory.createEJBRelation(EJBRelation value)
          Create an instance of JAXBElement<EJBRelation >
 List<EJBRelation> Relationships.getEjbRelations()
          Gets the value of the ejbRelations property.
 

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



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