|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.objectweb.jonas_lib.deployment.xml.AbsElement
org.objectweb.jonas_ejb.deployment.xml.AssemblyDescriptor
This class defines the implementation of the element assembly-descriptor
| Constructor Summary | |
AssemblyDescriptor()
Constructor |
|
| Method Summary | |
void |
addContainerTransaction(ContainerTransaction containerTransaction)
Add a new container-transaction element to this object |
void |
addMessageDestination(MessageDestination messageDestination)
Add a new message-destination element to this object |
void |
addMethodPermission(MethodPermission methodPermission)
Add a new method-permission element to this object |
void |
addSecurityRole(SecurityRole securityRole)
Add a new security-role element to this object |
JLinkedList |
getContainerTransactionList()
Gets the container-transaction |
ExcludeList |
getExcludeList()
Gets the exclude-list |
JLinkedList |
getMessageDestinationList()
Gets the message-destination |
JLinkedList |
getMethodPermissionList()
Gets the method-permission |
JLinkedList |
getSecurityRoleList()
Gets the security-role |
void |
setContainerTransactionList(JLinkedList containerTransactionList)
Set the container-transaction |
void |
setExcludeList(ExcludeList excludeList)
Set the exclude-list |
void |
setMessageDestinationList(JLinkedList messageDestinationList)
Set the message-destination |
void |
setMethodPermissionList(JLinkedList methodPermissionList)
Set the method-permission |
void |
setSecurityRoleList(JLinkedList securityRoleList)
Set the security-role |
java.lang.String |
toXML(int indent)
Represents this element by it's XML description. |
| Methods inherited from class org.objectweb.jonas_lib.deployment.xml.AbsElement |
indent, toString, toXML, xmlAttribute, xmlElement |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public AssemblyDescriptor()
| Method Detail |
public JLinkedList getSecurityRoleList()
public void setSecurityRoleList(JLinkedList securityRoleList)
securityRoleList - securityRolepublic void addSecurityRole(SecurityRole securityRole)
securityRole - the securityRoleobjectpublic JLinkedList getMethodPermissionList()
public void setMethodPermissionList(JLinkedList methodPermissionList)
methodPermissionList - methodPermissionpublic void addMethodPermission(MethodPermission methodPermission)
methodPermission - the methodPermissionobjectpublic JLinkedList getContainerTransactionList()
public void setContainerTransactionList(JLinkedList containerTransactionList)
containerTransactionList - containerTransactionpublic void addContainerTransaction(ContainerTransaction containerTransaction)
containerTransaction - the containerTransactionobjectpublic JLinkedList getMessageDestinationList()
public void setMessageDestinationList(JLinkedList messageDestinationList)
messageDestinationList - messageDestinationpublic void addMessageDestination(MessageDestination messageDestination)
messageDestination - the messageDestinationobjectpublic ExcludeList getExcludeList()
public void setExcludeList(ExcludeList excludeList)
excludeList - excludeListpublic java.lang.String toXML(int indent)
toXML in interface ElementtoXML in class AbsElementindent - use this indent for prexifing XML representation.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||