public class AssemblyDescriptor extends Object
Java class for assembly-descriptorType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="assembly-descriptorType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="security-role" type="{http://java.sun.com/xml/ns/javaee}security-roleType" maxOccurs="unbounded" minOccurs="0"/>
<element name="method-permission" type="{http://java.sun.com/xml/ns/javaee}method-permissionType" maxOccurs="unbounded" minOccurs="0"/>
<element name="container-transaction" type="{http://java.sun.com/xml/ns/javaee}container-transactionType" maxOccurs="unbounded" minOccurs="0"/>
<element name="interceptor-binding" type="{http://java.sun.com/xml/ns/javaee}interceptor-bindingType" maxOccurs="unbounded" minOccurs="0"/>
<element name="message-destination" type="{http://java.sun.com/xml/ns/javaee}message-destinationType" maxOccurs="unbounded" minOccurs="0"/>
<element name="exclude-list" type="{http://java.sun.com/xml/ns/javaee}exclude-listType" minOccurs="0"/>
<element name="application-exception" type="{http://java.sun.com/xml/ns/javaee}application-exceptionType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected KeyedCollection<String,ApplicationException> |
applicationException |
protected List<ContainerConcurrency> |
containerConcurrency |
protected List<ContainerTransaction> |
containerTransaction |
protected ExcludeList |
excludeList |
protected String |
id |
protected List<InterceptorBinding> |
interceptorBinding |
protected List<MessageDestination> |
messageDestination |
protected List<MethodPermission> |
methodPermission |
protected List<SecurityRole> |
securityRole |
| Constructor and Description |
|---|
AssemblyDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
void |
addApplicationException(Class clazz,
boolean rollback,
boolean inherited) |
InterceptorBinding |
addInterceptorBinding(InterceptorBinding binding) |
Collection<ApplicationException> |
getApplicationException() |
ApplicationException |
getApplicationException(Class clazz) |
ApplicationException |
getApplicationException(String className) |
Map<String,ApplicationException> |
getApplicationExceptionMap() |
List<ContainerConcurrency> |
getContainerConcurrency() |
List<ContainerTransaction> |
getContainerTransaction() |
ExcludeList |
getExcludeList() |
String |
getId() |
List<InterceptorBinding> |
getInterceptorBinding() |
List<MessageDestination> |
getMessageDestination() |
Map<String,List<MethodAttribute>> |
getMethodConcurrencyMap(String ejbName) |
List<MethodPermission> |
getMethodPermission() |
Map<String,List<MethodAttribute>> |
getMethodTransactionMap(String ejbName) |
List<SecurityRole> |
getSecurityRole() |
void |
setExcludeList(ExcludeList value) |
void |
setId(String value) |
protected List<SecurityRole> securityRole
protected List<MethodPermission> methodPermission
protected List<ContainerTransaction> containerTransaction
protected List<ContainerConcurrency> containerConcurrency
protected List<InterceptorBinding> interceptorBinding
protected List<MessageDestination> messageDestination
protected ExcludeList excludeList
protected KeyedCollection<String,ApplicationException> applicationException
protected String id
public List<SecurityRole> getSecurityRole()
public List<MethodPermission> getMethodPermission()
public List<ContainerTransaction> getContainerTransaction()
public Map<String,List<MethodAttribute>> getMethodTransactionMap(String ejbName)
public List<ContainerConcurrency> getContainerConcurrency()
public Map<String,List<MethodAttribute>> getMethodConcurrencyMap(String ejbName)
public List<InterceptorBinding> getInterceptorBinding()
public InterceptorBinding addInterceptorBinding(InterceptorBinding binding)
public List<MessageDestination> getMessageDestination()
public ExcludeList getExcludeList()
public void setExcludeList(ExcludeList value)
public Collection<ApplicationException> getApplicationException()
public Map<String,ApplicationException> getApplicationExceptionMap()
public ApplicationException getApplicationException(String className)
public ApplicationException getApplicationException(Class clazz)
public void addApplicationException(Class clazz, boolean rollback, boolean inherited)
public String getId()
public void setId(String value)
Copyright © 1999–2017 The Apache Software Foundation. All rights reserved.