|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pub.collections.valueclass.javaee.MessageDrivenBeanType
public class MessageDrivenBeanType
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 - an optional mapped-name element that can be used to provide vendor-specific deployment information such as the physical jndi-name of destination from which this message-driven bean should consume. This element is not required to be supported by all implementations. Any use of this element is non-portable. - the message-driven bean's implementation class - an optional declaration of the bean's messaging type - an optional declaration of the bean's timeout method. - the optional message-driven bean's transaction management type. If it is not defined, it is defaulted to Container. - 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 list of the message-driven bean class and/or superclass around-invoke methods. - 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
Java class for message-driven-beanType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="message-driven-beanType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<group ref="{http://java.sun.com/xml/ns/javaee}descriptionGroup"/>
<element name="ejb-name" type="{http://java.sun.com/xml/ns/javaee}ejb-nameType"/>
<element name="mapped-name" type="{http://java.sun.com/xml/ns/javaee}xsdStringType" minOccurs="0"/>
<element name="ejb-class" type="{http://java.sun.com/xml/ns/javaee}ejb-classType" minOccurs="0"/>
<element name="messaging-type" type="{http://java.sun.com/xml/ns/javaee}fully-qualified-classType" minOccurs="0"/>
<element name="timeout-method" type="{http://java.sun.com/xml/ns/javaee}named-methodType" minOccurs="0"/>
<element name="transaction-type" type="{http://java.sun.com/xml/ns/javaee}transaction-typeType" minOccurs="0"/>
<element name="message-destination-type" type="{http://java.sun.com/xml/ns/javaee}message-destination-typeType" minOccurs="0"/>
<element name="message-destination-link" type="{http://java.sun.com/xml/ns/javaee}message-destination-linkType" minOccurs="0"/>
<element name="activation-config" type="{http://java.sun.com/xml/ns/javaee}activation-configType" minOccurs="0"/>
<element name="around-invoke" type="{http://java.sun.com/xml/ns/javaee}around-invokeType" maxOccurs="unbounded" minOccurs="0"/>
<group ref="{http://java.sun.com/xml/ns/javaee}jndiEnvironmentRefsGroup"/>
<element name="security-identity" type="{http://java.sun.com/xml/ns/javaee}security-identityType" minOccurs="0"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
MessageDrivenBeanType()
Creates a new net.sourceforge.ccxjc.it.model.pub.collections.valueclass.javaee.MessageDrivenBeanType instance. |
|
MessageDrivenBeanType(MessageDrivenBeanType o)
Creates a new net.sourceforge.ccxjc.it.model.pub.collections.valueclass.javaee.MessageDrivenBeanType instance by copying a given instance. |
|
| Method Summary | |
|---|---|
MessageDrivenBeanType |
clone()
Creates and returns a copy of this object. |
static void |
copyAroundInvoke(List<AroundInvokeType> source,
List<AroundInvokeType> target)
Copies all values of property AroundInvoke. |
static void |
copyDescription(List<DescriptionType> source,
List<DescriptionType> target)
Copies all values of property Description. |
static void |
copyDisplayName(List<DisplayNameType> source,
List<DisplayNameType> target)
Copies all values of property DisplayName. |
static void |
copyEjbLocalRef(List<EjbLocalRefType> source,
List<EjbLocalRefType> target)
Copies all values of property EjbLocalRef. |
static void |
copyEjbRef(List<EjbRefType> source,
List<EjbRefType> target)
Copies all values of property EjbRef. |
static void |
copyEnvEntry(List<EnvEntryType> source,
List<EnvEntryType> target)
Copies all values of property EnvEntry. |
static void |
copyIcon(List<IconType> source,
List<IconType> target)
Copies all values of property Icon. |
static void |
copyMessageDestinationRef(List<MessageDestinationRefType> source,
List<MessageDestinationRefType> target)
Copies all values of property MessageDestinationRef. |
static void |
copyPersistenceContextRef(List<PersistenceContextRefType> source,
List<PersistenceContextRefType> target)
Copies all values of property PersistenceContextRef. |
static void |
copyPersistenceUnitRef(List<PersistenceUnitRefType> source,
List<PersistenceUnitRefType> target)
Copies all values of property PersistenceUnitRef. |
static void |
copyPostConstruct(List<LifecycleCallbackType> source,
List<LifecycleCallbackType> target)
Copies all values of property PostConstruct. |
static void |
copyPreDestroy(List<LifecycleCallbackType> source,
List<LifecycleCallbackType> target)
Copies all values of property PreDestroy. |
static void |
copyResourceEnvRef(List<ResourceEnvRefType> source,
List<ResourceEnvRefType> target)
Copies all values of property ResourceEnvRef. |
static void |
copyResourceRef(List<ResourceRefType> source,
List<ResourceRefType> target)
Copies all values of property ResourceRef. |
static void |
copyServiceRef(List<ServiceRefType> source,
List<ServiceRefType> target)
Copies all values of property ServiceRef. |
ActivationConfigType |
getActivationConfig()
Gets the value of the activationConfig property. |
List<AroundInvokeType> |
getAroundInvoke()
Gets the value of the aroundInvoke property. |
List<DescriptionType> |
getDescription()
Gets the value of the description property. |
List<DisplayNameType> |
getDisplayName()
Gets the value of the displayName property. |
EjbClassType |
getEjbClass()
Gets the value of the ejbClass property. |
List<EjbLocalRefType> |
getEjbLocalRef()
Gets the value of the ejbLocalRef property. |
EjbNameType |
getEjbName()
Gets the value of the ejbName property. |
List<EjbRefType> |
getEjbRef()
Gets the value of the ejbRef property. |
List<EnvEntryType> |
getEnvEntry()
Gets the value of the envEntry property. |
List<IconType> |
getIcon()
Gets the value of the icon property. |
String |
getId()
Gets the value of the id property. |
XsdStringType |
getMappedName()
Gets the value of the mappedName property. |
MessageDestinationLinkType |
getMessageDestinationLink()
Gets the value of the messageDestinationLink property. |
List<MessageDestinationRefType> |
getMessageDestinationRef()
Gets the value of the messageDestinationRef property. |
MessageDestinationTypeType |
getMessageDestinationType()
Gets the value of the messageDestinationType property. |
FullyQualifiedClassType |
getMessagingType()
Gets the value of the messagingType property. |
List<PersistenceContextRefType> |
getPersistenceContextRef()
Gets the value of the persistenceContextRef property. |
List<PersistenceUnitRefType> |
getPersistenceUnitRef()
Gets the value of the persistenceUnitRef property. |
List<LifecycleCallbackType> |
getPostConstruct()
Gets the value of the postConstruct property. |
List<LifecycleCallbackType> |
getPreDestroy()
Gets the value of the preDestroy property. |
List<ResourceEnvRefType> |
getResourceEnvRef()
Gets the value of the resourceEnvRef property. |
List<ResourceRefType> |
getResourceRef()
Gets the value of the resourceRef property. |
SecurityIdentityType |
getSecurityIdentity()
Gets the value of the securityIdentity property. |
List<ServiceRefType> |
getServiceRef()
Gets the value of the serviceRef property. |
NamedMethodType |
getTimeoutMethod()
Gets the value of the timeoutMethod property. |
TransactionTypeType |
getTransactionType()
Gets the value of the transactionType property. |
void |
setActivationConfig(ActivationConfigType value)
Sets the value of the activationConfig property. |
void |
setEjbClass(EjbClassType value)
Sets the value of the ejbClass property. |
void |
setEjbName(EjbNameType value)
Sets the value of the ejbName property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setMappedName(XsdStringType value)
Sets the value of the mappedName property. |
void |
setMessageDestinationLink(MessageDestinationLinkType value)
Sets the value of the messageDestinationLink property. |
void |
setMessageDestinationType(MessageDestinationTypeType value)
Sets the value of the messageDestinationType property. |
void |
setMessagingType(FullyQualifiedClassType value)
Sets the value of the messagingType property. |
void |
setSecurityIdentity(SecurityIdentityType value)
Sets the value of the securityIdentity property. |
void |
setTimeoutMethod(NamedMethodType value)
Sets the value of the timeoutMethod property. |
void |
setTransactionType(TransactionTypeType value)
Sets the value of the transactionType property. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<DescriptionType> description
protected List<DisplayNameType> displayName
protected List<IconType> icon
protected EjbNameType ejbName
protected XsdStringType mappedName
protected EjbClassType ejbClass
protected FullyQualifiedClassType messagingType
protected NamedMethodType timeoutMethod
protected TransactionTypeType transactionType
protected MessageDestinationTypeType messageDestinationType
protected MessageDestinationLinkType messageDestinationLink
protected ActivationConfigType activationConfig
protected List<AroundInvokeType> aroundInvoke
protected List<EnvEntryType> envEntry
protected List<EjbRefType> ejbRef
protected List<EjbLocalRefType> ejbLocalRef
protected List<ServiceRefType> serviceRef
protected List<ResourceRefType> resourceRef
protected List<ResourceEnvRefType> resourceEnvRef
protected List<MessageDestinationRefType> messageDestinationRef
protected List<PersistenceContextRefType> persistenceContextRef
protected List<PersistenceUnitRefType> persistenceUnitRef
protected List<LifecycleCallbackType> postConstruct
protected List<LifecycleCallbackType> preDestroy
protected SecurityIdentityType securityIdentity
protected String id
| Constructor Detail |
|---|
public MessageDrivenBeanType()
net.sourceforge.ccxjc.it.model.pub.collections.valueclass.javaee.MessageDrivenBeanType instance.
public MessageDrivenBeanType(MessageDrivenBeanType o)
net.sourceforge.ccxjc.it.model.pub.collections.valueclass.javaee.MessageDrivenBeanType instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public List<DescriptionType> getDescription()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the description property.
For example, to add a new item, do as follows:
getDescription().add(newItem);
Objects of the following type(s) are allowed in the list
DescriptionType
public List<DisplayNameType> getDisplayName()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the displayName property.
For example, to add a new item, do as follows:
getDisplayName().add(newItem);
Objects of the following type(s) are allowed in the list
DisplayNameType
public List<IconType> getIcon()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the icon property.
For example, to add a new item, do as follows:
getIcon().add(newItem);
Objects of the following type(s) are allowed in the list
IconType
public EjbNameType getEjbName()
EjbNameTypepublic void setEjbName(EjbNameType value)
value - allowed object is
EjbNameTypepublic XsdStringType getMappedName()
XsdStringTypepublic void setMappedName(XsdStringType value)
value - allowed object is
XsdStringTypepublic EjbClassType getEjbClass()
EjbClassTypepublic void setEjbClass(EjbClassType value)
value - allowed object is
EjbClassTypepublic FullyQualifiedClassType getMessagingType()
FullyQualifiedClassTypepublic void setMessagingType(FullyQualifiedClassType value)
value - allowed object is
FullyQualifiedClassTypepublic NamedMethodType getTimeoutMethod()
NamedMethodTypepublic void setTimeoutMethod(NamedMethodType value)
value - allowed object is
NamedMethodTypepublic TransactionTypeType getTransactionType()
TransactionTypeTypepublic void setTransactionType(TransactionTypeType value)
value - allowed object is
TransactionTypeTypepublic MessageDestinationTypeType getMessageDestinationType()
MessageDestinationTypeTypepublic void setMessageDestinationType(MessageDestinationTypeType value)
value - allowed object is
MessageDestinationTypeTypepublic MessageDestinationLinkType getMessageDestinationLink()
MessageDestinationLinkTypepublic void setMessageDestinationLink(MessageDestinationLinkType value)
value - allowed object is
MessageDestinationLinkTypepublic ActivationConfigType getActivationConfig()
ActivationConfigTypepublic void setActivationConfig(ActivationConfigType value)
value - allowed object is
ActivationConfigTypepublic List<AroundInvokeType> getAroundInvoke()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the aroundInvoke property.
For example, to add a new item, do as follows:
getAroundInvoke().add(newItem);
Objects of the following type(s) are allowed in the list
AroundInvokeType
public List<EnvEntryType> getEnvEntry()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the envEntry property.
For example, to add a new item, do as follows:
getEnvEntry().add(newItem);
Objects of the following type(s) are allowed in the list
EnvEntryType
public List<EjbRefType> getEjbRef()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the ejbRef property.
For example, to add a new item, do as follows:
getEjbRef().add(newItem);
Objects of the following type(s) are allowed in the list
EjbRefType
public List<EjbLocalRefType> getEjbLocalRef()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the ejbLocalRef property.
For example, to add a new item, do as follows:
getEjbLocalRef().add(newItem);
Objects of the following type(s) are allowed in the list
EjbLocalRefType
public List<ServiceRefType> getServiceRef()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the serviceRef property.
For example, to add a new item, do as follows:
getServiceRef().add(newItem);
Objects of the following type(s) are allowed in the list
ServiceRefType
public List<ResourceRefType> getResourceRef()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the resourceRef property.
For example, to add a new item, do as follows:
getResourceRef().add(newItem);
Objects of the following type(s) are allowed in the list
ResourceRefType
public List<ResourceEnvRefType> getResourceEnvRef()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the resourceEnvRef property.
For example, to add a new item, do as follows:
getResourceEnvRef().add(newItem);
Objects of the following type(s) are allowed in the list
ResourceEnvRefType
public List<MessageDestinationRefType> getMessageDestinationRef()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the messageDestinationRef property.
For example, to add a new item, do as follows:
getMessageDestinationRef().add(newItem);
Objects of the following type(s) are allowed in the list
MessageDestinationRefType
public List<PersistenceContextRefType> getPersistenceContextRef()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the persistenceContextRef property.
For example, to add a new item, do as follows:
getPersistenceContextRef().add(newItem);
Objects of the following type(s) are allowed in the list
PersistenceContextRefType
public List<PersistenceUnitRefType> getPersistenceUnitRef()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the persistenceUnitRef property.
For example, to add a new item, do as follows:
getPersistenceUnitRef().add(newItem);
Objects of the following type(s) are allowed in the list
PersistenceUnitRefType
public List<LifecycleCallbackType> getPostConstruct()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the postConstruct property.
For example, to add a new item, do as follows:
getPostConstruct().add(newItem);
Objects of the following type(s) are allowed in the list
LifecycleCallbackType
public List<LifecycleCallbackType> getPreDestroy()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the preDestroy property.
For example, to add a new item, do as follows:
getPreDestroy().add(newItem);
Objects of the following type(s) are allowed in the list
LifecycleCallbackType
public SecurityIdentityType getSecurityIdentity()
SecurityIdentityTypepublic void setSecurityIdentity(SecurityIdentityType value)
value - allowed object is
SecurityIdentityTypepublic String getId()
Stringpublic void setId(String value)
value - allowed object is
String
public static void copyDescription(List<DescriptionType> source,
List<DescriptionType> target)
Description.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.
public static void copyDisplayName(List<DisplayNameType> source,
List<DisplayNameType> target)
DisplayName.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.
public static void copyIcon(List<IconType> source,
List<IconType> target)
Icon.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.
public static void copyAroundInvoke(List<AroundInvokeType> source,
List<AroundInvokeType> target)
AroundInvoke.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.
public static void copyEnvEntry(List<EnvEntryType> source,
List<EnvEntryType> target)
EnvEntry.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.
public static void copyEjbRef(List<EjbRefType> source,
List<EjbRefType> target)
EjbRef.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.
public static void copyEjbLocalRef(List<EjbLocalRefType> source,
List<EjbLocalRefType> target)
EjbLocalRef.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.
public static void copyServiceRef(List<ServiceRefType> source,
List<ServiceRefType> target)
ServiceRef.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.
public static void copyResourceRef(List<ResourceRefType> source,
List<ResourceRefType> target)
ResourceRef.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.
public static void copyResourceEnvRef(List<ResourceEnvRefType> source,
List<ResourceEnvRefType> target)
ResourceEnvRef.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.
public static void copyMessageDestinationRef(List<MessageDestinationRefType> source,
List<MessageDestinationRefType> target)
MessageDestinationRef.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.
public static void copyPersistenceContextRef(List<PersistenceContextRefType> source,
List<PersistenceContextRefType> target)
PersistenceContextRef.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.
public static void copyPersistenceUnitRef(List<PersistenceUnitRefType> source,
List<PersistenceUnitRefType> target)
PersistenceUnitRef.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.
public static void copyPostConstruct(List<LifecycleCallbackType> source,
List<LifecycleCallbackType> target)
PostConstruct.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.
public static void copyPreDestroy(List<LifecycleCallbackType> source,
List<LifecycleCallbackType> target)
PreDestroy.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.public MessageDrivenBeanType clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||