public interface AssemblyDescriptor extends CommonDDBean
| Modifier and Type | Field and Description |
|---|---|
static String |
CONTAINER_TRANSACTION |
static String |
EXCLUDE_LIST |
static String |
MESSAGE_DESTINATION |
static String |
METHOD_PERMISSION |
static String |
SECURITY_ROLE |
addPropertyChangeListener, clone, getId, getValue, removePropertyChangeListener, setId, writestatic final String SECURITY_ROLE
static final String METHOD_PERMISSION
static final String CONTAINER_TRANSACTION
static final String MESSAGE_DESTINATION
static final String EXCLUDE_LIST
ContainerTransaction[] getContainerTransaction()
ContainerTransaction getContainerTransaction(int index)
void setContainerTransaction(ContainerTransaction[] value)
void setContainerTransaction(int index,
ContainerTransaction value)
int sizeContainerTransaction()
int addContainerTransaction(ContainerTransaction value)
int removeContainerTransaction(ContainerTransaction value)
ContainerTransaction newContainerTransaction()
MethodPermission[] getMethodPermission()
MethodPermission getMethodPermission(int index)
void setMethodPermission(MethodPermission[] value)
void setMethodPermission(int index,
MethodPermission value)
int addMethodPermission(MethodPermission value)
int sizeMethodPermission()
int removeMethodPermission(MethodPermission value)
MethodPermission newMethodPermission()
SecurityRole[] getSecurityRole()
SecurityRole getSecurityRole(int index)
void setSecurityRole(SecurityRole[] value)
void setSecurityRole(int index,
SecurityRole value)
int sizeSecurityRole()
int removeSecurityRole(SecurityRole value)
int addSecurityRole(SecurityRole value)
SecurityRole newSecurityRole()
void setExcludeList(ExcludeList value)
ExcludeList getExcludeList()
ExcludeList newExcludeList()
MessageDestination[] getMessageDestination() throws VersionNotSupportedException
VersionNotSupportedExceptionMessageDestination getMessageDestination(int index) throws VersionNotSupportedException
VersionNotSupportedExceptionvoid setMessageDestination(MessageDestination[] value) throws VersionNotSupportedException
VersionNotSupportedExceptionvoid setMessageDestination(int index,
MessageDestination value)
throws VersionNotSupportedException
VersionNotSupportedExceptionint sizeMessageDestination()
throws VersionNotSupportedException
VersionNotSupportedExceptionint removeMessageDestination(MessageDestination value) throws VersionNotSupportedException
VersionNotSupportedExceptionint addMessageDestination(MessageDestination value) throws VersionNotSupportedException
VersionNotSupportedExceptionMessageDestination newMessageDestination() throws VersionNotSupportedException
VersionNotSupportedExceptionBuilt on May 24 2013. | Portions Copyright 1997-2013 Oracle. All rights reserved.