org.netbeans.modules.j2ee.dd.api.ejb
Interface AssemblyDescriptor
- All Superinterfaces:
- CommonDDBean
public interface AssemblyDescriptor
- extends CommonDDBean
SECURITY_ROLE
static final String SECURITY_ROLE
- See Also:
- Constant Field Values
METHOD_PERMISSION
static final String METHOD_PERMISSION
- See Also:
- Constant Field Values
CONTAINER_TRANSACTION
static final String CONTAINER_TRANSACTION
- See Also:
- Constant Field Values
MESSAGE_DESTINATION
static final String MESSAGE_DESTINATION
- See Also:
- Constant Field Values
EXCLUDE_LIST
static final String EXCLUDE_LIST
- See Also:
- Constant Field Values
getContainerTransaction
ContainerTransaction[] getContainerTransaction()
getContainerTransaction
ContainerTransaction getContainerTransaction(int index)
setContainerTransaction
void setContainerTransaction(ContainerTransaction[] value)
setContainerTransaction
void setContainerTransaction(int index,
ContainerTransaction value)
sizeContainerTransaction
int sizeContainerTransaction()
addContainerTransaction
int addContainerTransaction(ContainerTransaction value)
removeContainerTransaction
int removeContainerTransaction(ContainerTransaction value)
newContainerTransaction
ContainerTransaction newContainerTransaction()
getMethodPermission
MethodPermission[] getMethodPermission()
getMethodPermission
MethodPermission getMethodPermission(int index)
setMethodPermission
void setMethodPermission(MethodPermission[] value)
setMethodPermission
void setMethodPermission(int index,
MethodPermission value)
addMethodPermission
int addMethodPermission(MethodPermission value)
sizeMethodPermission
int sizeMethodPermission()
removeMethodPermission
int removeMethodPermission(MethodPermission value)
newMethodPermission
MethodPermission newMethodPermission()
getSecurityRole
SecurityRole[] getSecurityRole()
getSecurityRole
SecurityRole getSecurityRole(int index)
setSecurityRole
void setSecurityRole(SecurityRole[] value)
setSecurityRole
void setSecurityRole(int index,
SecurityRole value)
sizeSecurityRole
int sizeSecurityRole()
removeSecurityRole
int removeSecurityRole(SecurityRole value)
addSecurityRole
int addSecurityRole(SecurityRole value)
newSecurityRole
SecurityRole newSecurityRole()
setExcludeList
void setExcludeList(ExcludeList value)
getExcludeList
ExcludeList getExcludeList()
newExcludeList
ExcludeList newExcludeList()
getMessageDestination
MessageDestination[] getMessageDestination()
throws VersionNotSupportedException
- Throws:
VersionNotSupportedException
getMessageDestination
MessageDestination getMessageDestination(int index)
throws VersionNotSupportedException
- Throws:
VersionNotSupportedException
setMessageDestination
void setMessageDestination(MessageDestination[] value)
throws VersionNotSupportedException
- Throws:
VersionNotSupportedException
setMessageDestination
void setMessageDestination(int index,
MessageDestination value)
throws VersionNotSupportedException
- Throws:
VersionNotSupportedException
sizeMessageDestination
int sizeMessageDestination()
throws VersionNotSupportedException
- Throws:
VersionNotSupportedException
removeMessageDestination
int removeMessageDestination(MessageDestination value)
throws VersionNotSupportedException
- Throws:
VersionNotSupportedException
addMessageDestination
int addMessageDestination(MessageDestination value)
throws VersionNotSupportedException
- Throws:
VersionNotSupportedException
newMessageDestination
MessageDestination newMessageDestination()
throws VersionNotSupportedException
- Throws:
VersionNotSupportedException