|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.openejb.jee.wls.WeblogicEjbJar
public class WeblogicEjbJar
Java class for weblogic-ejb-jar complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="weblogic-ejb-jar"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="description" type="{http://www.bea.com/ns/weblogic/90}description" minOccurs="0"/> <element name="weblogic-enterprise-bean" type="{http://www.bea.com/ns/weblogic/90}weblogic-enterprise-bean" maxOccurs="unbounded" minOccurs="0"/> <element name="security-role-assignment" type="{http://www.bea.com/ns/weblogic/90}security-role-assignment" maxOccurs="unbounded" minOccurs="0"/> <element name="run-as-role-assignment" type="{http://www.bea.com/ns/weblogic/90}run-as-role-assignment" maxOccurs="unbounded" minOccurs="0"/> <element name="security-permission" type="{http://www.bea.com/ns/weblogic/90}security-permission" minOccurs="0"/> <element name="transaction-isolation" type="{http://www.bea.com/ns/weblogic/90}transaction-isolation" maxOccurs="unbounded" minOccurs="0"/> <element name="message-destination-descriptor" type="{http://www.bea.com/ns/weblogic/90}message-destination-descriptor" maxOccurs="unbounded" minOccurs="0"/> <element name="idempotent-methods" type="{http://www.bea.com/ns/weblogic/90}idempotent-methods" minOccurs="0"/> <element name="retry-methods-on-rollback" type="{http://www.bea.com/ns/weblogic/90}retry-methods-on-rollback" maxOccurs="unbounded" minOccurs="0"/> <element name="enable-bean-class-redeploy" type="{http://www.bea.com/ns/weblogic/90}true-false" minOccurs="0"/> <element name="disable-warning" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="work-manager" type="{http://www.bea.com/ns/weblogic/90}work-manager" maxOccurs="unbounded" minOccurs="0"/> <element name="weblogic-compatibility" type="{http://www.bea.com/ns/weblogic/90}weblogic-compatibility" minOccurs="0"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected Description |
description
|
protected List<String> |
disableWarning
|
protected Boolean |
enableBeanClassRedeploy
|
protected String |
id
|
protected IdempotentMethods |
idempotentMethods
|
protected List<MessageDestinationDescriptor> |
messageDestinationDescriptor
|
protected List<RetryMethodsOnRollback> |
retryMethodsOnRollback
|
protected List<RunAsRoleAssignment> |
runAsRoleAssignment
|
protected SecurityPermission |
securityPermission
|
protected List<SecurityRoleAssignment> |
securityRoleAssignment
|
protected List<TransactionIsolation> |
transactionIsolation
|
protected WeblogicCompatibility |
weblogicCompatibility
|
protected List<WeblogicEnterpriseBean> |
weblogicEnterpriseBean
|
protected List<WorkManager> |
workManager
|
Constructor Summary | |
---|---|
WeblogicEjbJar()
|
Method Summary | |
---|---|
Description |
getDescription()
Gets the value of the description property. |
List<String> |
getDisableWarning()
Gets the value of the disableWarning property. |
Boolean |
getEnableBeanClassRedeploy()
Gets the value of the enableBeanClassRedeploy property. |
String |
getId()
Gets the value of the id property. |
IdempotentMethods |
getIdempotentMethods()
Gets the value of the idempotentMethods property. |
List<MessageDestinationDescriptor> |
getMessageDestinationDescriptor()
Gets the value of the messageDestinationDescriptor property. |
List<RetryMethodsOnRollback> |
getRetryMethodsOnRollback()
Gets the value of the retryMethodsOnRollback property. |
List<RunAsRoleAssignment> |
getRunAsRoleAssignment()
Gets the value of the runAsRoleAssignment property. |
SecurityPermission |
getSecurityPermission()
Gets the value of the securityPermission property. |
List<SecurityRoleAssignment> |
getSecurityRoleAssignment()
Gets the value of the securityRoleAssignment property. |
List<TransactionIsolation> |
getTransactionIsolation()
Gets the value of the transactionIsolation property. |
WeblogicCompatibility |
getWeblogicCompatibility()
Gets the value of the weblogicCompatibility property. |
List<WeblogicEnterpriseBean> |
getWeblogicEnterpriseBean()
Gets the value of the weblogicEnterpriseBean property. |
List<WorkManager> |
getWorkManager()
Gets the value of the workManager property. |
void |
setDescription(Description value)
Sets the value of the description property. |
void |
setEnableBeanClassRedeploy(Boolean value)
Sets the value of the enableBeanClassRedeploy property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setIdempotentMethods(IdempotentMethods value)
Sets the value of the idempotentMethods property. |
void |
setSecurityPermission(SecurityPermission value)
Sets the value of the securityPermission property. |
void |
setWeblogicCompatibility(WeblogicCompatibility value)
Sets the value of the weblogicCompatibility property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Description description
protected List<WeblogicEnterpriseBean> weblogicEnterpriseBean
protected List<SecurityRoleAssignment> securityRoleAssignment
protected List<RunAsRoleAssignment> runAsRoleAssignment
protected SecurityPermission securityPermission
protected List<TransactionIsolation> transactionIsolation
protected List<MessageDestinationDescriptor> messageDestinationDescriptor
protected IdempotentMethods idempotentMethods
protected List<RetryMethodsOnRollback> retryMethodsOnRollback
protected Boolean enableBeanClassRedeploy
protected List<String> disableWarning
protected List<WorkManager> workManager
protected WeblogicCompatibility weblogicCompatibility
protected String id
Constructor Detail |
---|
public WeblogicEjbJar()
Method Detail |
---|
public Description getDescription()
Description
public void setDescription(Description value)
value
- allowed object is
Description
public List<WeblogicEnterpriseBean> getWeblogicEnterpriseBean()
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 weblogicEnterpriseBean property.
For example, to add a new item, do as follows:
getWeblogicEnterpriseBean().add(newItem);
Objects of the following type(s) are allowed in the list
WeblogicEnterpriseBean
public List<SecurityRoleAssignment> getSecurityRoleAssignment()
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 securityRoleAssignment property.
For example, to add a new item, do as follows:
getSecurityRoleAssignment().add(newItem);
Objects of the following type(s) are allowed in the list
SecurityRoleAssignment
public List<RunAsRoleAssignment> getRunAsRoleAssignment()
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 runAsRoleAssignment property.
For example, to add a new item, do as follows:
getRunAsRoleAssignment().add(newItem);
Objects of the following type(s) are allowed in the list
RunAsRoleAssignment
public SecurityPermission getSecurityPermission()
SecurityPermission
public void setSecurityPermission(SecurityPermission value)
value
- allowed object is
SecurityPermission
public List<TransactionIsolation> getTransactionIsolation()
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 transactionIsolation property.
For example, to add a new item, do as follows:
getTransactionIsolation().add(newItem);
Objects of the following type(s) are allowed in the list
TransactionIsolation
public List<MessageDestinationDescriptor> getMessageDestinationDescriptor()
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 messageDestinationDescriptor property.
For example, to add a new item, do as follows:
getMessageDestinationDescriptor().add(newItem);
Objects of the following type(s) are allowed in the list
MessageDestinationDescriptor
public IdempotentMethods getIdempotentMethods()
IdempotentMethods
public void setIdempotentMethods(IdempotentMethods value)
value
- allowed object is
IdempotentMethods
public List<RetryMethodsOnRollback> getRetryMethodsOnRollback()
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 retryMethodsOnRollback property.
For example, to add a new item, do as follows:
getRetryMethodsOnRollback().add(newItem);
Objects of the following type(s) are allowed in the list
RetryMethodsOnRollback
public Boolean getEnableBeanClassRedeploy()
Boolean
public void setEnableBeanClassRedeploy(Boolean value)
value
- allowed object is
Boolean
public List<String> getDisableWarning()
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 disableWarning property.
For example, to add a new item, do as follows:
getDisableWarning().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<WorkManager> getWorkManager()
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 workManager property.
For example, to add a new item, do as follows:
getWorkManager().add(newItem);
Objects of the following type(s) are allowed in the list
WorkManager
public WeblogicCompatibility getWeblogicCompatibility()
WeblogicCompatibility
public void setWeblogicCompatibility(WeblogicCompatibility value)
value
- allowed object is
WeblogicCompatibility
public String getId()
String
public void setId(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |