|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AssemblyDescriptorType
A representation of the model object 'Assembly Descriptor Type'. The assembly-descriptorType defines application-assembly information. The application-assembly information consists of the following parts: the definition of security roles, the definition of method permissions, the definition of transaction attributes for enterprise beans with container-managed transaction demarcation, the definition of interceptor bindings, a list of methods to be excluded from being invoked, and a list of exception types that should be treated as application exceptions. All the parts are optional in the sense that they are omitted if the lists represented by them are empty. Providing an assembly-descriptor in the deployment descriptor is optional for the ejb-jar file producer.
The following features are supported:
Security Role
Method Permission
Container Transaction
Interceptor Binding
Message Destination
Exclude List
Application Exception
Id
EjbJar30Package.getAssemblyDescriptorType()
Method Summary | |
---|---|
|
getApplicationException()
Returns the value of the 'Application Exception' containment reference list. |
|
getContainerTransaction()
Returns the value of the 'Container Transaction' containment reference list. |
ExcludeListType |
getExcludeList()
Returns the value of the 'Exclude List' containment reference. |
java.lang.String |
getId()
Returns the value of the 'Id' attribute. |
|
getInterceptorBinding()
Returns the value of the 'Interceptor Binding' containment reference list. |
|
getMessageDestination()
Returns the value of the 'Message Destination' containment reference list. |
|
getMethodPermission()
Returns the value of the 'Method Permission' containment reference list. |
|
getSecurityRole()
Returns the value of the 'Security Role' containment reference list. |
void |
setExcludeList(ExcludeListType value)
Sets the value of the ' Exclude List ' containment reference. |
void |
setId(java.lang.String value)
Sets the value of the ' Id ' attribute. |
Method Detail |
---|
getSecurityRole()
SecurityRoleType
.
If the meaning of the 'Security Role' containment reference list isn't clear, there really should be more of a description here...
EjbJar30Package.getAssemblyDescriptorType_SecurityRole()
getMethodPermission()
MethodPermissionType
.
If the meaning of the 'Method Permission' containment reference list isn't clear, there really should be more of a description here...
EjbJar30Package.getAssemblyDescriptorType_MethodPermission()
getContainerTransaction()
ContainerTransactionType
.
If the meaning of the 'Container Transaction' containment reference list isn't clear, there really should be more of a description here...
EjbJar30Package.getAssemblyDescriptorType_ContainerTransaction()
getInterceptorBinding()
InterceptorBindingType
.
If the meaning of the 'Interceptor Binding' containment reference list isn't clear, there really should be more of a description here...
EjbJar30Package.getAssemblyDescriptorType_InterceptorBinding()
getMessageDestination()
MessageDestinationType
.
If the meaning of the 'Message Destination' containment reference list isn't clear, there really should be more of a description here...
EjbJar30Package.getAssemblyDescriptorType_MessageDestination()
ExcludeListType getExcludeList()
If the meaning of the 'Exclude List' containment reference isn't clear, there really should be more of a description here...
setExcludeList(ExcludeListType)
,
EjbJar30Package.getAssemblyDescriptorType_ExcludeList()
void setExcludeList(ExcludeListType value)
Exclude List
' containment reference.
value
- the new value of the 'Exclude List' containment reference.getExcludeList()
getApplicationException()
ApplicationExceptionType
.
If the meaning of the 'Application Exception' containment reference list isn't clear, there really should be more of a description here...
EjbJar30Package.getAssemblyDescriptorType_ApplicationException()
java.lang.String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String)
,
EjbJar30Package.getAssemblyDescriptorType_Id()
void setId(java.lang.String value)
Id
' attribute.
value
- the new value of the 'Id' attribute.getId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |