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
ejbRef
protected List<EjbRef> ejbRef
resourceRef
protected List<ResourceRef> resourceRef
resourceEnvRef
protected List<ResourceEnvRef> resourceEnvRef
serviceRef
protected List<ServiceRef> serviceRef
messageDestinationRef
protected List<MessageDestinationRef> messageDestinationRef
messageDestination
protected List<MessageDestination> messageDestination
archiveName
protected String archiveName
compatibility
protected String compatibility
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)
getEjbRef
public List<EjbRef> getEjbRef()
getResourceRef
public List<ResourceRef> getResourceRef()
getResourceEnvRef
public List<ResourceEnvRef> getResourceEnvRef()
getServiceRef
public List<ServiceRef> getServiceRef()
getMessageDestinationRef
public List<MessageDestinationRef> getMessageDestinationRef()
getMessageDestination
public List<MessageDestination> getMessageDestination()
getArchiveName
public String getArchiveName()
setArchiveName
public void setArchiveName(String archiveName)
getCompatibility
public String getCompatibility()
setCompatibility
public void setCompatibility(String compatibility)
Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.