Uses of Class
org.apache.openejb.jee.jba.IorSecurityConfig
-
Packages that use IorSecurityConfig Package Description org.apache.openejb.jee.jba -
-
Uses of IorSecurityConfig in org.apache.openejb.jee.jba
Fields in org.apache.openejb.jee.jba declared as IorSecurityConfig Modifier and Type Field Description protected IorSecurityConfigEntity. iorSecurityConfigprotected IorSecurityConfigMessageDriven. iorSecurityConfigprotected IorSecurityConfigSession. iorSecurityConfigMethods in org.apache.openejb.jee.jba that return IorSecurityConfig Modifier and Type Method Description IorSecurityConfigObjectFactory. createIorSecurityConfig()Create an instance ofIorSecurityConfigIorSecurityConfigEntity. getIorSecurityConfig()Gets the value of the iorSecurityConfig property.IorSecurityConfigMessageDriven. getIorSecurityConfig()Gets the value of the iorSecurityConfig property.IorSecurityConfigSession. getIorSecurityConfig()Gets the value of the iorSecurityConfig property.Methods in org.apache.openejb.jee.jba with parameters of type IorSecurityConfig Modifier and Type Method Description voidEntity. setIorSecurityConfig(IorSecurityConfig value)Sets the value of the iorSecurityConfig property.voidMessageDriven. setIorSecurityConfig(IorSecurityConfig value)Sets the value of the iorSecurityConfig property.voidSession. setIorSecurityConfig(IorSecurityConfig value)Sets the value of the iorSecurityConfig property.
-