org.apache.openejb.jee.sun
Class SunApplication

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

public class SunApplication
extends Object


Field Summary
protected  String archiveName
           
protected  String compatibility
           
protected  List<EjbRef> ejbRef
           
protected  List<MessageDestination> messageDestination
           
protected  List<MessageDestinationRef> messageDestinationRef
           
protected  String passByReference
           
protected  String realm
           
protected  List<ResourceEnvRef> resourceEnvRef
           
protected  List<ResourceRef> resourceRef
           
protected  List<SecurityRoleMapping> securityRoleMapping
           
protected  List<ServiceRef> serviceRef
           
protected  String uniqueId
           
protected  List<Web> web
           
 
Constructor Summary
SunApplication()
           
 
Method Summary
 String getArchiveName()
           
 String getCompatibility()
           
 List<EjbRef> getEjbRef()
           
 List<MessageDestination> getMessageDestination()
           
 List<MessageDestinationRef> getMessageDestinationRef()
           
 String getPassByReference()
           
 String getRealm()
           
 List<ResourceEnvRef> getResourceEnvRef()
           
 List<ResourceRef> getResourceRef()
           
 List<SecurityRoleMapping> getSecurityRoleMapping()
           
 List<ServiceRef> getServiceRef()
           
 String getUniqueId()
           
 List<Web> getWeb()
           
 void setArchiveName(String archiveName)
           
 void setCompatibility(String compatibility)
           
 void setPassByReference(String value)
           
 void setRealm(String value)
           
 void setUniqueId(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

SunApplication

public SunApplication()
Method Detail

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–2015 The Apache Software Foundation. All rights reserved.