Uses of Class
org.apache.openejb.test.object.ObjectGraph

Packages that use ObjectGraph
org.apache.openejb.test.entity.bmp   
org.apache.openejb.test.entity.cmp   
org.apache.openejb.test.singleton   
org.apache.openejb.test.stateful   
org.apache.openejb.test.stateless   
 

Uses of ObjectGraph in org.apache.openejb.test.entity.bmp
 

Methods in org.apache.openejb.test.entity.bmp that return ObjectGraph
 ObjectGraph RmiIiopBmpBean.returnNestedEJBHome()
           
 ObjectGraph RmiIiopBmpObject.returnNestedEJBHome()
           
 ObjectGraph RmiIiopBmpBean.returnNestedEJBMetaData()
           
 ObjectGraph RmiIiopBmpObject.returnNestedEJBMetaData()
           
 ObjectGraph RmiIiopBmpBean.returnNestedEJBObject()
           
 ObjectGraph RmiIiopBmpObject.returnNestedEJBObject()
           
 ObjectGraph RmiIiopBmpBean.returnNestedHandle()
           
 ObjectGraph RmiIiopBmpObject.returnNestedHandle()
           
 ObjectGraph RmiIiopBmpBean.returnObjectGraph(ObjectGraph data)
           
 ObjectGraph RmiIiopBmpObject.returnObjectGraph(ObjectGraph data)
           
 ObjectGraph[] RmiIiopBmpBean.returnObjectGraphArray(ObjectGraph[] data)
           
 ObjectGraph[] RmiIiopBmpObject.returnObjectGraphArray(ObjectGraph[] data)
           
 

Methods in org.apache.openejb.test.entity.bmp with parameters of type ObjectGraph
 ObjectGraph RmiIiopBmpBean.returnObjectGraph(ObjectGraph data)
           
 ObjectGraph RmiIiopBmpObject.returnObjectGraph(ObjectGraph data)
           
 ObjectGraph[] RmiIiopBmpBean.returnObjectGraphArray(ObjectGraph[] data)
           
 ObjectGraph[] RmiIiopBmpObject.returnObjectGraphArray(ObjectGraph[] data)
           
 

Uses of ObjectGraph in org.apache.openejb.test.entity.cmp
 

Methods in org.apache.openejb.test.entity.cmp that return ObjectGraph
 ObjectGraph RmiIiopCmpObject.returnNestedEJBHome()
           
 ObjectGraph RmiIiopCmpBean.returnNestedEJBHome()
           
 ObjectGraph RmiIiopCmp2Bean.returnNestedEJBHome()
           
 ObjectGraph RmiIiopCmpObject.returnNestedEJBMetaData()
           
 ObjectGraph RmiIiopCmpBean.returnNestedEJBMetaData()
           
 ObjectGraph RmiIiopCmp2Bean.returnNestedEJBMetaData()
           
 ObjectGraph RmiIiopCmpObject.returnNestedEJBObject()
           
 ObjectGraph RmiIiopCmpBean.returnNestedEJBObject()
           
 ObjectGraph RmiIiopCmp2Bean.returnNestedEJBObject()
           
 ObjectGraph RmiIiopCmpObject.returnNestedHandle()
           
 ObjectGraph RmiIiopCmpBean.returnNestedHandle()
           
 ObjectGraph RmiIiopCmp2Bean.returnNestedHandle()
           
 ObjectGraph RmiIiopCmpObject.returnObjectGraph(ObjectGraph data)
           
 ObjectGraph RmiIiopCmpBean.returnObjectGraph(ObjectGraph data)
           
 ObjectGraph RmiIiopCmp2Bean.returnObjectGraph(ObjectGraph data)
           
 ObjectGraph[] RmiIiopCmpObject.returnObjectGraphArray(ObjectGraph[] data)
           
 ObjectGraph[] RmiIiopCmpBean.returnObjectGraphArray(ObjectGraph[] data)
           
 ObjectGraph[] RmiIiopCmp2Bean.returnObjectGraphArray(ObjectGraph[] data)
           
 

Methods in org.apache.openejb.test.entity.cmp with parameters of type ObjectGraph
 ObjectGraph RmiIiopCmpObject.returnObjectGraph(ObjectGraph data)
           
 ObjectGraph RmiIiopCmpBean.returnObjectGraph(ObjectGraph data)
           
 ObjectGraph RmiIiopCmp2Bean.returnObjectGraph(ObjectGraph data)
           
 ObjectGraph[] RmiIiopCmpObject.returnObjectGraphArray(ObjectGraph[] data)
           
 ObjectGraph[] RmiIiopCmpBean.returnObjectGraphArray(ObjectGraph[] data)
           
 ObjectGraph[] RmiIiopCmp2Bean.returnObjectGraphArray(ObjectGraph[] data)
           
 

Uses of ObjectGraph in org.apache.openejb.test.singleton
 

