|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IAssemblyDescriptorMetaData
interface for ejb assembly-descriptor contents
| Method Detail |
|---|
SecurityRoleMetaData getSecurityRole(String roleName)
SecurityRolesMetaData getSecurityRoles()
void setSecurityRoles(SecurityRolesMetaData securityRoles)
securityRoles - the securityRoles.
IllegalArgumentException - for a null securityRolesMethodPermissionsMetaData getMethodPermissions()
void setMethodPermissions(MethodPermissionsMetaData methodPermissions)
methodPermissions - the methodPermissions.
IllegalArgumentException - for a null methodPermissionsMethodPermissionsMetaData getMethodPermissionsByEjbName(String ejbName)
ejbName - the ejb name
IllegalArgumentException - for a null ejb nameContainerTransactionsMetaData getContainerTransactions()
void setContainerTransactions(ContainerTransactionsMetaData containerTransactions)
containerTransactions - the containerTransactions.
IllegalArgumentException - for a null containerTransactionsContainerTransactionsMetaData getContainerTransactionsByEjbName(String ejbName)
ejbName - the ejb name
IllegalArgumentException - for a null ejb nameInterceptorBindingsMetaData getInterceptorBindings()
void setInterceptorBindings(InterceptorBindingsMetaData interceptorBindings)
interceptorBindings - the interceptorBindings.
IllegalArgumentException - for a null interceptorBindingsMessageDestinationsMetaData getMessageDestinations()
void setMessageDestinations(MessageDestinationsMetaData messageDestinations)
messageDestinations - the messageDestinations.
IllegalArgumentException - for a null messageDestinationsMessageDestinationMetaData getMessageDestination(String name)
name - the name of the destination
ExcludeListMetaData getExcludeList()
void setExcludeList(ExcludeListMetaData excludeList)
excludeList - the excludeList.
IllegalArgumentException - for a null excludeListExcludeListMetaData getExcludeListByEjbName(String ejbName)
ejbName - the ejb name
IllegalArgumentException - for a null ejb nameApplicationExceptionsMetaData getApplicationExceptions()
void setApplicationExceptions(ApplicationExceptionsMetaData applicationExceptions)
applicationExceptions - the applicationExceptions.
IllegalArgumentException - for a null applicationExceptions
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||