Package org.apache.openejb.jee.sun
Class SunApplication
- java.lang.Object
-
- org.apache.openejb.jee.sun.SunApplication
-
public class SunApplication extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected StringarchiveNameprotected Stringcompatibilityprotected List<EjbRef>ejbRefprotected List<MessageDestination>messageDestinationprotected List<MessageDestinationRef>messageDestinationRefprotected StringpassByReferenceprotected Stringrealmprotected List<ResourceEnvRef>resourceEnvRefprotected List<ResourceRef>resourceRefprotected List<SecurityRoleMapping>securityRoleMappingprotected List<ServiceRef>serviceRefprotected StringuniqueIdprotected List<Web>web
-
Constructor Summary
Constructors Constructor Description SunApplication()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetArchiveName()StringgetCompatibility()List<EjbRef>getEjbRef()List<MessageDestination>getMessageDestination()List<MessageDestinationRef>getMessageDestinationRef()StringgetPassByReference()StringgetRealm()List<ResourceEnvRef>getResourceEnvRef()List<ResourceRef>getResourceRef()List<SecurityRoleMapping>getSecurityRoleMapping()List<ServiceRef>getServiceRef()StringgetUniqueId()List<Web>getWeb()voidsetArchiveName(String archiveName)voidsetCompatibility(String compatibility)voidsetPassByReference(String value)voidsetRealm(String value)voidsetUniqueId(String value)
-
-
-
Field Detail
-
passByReference
protected String passByReference
-
uniqueId
protected String uniqueId
-
securityRoleMapping
protected List<SecurityRoleMapping> securityRoleMapping
-
realm
protected String realm
-
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
-
-
Method Detail
-
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)
-
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)
-
-