|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MessageDrivenBeanType
A representation of the model object 'Message Driven Bean Type'. The message-driven element declares a message-driven bean. The declaration consists of: - an optional description - an optional display name - an optional icon element that contains a small and a large icon file name. - a name assigned to the enterprise bean in the deployment descriptor - the message-driven bean's implementation class - an optional declaration of the bean's messaging type - the message-driven bean's transaction management type - an optional declaration of the bean's message-destination-type - an optional declaration of the bean's message-destination-link - an optional declaration of the message-driven bean's activation configuration properties - an optional declaration of the bean's environment entries - an optional declaration of the bean's EJB references - an optional declaration of the bean's local EJB references - an optional declaration of the bean's web service references - an optional declaration of the security identity to be used for the execution of the bean's methods - an optional declaration of the bean's resource manager connection factory references - an optional declaration of the bean's resource environment references. - an optional declaration of the bean's message destination references
The following features are supported:
Description
Display Name
Icon
Ejb Name
Ejb Class
Messaging Type
Transaction Type
Message Destination Type
Message Destination Link
Activation Config
Env Entry
Ejb Ref
Ejb Local Ref
Service Ref
Resource Ref
Resource Env Ref
Message Destination Ref
Security Identity
Id
EjbJar21Package.getMessageDrivenBeanType()
Method Summary | |
---|---|
ActivationConfigType |
getActivationConfig()
Returns the value of the 'Activation Config' containment reference. |
|
getDescription()
Returns the value of the 'Description' containment reference list. |
|
getDisplayName()
Returns the value of the 'Display Name' containment reference list. |
EjbClassType |
getEjbClass()
Returns the value of the 'Ejb Class' containment reference. |
|
getEjbLocalRef()
Returns the value of the 'Ejb Local Ref' containment reference list. |
EjbNameType |
getEjbName()
Returns the value of the 'Ejb Name' containment reference. |
|
getEjbRef()
Returns the value of the 'Ejb Ref' containment reference list. |
|
getEnvEntry()
Returns the value of the 'Env Entry' containment reference list. |
|
getIcon()
Returns the value of the 'Icon' containment reference list. |
java.lang.String |
getId()
Returns the value of the 'Id' attribute. |
MessageDestinationLinkType |
getMessageDestinationLink()
Returns the value of the 'Message Destination Link' containment reference. |
|
getMessageDestinationRef()
Returns the value of the 'Message Destination Ref' containment reference list. |
MessageDestinationTypeType |
getMessageDestinationType()
Returns the value of the 'Message Destination Type' containment reference. |
FullyQualifiedClassType |
getMessagingType()
Returns the value of the 'Messaging Type' containment reference. |
|
getResourceEnvRef()
Returns the value of the 'Resource Env Ref' containment reference list. |
|
getResourceRef()
Returns the value of the 'Resource Ref' containment reference list. |
SecurityIdentityType |
getSecurityIdentity()
Returns the value of the 'Security Identity' containment reference. |
|
getServiceRef()
Returns the value of the 'Service Ref' containment reference list. |
TransactionTypeType |
getTransactionType()
Returns the value of the 'Transaction Type' containment reference. |
void |
setActivationConfig(ActivationConfigType value)
Sets the value of the ' Activation Config ' containment reference. |
void |
setEjbClass(EjbClassType value)
Sets the value of the ' Ejb Class ' containment reference. |
void |
setEjbName(EjbNameType value)
Sets the value of the ' Ejb Name ' containment reference. |
void |
setId(java.lang.String value)
Sets the value of the ' Id ' attribute. |
void |
setMessageDestinationLink(MessageDestinationLinkType value)
Sets the value of the ' Message Destination Link ' containment reference. |
void |
setMessageDestinationType(MessageDestinationTypeType value)
Sets the value of the ' Message Destination Type ' containment reference. |
void |
setMessagingType(FullyQualifiedClassType value)
Sets the value of the ' Messaging Type ' containment reference. |
void |
setSecurityIdentity(SecurityIdentityType value)
Sets the value of the ' Security Identity ' containment reference. |
void |
setTransactionType(TransactionTypeType value)
Sets the value of the ' Transaction Type ' containment reference. |
Method Detail |
---|
getDescription()
DescriptionType
.
If the meaning of the 'Description' containment reference list isn't clear, there really should be more of a description here...
EjbJar21Package.getMessageDrivenBeanType_Description()
getDisplayName()
DisplayNameType
.
If the meaning of the 'Display Name' containment reference list isn't clear, there really should be more of a description here...
EjbJar21Package.getMessageDrivenBeanType_DisplayName()
getIcon()
IconType
.
If the meaning of the 'Icon' containment reference list isn't clear, there really should be more of a description here...
EjbJar21Package.getMessageDrivenBeanType_Icon()
EjbNameType getEjbName()
If the meaning of the 'Ejb Name' containment reference isn't clear, there really should be more of a description here...
setEjbName(EjbNameType)
,
EjbJar21Package.getMessageDrivenBeanType_EjbName()
void setEjbName(EjbNameType value)
Ejb Name
' containment reference.
value
- the new value of the 'Ejb Name' containment reference.getEjbName()
EjbClassType getEjbClass()
If the meaning of the 'Ejb Class' containment reference isn't clear, there really should be more of a description here...
setEjbClass(EjbClassType)
,
EjbJar21Package.getMessageDrivenBeanType_EjbClass()
void setEjbClass(EjbClassType value)
Ejb Class
' containment reference.
value
- the new value of the 'Ejb Class' containment reference.getEjbClass()
FullyQualifiedClassType getMessagingType()
setMessagingType(FullyQualifiedClassType)
,
EjbJar21Package.getMessageDrivenBeanType_MessagingType()
void setMessagingType(FullyQualifiedClassType value)
Messaging Type
' containment reference.
value
- the new value of the 'Messaging Type' containment reference.getMessagingType()
TransactionTypeType getTransactionType()
If the meaning of the 'Transaction Type' containment reference isn't clear, there really should be more of a description here...
setTransactionType(TransactionTypeType)
,
EjbJar21Package.getMessageDrivenBeanType_TransactionType()
void setTransactionType(TransactionTypeType value)
Transaction Type
' containment reference.
value
- the new value of the 'Transaction Type' containment reference.getTransactionType()
MessageDestinationTypeType getMessageDestinationType()
If the meaning of the 'Message Destination Type' containment reference isn't clear, there really should be more of a description here...
setMessageDestinationType(MessageDestinationTypeType)
,
EjbJar21Package.getMessageDrivenBeanType_MessageDestinationType()
void setMessageDestinationType(MessageDestinationTypeType value)
Message Destination Type
' containment reference.
value
- the new value of the 'Message Destination Type' containment reference.getMessageDestinationType()
MessageDestinationLinkType getMessageDestinationLink()
If the meaning of the 'Message Destination Link' containment reference isn't clear, there really should be more of a description here...
setMessageDestinationLink(MessageDestinationLinkType)
,
EjbJar21Package.getMessageDrivenBeanType_MessageDestinationLink()
void setMessageDestinationLink(MessageDestinationLinkType value)
Message Destination Link
' containment reference.
value
- the new value of the 'Message Destination Link' containment reference.getMessageDestinationLink()
ActivationConfigType getActivationConfig()
If the meaning of the 'Activation Config' containment reference isn't clear, there really should be more of a description here...
setActivationConfig(ActivationConfigType)
,
EjbJar21Package.getMessageDrivenBeanType_ActivationConfig()
void setActivationConfig(ActivationConfigType value)
Activation Config
' containment reference.
value
- the new value of the 'Activation Config' containment reference.getActivationConfig()
getEnvEntry()
EnvEntryType
.
If the meaning of the 'Env Entry' containment reference list isn't clear, there really should be more of a description here...
EjbJar21Package.getMessageDrivenBeanType_EnvEntry()
getEjbRef()
EjbRefType
.
If the meaning of the 'Ejb Ref' containment reference list isn't clear, there really should be more of a description here...
EjbJar21Package.getMessageDrivenBeanType_EjbRef()
getEjbLocalRef()
EjbLocalRefType
.
If the meaning of the 'Ejb Local Ref' containment reference list isn't clear, there really should be more of a description here...
EjbJar21Package.getMessageDrivenBeanType_EjbLocalRef()
getServiceRef()
ServiceRefType
.
If the meaning of the 'Service Ref' containment reference list isn't clear, there really should be more of a description here...
EjbJar21Package.getMessageDrivenBeanType_ServiceRef()
getResourceRef()
ResourceRefType
.
If the meaning of the 'Resource Ref' containment reference list isn't clear, there really should be more of a description here...
EjbJar21Package.getMessageDrivenBeanType_ResourceRef()
getResourceEnvRef()
ResourceEnvRefType
.
If the meaning of the 'Resource Env Ref' containment reference list isn't clear, there really should be more of a description here...
EjbJar21Package.getMessageDrivenBeanType_ResourceEnvRef()
getMessageDestinationRef()
MessageDestinationRefType
.
If the meaning of the 'Message Destination Ref' containment reference list isn't clear, there really should be more of a description here...
EjbJar21Package.getMessageDrivenBeanType_MessageDestinationRef()
SecurityIdentityType getSecurityIdentity()
If the meaning of the 'Security Identity' containment reference isn't clear, there really should be more of a description here...
setSecurityIdentity(SecurityIdentityType)
,
EjbJar21Package.getMessageDrivenBeanType_SecurityIdentity()
void setSecurityIdentity(SecurityIdentityType value)
Security Identity
' containment reference.
value
- the new value of the 'Security Identity' containment reference.getSecurityIdentity()
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)
,
EjbJar21Package.getMessageDrivenBeanType_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 |