org.apache.openejb.jee.sun
Class SunEjbJar

java.lang.Object
  extended by org.apache.openejb.jee.sun.SunEjbJar

public class SunEjbJar
extends Object


Field Summary
protected  EnterpriseBeans enterpriseBeans
           
protected  List<SecurityRoleMapping> securityRoleMapping
           
 
Constructor Summary
SunEjbJar()
           
 
Method Summary
 EnterpriseBeans getEnterpriseBeans()
           
 List<SecurityRoleMapping> getSecurityRoleMapping()
           
 void setEnterpriseBeans(EnterpriseBeans value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

securityRoleMapping

protected List<SecurityRoleMapping> securityRoleMapping

enterpriseBeans

protected EnterpriseBeans enterpriseBeans
Constructor Detail

SunEjbJar

public SunEjbJar()
Method Detail

getSecurityRoleMapping

public List<SecurityRoleMapping> getSecurityRoleMapping()

getEnterpriseBeans

public EnterpriseBeans getEnterpriseBeans()

setEnterpriseBeans

public void setEnterpriseBeans(EnterpriseBeans value)


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