Uses of Class
org.openejb.config.ejb11.SecurityRoleRef

Packages that use SecurityRoleRef
org.openejb.config   
org.openejb.config.ejb11   
 

Uses of SecurityRoleRef in org.openejb.config
 

Methods in org.openejb.config that return SecurityRoleRef
 SecurityRoleRef[] Bean.getSecurityRoleRef()
           
 SecurityRoleRef[] EntityBean.getSecurityRoleRef()
           
 SecurityRoleRef[] SessionBean.getSecurityRoleRef()
           
 

Uses of SecurityRoleRef in org.openejb.config.ejb11
 

Methods in org.openejb.config.ejb11 that return SecurityRoleRef
static SecurityRoleRef SecurityRoleRef.unmarshal(Reader reader)
           
 SecurityRoleRef Session.getSecurityRoleRef(int index)
           
 SecurityRoleRef[] Session.getSecurityRoleRef()
           
 SecurityRoleRef Session.removeSecurityRoleRef(int index)
           
 SecurityRoleRef Entity.getSecurityRoleRef(int index)
           
 SecurityRoleRef[] Entity.getSecurityRoleRef()
           
 SecurityRoleRef Entity.removeSecurityRoleRef(int index)
           
 

Methods in org.openejb.config.ejb11 with parameters of type SecurityRoleRef
 void Session.addSecurityRoleRef(SecurityRoleRef vSecurityRoleRef)
           
 void Session.setSecurityRoleRef(int index, SecurityRoleRef vSecurityRoleRef)
           
 void Session.setSecurityRoleRef(SecurityRoleRef[] securityRoleRefArray)
           
 void Entity.addSecurityRoleRef(SecurityRoleRef vSecurityRoleRef)
           
 void Entity.setSecurityRoleRef(int index, SecurityRoleRef vSecurityRoleRef)
           
 void Entity.setSecurityRoleRef(SecurityRoleRef[] securityRoleRefArray)
           
 



Copyright © 1999-2005 OpenEJB. All Rights Reserved.