Uses of Class
org.openejb.test.object.OperationsPolicy

Packages that use OperationsPolicy
org.openejb.test.entity.bmp   
org.openejb.test.entity.cmp   
org.openejb.test.stateful   
org.openejb.test.stateless   
 

Uses of OperationsPolicy in org.openejb.test.entity.bmp
 

Methods in org.openejb.test.entity.bmp that return OperationsPolicy
 OperationsPolicy AllowedOperationsBmpBean.getAllowedOperationsReport(java.lang.String methodName)
          Maps to BasicBmpObject.getAllowedOperationsReport Returns a report of the allowed opperations for one of the bean's methods.
 OperationsPolicy BasicBmp2DataSourcesBean.getAllowedOperationsReport(java.lang.String methodName)
          Maps to BasicBmp2DataSourcesObject.getAllowedOperationsReport Returns a report of the allowed opperations for one of the bean's methods.
 OperationsPolicy BasicBmp2DataSourcesObject.getAllowedOperationsReport(java.lang.String methodName)
          Returns a report of the allowed opperations for one of the bean's methods.
 OperationsPolicy BasicBmpBean.getAllowedOperationsReport(java.lang.String methodName)
          Maps to BasicBmpObject.getAllowedOperationsReport Returns a report of the allowed opperations for one of the bean's methods.
 OperationsPolicy BasicBmpObject.getAllowedOperationsReport(java.lang.String methodName)
          Returns a report of the allowed opperations for one of the bean's methods.
 

Uses of OperationsPolicy in org.openejb.test.entity.cmp
 

Methods in org.openejb.test.entity.cmp that return OperationsPolicy
 OperationsPolicy AllowedOperationsCmpBean.getAllowedOperationsReport(java.lang.String methodName)
          Maps to BasicCmpObject.getAllowedOperationsReport Returns a report of the allowed opperations for one of the bean's methods.
 OperationsPolicy BasicCmpBean.getAllowedOperationsReport(java.lang.String methodName)
          Maps to BasicCmpObject.getAllowedOperationsReport Returns a report of the allowed opperations for one of the bean's methods.
 OperationsPolicy BasicCmpObject.getAllowedOperationsReport(java.lang.String methodName)
          Returns a report of the allowed opperations for one of the bean's methods.
 

Uses of OperationsPolicy in org.openejb.test.stateful
 

Methods in org.openejb.test.stateful that return OperationsPolicy
 OperationsPolicy BasicStatefulObject.getAllowedOperationsReport(java.lang.String methodName)
          Returns a report of the allowed opperations for one of the bean's methods.
 OperationsPolicy BMTStatefulBean.getAllowedOperationsReport(java.lang.String methodName)
          Maps to BasicStatefulObject.getAllowedOperationsReport Returns a report of the allowed opperations for one of the bean's methods.
 OperationsPolicy BasicStatefulBean.getAllowedOperationsReport(java.lang.String methodName)
          Maps to BasicStatefulObject.getAllowedOperationsReport Returns a report of the allowed opperations for one of the bean's methods.
 

Uses of OperationsPolicy in org.openejb.test.stateless
 

Methods in org.openejb.test.stateless that return OperationsPolicy
 OperationsPolicy BasicStatelessObject.getAllowedOperationsReport(java.lang.String methodName)
          Returns a report of the allowed opperations for one of the bean's methods.
 OperationsPolicy BasicStatelessBean.getAllowedOperationsReport(java.lang.String methodName)
          Maps to BasicStatelessObject.getAllowedOperationsReport Returns a report of the allowed opperations for one of the bean's methods.
 



Copyright © 1999-2011 OpenEJB. All Rights Reserved.