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, write
static 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
VersionNotSupportedException
MessageDestination getMessageDestination(int index) throws VersionNotSupportedException
VersionNotSupportedException
void setMessageDestination(MessageDestination[] value) throws VersionNotSupportedException
VersionNotSupportedException
void setMessageDestination(int index, MessageDestination value) throws VersionNotSupportedException
VersionNotSupportedException
int sizeMessageDestination() throws VersionNotSupportedException
VersionNotSupportedException
int removeMessageDestination(MessageDestination value) throws VersionNotSupportedException
VersionNotSupportedException
int addMessageDestination(MessageDestination value) throws VersionNotSupportedException
VersionNotSupportedException
MessageDestination newMessageDestination() throws VersionNotSupportedException
VersionNotSupportedException