|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jonas.deployment.common.xml.AbsElement
org.ow2.jonas.deployment.common.xml.AbsDescriptionElement
org.ow2.jonas.deployment.common.xml.AbsEnvironmentElement
public abstract class AbsEnvironmentElement
This class defines an abstract implementation for all environment element Entity, Session, WebApp, Application-client elements must extend this class
| Constructor Summary | |
|---|---|
AbsEnvironmentElement()
Constructor : build a new object for environment |
|
| Method Summary | |
|---|---|
void |
addEjbLocalRef(EjbLocalRef ejbLocalRef)
Add a new ejb-local-ref element to this object |
void |
addEjbRef(EjbRef ejbRef)
Add a new ejb-ref element to this object |
void |
addEnvEntry(EnvEntry envEntry)
Add a new env-entry element to this object |
void |
addMessageDestinationRef(MessageDestinationRef messageDestinationRef)
Add a new message-destination-ref element to this object |
void |
addPersistenceUnitRef(PersistenceUnitRef persistenceUnitRef)
Add a new persistence-unit-ref element to this object |
void |
addResourceEnvRef(ResourceEnvRef resourceEnvRef)
Add a new resource-env-ref element to this object |
void |
addResourceRef(ResourceRef resourceRef)
Add a new resource-ref element to this object |
void |
addServiceRef(ServiceRef serviceRef)
Add a new service-ref element to this object |
JLinkedList |
getEjbLocalRefList()
|
JLinkedList |
getEjbRefList()
|
JLinkedList |
getEnvEntryList()
|
JLinkedList |
getMessageDestinationRefList()
|
JLinkedList |
getPersistenceUnitRefList()
|
JLinkedList |
getResourceEnvRefList()
|
JLinkedList |
getResourceRefList()
|
JLinkedList |
getServiceRefList()
|
| Methods inherited from class org.ow2.jonas.deployment.common.xml.AbsDescriptionElement |
|---|
getDescription, getDisplayName, getIcon, setDescription, setDisplayName, setIcon, setLargeIcon, setLargeIcon, setSmallIcon, setSmallIcon |
| Methods inherited from class org.ow2.jonas.deployment.common.xml.AbsElement |
|---|
indent, toString, toXML, toXML, xmlAttribute, xmlElement |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.ow2.jonas.deployment.common.xml.DescriptionGroupXml |
|---|
getDescription, getDisplayName, getIcon |
| Constructor Detail |
|---|
public AbsEnvironmentElement()
| Method Detail |
|---|
public void addEjbLocalRef(EjbLocalRef ejbLocalRef)
ejbLocalRef - the ejb-local-ref objectpublic void addEjbRef(EjbRef ejbRef)
ejbRef - the ejb-ref objectpublic void addEnvEntry(EnvEntry envEntry)
envEntry - the ejb-ref objectpublic void addResourceEnvRef(ResourceEnvRef resourceEnvRef)
resourceEnvRef - the resource-env-ref objectpublic void addResourceRef(ResourceRef resourceRef)
resourceRef - the resource-ref objectpublic void addServiceRef(ServiceRef serviceRef)
serviceRef - the service-ref objectpublic void addMessageDestinationRef(MessageDestinationRef messageDestinationRef)
messageDestinationRef - the message-destination-ref objectpublic void addPersistenceUnitRef(PersistenceUnitRef persistenceUnitRef)
persistenceUnitRef - the persistence-unit-ref objectpublic JLinkedList getEjbLocalRefList()
getEjbLocalRefList in interface JndiEnvRefsGroupXmlpublic JLinkedList getEjbRefList()
getEjbRefList in interface JndiEnvRefsGroupXmlpublic JLinkedList getEnvEntryList()
getEnvEntryList in interface JndiEnvRefsGroupXmlpublic JLinkedList getResourceEnvRefList()
getResourceEnvRefList in interface JndiEnvRefsGroupXmlpublic JLinkedList getResourceRefList()
getResourceRefList in interface JndiEnvRefsGroupXmlpublic JLinkedList getServiceRefList()
getServiceRefList in interface JndiEnvRefsGroupXmlpublic JLinkedList getMessageDestinationRefList()
getMessageDestinationRefList in interface JndiEnvRefsGroupXmlpublic JLinkedList getPersistenceUnitRefList()
getPersistenceUnitRefList in interface JndiEnvRefsGroupXml
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||