Uses of Class
org.apache.openejb.jee.jba.IorSecurityConfig

Packages that use IorSecurityConfig
org.apache.openejb.jee.jba   
 

Uses of IorSecurityConfig in org.apache.openejb.jee.jba
 

Fields in org.apache.openejb.jee.jba declared as IorSecurityConfig
protected  IorSecurityConfig MessageDriven.iorSecurityConfig
           
protected  IorSecurityConfig Session.iorSecurityConfig
           
protected  IorSecurityConfig Entity.iorSecurityConfig
           
 

Methods in org.apache.openejb.jee.jba that return IorSecurityConfig
 IorSecurityConfig ObjectFactory.createIorSecurityConfig()
          Create an instance of IorSecurityConfig
 IorSecurityConfig MessageDriven.getIorSecurityConfig()
          Gets the value of the iorSecurityConfig property.
 IorSecurityConfig Session.getIorSecurityConfig()
          Gets the value of the iorSecurityConfig property.
 IorSecurityConfig Entity.getIorSecurityConfig()
          Gets the value of the iorSecurityConfig property.
 

Methods in org.apache.openejb.jee.jba with parameters of type IorSecurityConfig
 void MessageDriven.setIorSecurityConfig(IorSecurityConfig value)
          Sets the value of the iorSecurityConfig property.
 void Session.setIorSecurityConfig(IorSecurityConfig value)
          Sets the value of the iorSecurityConfig property.
 void Entity.setIorSecurityConfig(IorSecurityConfig value)
          Sets the value of the iorSecurityConfig property.
 



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