Methods in org.apache.openejb.test.singleton that return ObjectGraph
 ObjectGraph RmiIiopSingletonObject.returnNestedEJBHome()
           
 ObjectGraph RmiIiopSingletonBean.returnNestedEJBHome()
           
 ObjectGraph RmiIiopSingletonObject.returnNestedEJBMetaData()
           
 ObjectGraph RmiIiopSingletonBean.returnNestedEJBMetaData()
           
 ObjectGraph RmiIiopSingletonObject.returnNestedEJBObject()
           
 ObjectGraph RmiIiopSingletonBean.returnNestedEJBObject()
           
 ObjectGraph RmiIiopSingletonObject.returnNestedHandle()
           
 ObjectGraph RmiIiopSingletonBean.returnNestedHandle()
           
 ObjectGraph RmiIiopSingletonObject.returnObjectGraph(ObjectGraph data)
           
 ObjectGraph RmiIiopSingletonBean.returnObjectGraph(ObjectGraph data)
           
 ObjectGraph[] RmiIiopSingletonObject.returnObjectGraphArray(ObjectGraph[] data)
           
 ObjectGraph[] RmiIiopSingletonBean.returnObjectGraphArray(ObjectGraph[] data)
           
 

Methods in org.apache.openejb.test.singleton with parameters of type ObjectGraph
 ObjectGraph RmiIiopSingletonObject.returnObjectGraph(ObjectGraph data)
           
 ObjectGraph RmiIiopSingletonBean.returnObjectGraph(ObjectGraph data)
           
 ObjectGraph[] RmiIiopSingletonObject.returnObjectGraphArray(ObjectGraph[] data)
           
 ObjectGraph[] RmiIiopSingletonBean.returnObjectGraphArray(ObjectGraph[] data)
           
 

Uses of ObjectGraph in org.apache.openejb.test.stateful
 

Methods in org.apache.openejb.test.stateful that return ObjectGraph
 ObjectGraph RmiIiopStatefulBean.returnNestedEJBHome()
           
 ObjectGraph RmiIiopStatefulObject.returnNestedEJBHome()
           
 ObjectGraph RmiIiopStatefulBean.returnNestedEJBMetaData()
           
 ObjectGraph RmiIiopStatefulObject.returnNestedEJBMetaData()
           
 ObjectGraph RmiIiopStatefulBean.returnNestedEJBObject()
           
 ObjectGraph RmiIiopStatefulObject.returnNestedEJBObject()
           
 ObjectGraph RmiIiopStatefulBean.returnNestedHandle()
           
 ObjectGraph RmiIiopStatefulObject.returnNestedHandle()
           
 ObjectGraph RmiIiopStatefulBean.returnObjectGraph(ObjectGraph data)
           
 ObjectGraph RmiIiopStatefulObject.returnObjectGraph(ObjectGraph data)
           
 ObjectGraph[] RmiIiopStatefulBean.returnObjectGraphArray(ObjectGraph[] data)
           
 ObjectGraph[] RmiIiopStatefulObject.returnObjectGraphArray(ObjectGraph[] data)
           
 

Methods in org.apache.openejb.test.stateful with parameters of type ObjectGraph
 ObjectGraph RmiIiopStatefulBean.returnObjectGraph(ObjectGraph data)
           
 ObjectGraph RmiIiopStatefulObject.returnObjectGraph(ObjectGraph data)
           
 ObjectGraph[] RmiIiopStatefulBean.returnObjectGraphArray(ObjectGraph[] data)
           
 ObjectGraph[] RmiIiopStatefulObject.returnObjectGraphArray(ObjectGraph[] data)
           
 

Uses of ObjectGraph in org.apache.openejb.test.stateless
 

Methods in org.apache.openejb.test.stateless that return ObjectGraph
 ObjectGraph RmiIiopStatelessObject.returnNestedColor()
           
 ObjectGraph RmiIiopStatelessBean.returnNestedColor()
           
 ObjectGraph RmiIiopStatelessObject.returnNestedEJBHome()
           
 ObjectGraph RmiIiopStatelessBean.returnNestedEJBHome()
           
 ObjectGraph RmiIiopStatelessObject.returnNestedEJBMetaData()
           
 ObjectGraph RmiIiopStatelessBean.returnNestedEJBMetaData()
           
 ObjectGraph RmiIiopStatelessObject.returnNestedEJBObject()
           
 ObjectGraph RmiIiopStatelessBean.returnNestedEJBObject()
           
 ObjectGraph RmiIiopStatelessObject.returnNestedHandle()
           
 ObjectGraph RmiIiopStatelessBean.returnNestedHandle()
           
 ObjectGraph RmiIiopStatelessObject.returnObjectGraph(ObjectGraph data)
           
 ObjectGraph RmiIiopStatelessBean.returnObjectGraph(ObjectGraph data)
           
 ObjectGraph[] RmiIiopStatelessObject.returnObjectGraphArray(ObjectGraph[] data)
           
 ObjectGraph[] RmiIiopStatelessBean.returnObjectGraphArray(ObjectGraph[] data)
           
 

Methods in org.apache.openejb.test.stateless with parameters of type ObjectGraph
 ObjectGraph RmiIiopStatelessObject.returnObjectGraph(ObjectGraph data)
           
 ObjectGraph RmiIiopStatelessBean.returnObjectGraph(ObjectGraph data)
           
 ObjectGraph[] RmiIiopStatelessObject.returnObjectGraphArray(ObjectGraph[] data)
           
 ObjectGraph[] RmiIiopStatelessBean.returnObjectGraphArray(ObjectGraph[] data)
           
 



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