org.apache.openejb.jee.sun
Class SunApplication
java.lang.Object
org.apache.openejb.jee.sun.SunApplication
public class SunApplication
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
web
protected List<Web> web
passByReference
protected String passByReference
uniqueId
protected String uniqueId
securityRoleMapping
protected List<SecurityRoleMapping> securityRoleMapping
realm
protected String realm
SunApplication
public SunApplication()
getWeb
public List<Web> getWeb()
getPassByReference
public String getPassByReference()
setPassByReference
public void setPassByReference(String value)
getUniqueId
public String getUniqueId()
setUniqueId
public void setUniqueId(String value)
getSecurityRoleMapping
public List<SecurityRoleMapping> getSecurityRoleMapping()
getRealm
public String getRealm()
setRealm
public void setRealm(String value)
Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.