|
||||||||||
| 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 |
Enumeration |
enumerateContainerTransaction()
Method enumerateContainerTransaction |
Enumeration |
enumerateMethodPermission()
Method enumerateMethodPermission |
Enumeration |
enumerateSecurityRole()
Method enumerateSecurityRole |
ContainerTransaction[] |
getContainerTransaction()
Method getContainerTransaction |
ContainerTransaction |
getContainerTransaction(int index)
Method getContainerTransaction |
int |
getContainerTransactionCount()
Method getContainerTransactionCount |
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(ContentHandler handler)
Method marshal |
void |
marshal(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(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 Object |
unmarshal(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 IndexOutOfBoundsException
vContainerTransaction -
IndexOutOfBoundsException
public void addContainerTransaction(int index,
ContainerTransaction vContainerTransaction)
throws IndexOutOfBoundsException
index - vContainerTransaction -
IndexOutOfBoundsException
public void addMethodPermission(MethodPermission vMethodPermission)
throws IndexOutOfBoundsException
vMethodPermission -
IndexOutOfBoundsException
public void addMethodPermission(int index,
MethodPermission vMethodPermission)
throws IndexOutOfBoundsException
index - vMethodPermission -
IndexOutOfBoundsException
public void addSecurityRole(SecurityRole vSecurityRole)
throws IndexOutOfBoundsException
vSecurityRole -
IndexOutOfBoundsException
public void addSecurityRole(int index,
SecurityRole vSecurityRole)
throws IndexOutOfBoundsException
index - vSecurityRole -
IndexOutOfBoundsExceptionpublic Enumeration enumerateContainerTransaction()
public Enumeration enumerateMethodPermission()
public Enumeration enumerateSecurityRole()
public ContainerTransaction getContainerTransaction(int index)
throws IndexOutOfBoundsException
index -
IndexOutOfBoundsExceptionpublic ContainerTransaction[] getContainerTransaction()
public int getContainerTransactionCount()
public String getId()
public MethodPermission getMethodPermission(int index)
throws IndexOutOfBoundsException
index -
IndexOutOfBoundsExceptionpublic MethodPermission[] getMethodPermission()
public int getMethodPermissionCount()
public SecurityRole getSecurityRole(int index)
throws IndexOutOfBoundsException
index -
IndexOutOfBoundsExceptionpublic SecurityRole[] getSecurityRole()
public int getSecurityRoleCount()
public boolean isValid()
public void marshal(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(ContentHandler handler)
throws IOException,
org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
handler -
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 IndexOutOfBoundsException
index - vContainerTransaction -
IndexOutOfBoundsExceptionpublic void setContainerTransaction(ContainerTransaction[] containerTransactionArray)
containerTransactionArray - public void setId(String id)
id - the value of field 'id'.
public void setMethodPermission(int index,
MethodPermission vMethodPermission)
throws IndexOutOfBoundsException
index - vMethodPermission -
IndexOutOfBoundsExceptionpublic void setMethodPermission(MethodPermission[] methodPermissionArray)
methodPermissionArray -
public void setSecurityRole(int index,
SecurityRole vSecurityRole)
throws IndexOutOfBoundsException
index - vSecurityRole -
IndexOutOfBoundsExceptionpublic void setSecurityRole(SecurityRole[] securityRoleArray)
securityRoleArray -
public static Object unmarshal(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 | |||||||||