|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openejb.alt.config.ejb11.AssemblyDescriptor
public class AssemblyDescriptor
Class AssemblyDescriptor.
| Constructor Summary | |
|---|---|
AssemblyDescriptor()
|
|
| Method Summary | |
|---|---|
void |
addContainerTransaction(ContainerTransaction vContainerTransaction)
Method addContainerTransaction |
void |
addContainerTransaction(int index,
ContainerTransaction vContainerTransaction)
Method addContainerTransaction |
void |
addMethodPermission(int index,
MethodPermission vMethodPermission)
Method addMethodPermission |
void |
addMethodPermission(MethodPermission vMethodPermission)
Method addMethodPermission |
void |
addSecurityRole(int index,
SecurityRole vSecurityRole)
Method addSecurityRole |
void |
addSecurityRole(SecurityRole vSecurityRole)
Method addSecurityRole |
java.util.Enumeration |
enumerateContainerTransaction()
Method enumerateContainerTransaction |
java.util.Enumeration |
enumerateMethodPermission()
Method enumerateMethodPermission |
java.util.Enumeration |
enumerateSecurityRole()
Method enumerateSecurityRole |
ContainerTransaction[] |
getContainerTransaction()
Method getContainerTransaction |
ContainerTransaction |
getContainerTransaction(int index)
Method getContainerTransaction |
int |
getContainerTransactionCount()
Method getContainerTransactionCount |
java.lang.String |
getId()
Returns the value of field 'id'. |
MethodPermission[] |
getMethodPermission()
Method getMethodPermission |
MethodPermission |
getMethodPermission(int index)
Method getMethodPermission |
int |
getMethodPermissionCount()
Method getMethodPermissionCount |
SecurityRole[] |
getSecurityRole()
Method getSecurityRole |
SecurityRole |
getSecurityRole(int index)
Method getSecurityRole |
int |
getSecurityRoleCount()
Method getSecurityRoleCount |
boolean |
isValid()
Method isValid |
void |
marshal(org.xml.sax.ContentHandler handler)
Method marshal |
void |
marshal(java.io.Writer out)
Method marshal |
void |
removeAllContainerTransaction()
Method removeAllContainerTransaction |
void |
removeAllMethodPermission()
Method removeAllMethodPermission |
void |
removeAllSecurityRole()
Method removeAllSecurityRole |
ContainerTransaction |
removeContainerTransaction(int index)
Method removeContainerTransaction |
MethodPermission |
removeMethodPermission(int index)
Method removeMethodPermission |
SecurityRole |
removeSecurityRole(int index)
Method removeSecurityRole |
void |
setContainerTransaction(ContainerTransaction[] containerTransactionArray)
Method setContainerTransaction |
void |
setContainerTransaction(int index,
ContainerTransaction vContainerTransaction)
Method setContainerTransaction |
void |
setId(java.lang.String id)
Sets the value of field 'id'. |
void |
setMethodPermission(int index,
MethodPermission vMethodPermission)
Method setMethodPermission |
void |
setMethodPermission(MethodPermission[] methodPermissionArray)
Method setMethodPermission |
void |
setSecurityRole(int index,
SecurityRole vSecurityRole)
Method setSecurityRole |
void |
setSecurityRole(SecurityRole[] securityRoleArray)
Method setSecurityRole |
static java.lang.Object |
unmarshal(java.io.Reader reader)
Method unmarshal |
void |
validate()
Method validate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AssemblyDescriptor()
| Method Detail |
|---|
public void addContainerTransaction(ContainerTransaction vContainerTransaction)
throws java.lang.IndexOutOfBoundsException
vContainerTransaction -
java.lang.IndexOutOfBoundsException
public void addContainerTransaction(int index,
ContainerTransaction vContainerTransaction)
throws java.lang.IndexOutOfBoundsException
index - vContainerTransaction -
java.lang.IndexOutOfBoundsException
public void addMethodPermission(MethodPermission vMethodPermission)
throws java.lang.IndexOutOfBoundsException
vMethodPermission -
java.lang.IndexOutOfBoundsException
public void addMethodPermission(int index,
MethodPermission vMethodPermission)
throws java.lang.IndexOutOfBoundsException
index - vMethodPermission -
java.lang.IndexOutOfBoundsException
public void addSecurityRole(SecurityRole vSecurityRole)
throws java.lang.IndexOutOfBoundsException
vSecurityRole -
java.lang.IndexOutOfBoundsException
public void addSecurityRole(int index,
SecurityRole vSecurityRole)
throws java.lang.IndexOutOfBoundsException
index - vSecurityRole -
java.lang.IndexOutOfBoundsExceptionpublic java.util.Enumeration enumerateContainerTransaction()
public java.util.Enumeration enumerateMethodPermission()
public java.util.Enumeration enumerateSecurityRole()
public ContainerTransaction getContainerTransaction(int index)
throws java.lang.IndexOutOfBoundsException
index -
java.lang.IndexOutOfBoundsExceptionpublic ContainerTransaction[] getContainerTransaction()
public int getContainerTransactionCount()
public java.lang.String getId()
public MethodPermission getMethodPermission(int index)
throws java.lang.IndexOutOfBoundsException
index -
java.lang.IndexOutOfBoundsExceptionpublic MethodPermission[] getMethodPermission()
public int getMethodPermissionCount()
public SecurityRole getSecurityRole(int index)
throws java.lang.IndexOutOfBoundsException
index -
java.lang.IndexOutOfBoundsExceptionpublic SecurityRole[] getSecurityRole()
public int getSecurityRoleCount()
public boolean isValid()
public void marshal(java.io.Writer out)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
out -
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void marshal(org.xml.sax.ContentHandler handler)
throws java.io.IOException,
org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
handler -
java.io.IOException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationExceptionpublic void removeAllContainerTransaction()
public void removeAllMethodPermission()
public void removeAllSecurityRole()
public ContainerTransaction removeContainerTransaction(int index)
index - public MethodPermission removeMethodPermission(int index)
index - public SecurityRole removeSecurityRole(int index)
index -
public void setContainerTransaction(int index,
ContainerTransaction vContainerTransaction)
throws java.lang.IndexOutOfBoundsException
index - vContainerTransaction -
java.lang.IndexOutOfBoundsExceptionpublic void setContainerTransaction(ContainerTransaction[] containerTransactionArray)
containerTransactionArray - public void setId(java.lang.String id)
id - the value of field 'id'.
public void setMethodPermission(int index,
MethodPermission vMethodPermission)
throws java.lang.IndexOutOfBoundsException
index - vMethodPermission -
java.lang.IndexOutOfBoundsExceptionpublic void setMethodPermission(MethodPermission[] methodPermissionArray)
methodPermissionArray -
public void setSecurityRole(int index,
SecurityRole vSecurityRole)
throws java.lang.IndexOutOfBoundsException
index - vSecurityRole -
java.lang.IndexOutOfBoundsExceptionpublic void setSecurityRole(SecurityRole[] securityRoleArray)
securityRoleArray -
public static java.lang.Object unmarshal(java.io.Reader reader)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
reader -
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void validate()
throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||