Package org.apache.openejb.jee.wls
Class WeblogicEjbJar
- java.lang.Object
-
- org.apache.openejb.jee.wls.WeblogicEjbJar
-
public class WeblogicEjbJar extends Object
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
Fields Modifier and Type Field Description protected Descriptiondescriptionprotected List<String>disableWarningprotected BooleanenableBeanClassRedeployprotected Stringidprotected IdempotentMethodsidempotentMethodsprotected List<MessageDestinationDescriptor>messageDestinationDescriptorprotected List<RetryMethodsOnRollback>retryMethodsOnRollbackprotected List<RunAsRoleAssignment>runAsRoleAssignmentprotected SecurityPermissionsecurityPermissionprotected List<SecurityRoleAssignment>securityRoleAssignmentprotected List<TransactionIsolation>transactionIsolationprotected WeblogicCompatibilityweblogicCompatibilityprotected List<WeblogicEnterpriseBean>weblogicEnterpriseBeanprotected List<WorkManager>workManager
-
Constructor Summary
Constructors Constructor Description WeblogicEjbJar()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DescriptiongetDescription()Gets the value of the description property.List<String>getDisableWarning()Gets the value of the disableWarning property.BooleangetEnableBeanClassRedeploy()Gets the value of the enableBeanClassRedeploy property.StringgetId()Gets the value of the id property.IdempotentMethodsgetIdempotentMethods()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.SecurityPermissiongetSecurityPermission()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.WeblogicCompatibilitygetWeblogicCompatibility()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.voidsetDescription(Description value)Sets the value of the description property.voidsetEnableBeanClassRedeploy(Boolean value)Sets the value of the enableBeanClassRedeploy property.voidsetId(String value)Sets the value of the id property.voidsetIdempotentMethods(IdempotentMethods value)Sets the value of the idempotentMethods property.voidsetSecurityPermission(SecurityPermission value)Sets the value of the securityPermission property.voidsetWeblogicCompatibility(WeblogicCompatibility value)Sets the value of the weblogicCompatibility property.
-
-
-
Field Detail
-
description
protected Description description
-
weblogicEnterpriseBean
protected List<WeblogicEnterpriseBean> weblogicEnterpriseBean
-
securityRoleAssignment
protected List<SecurityRoleAssignment> securityRoleAssignment
-
runAsRoleAssignment
protected List<RunAsRoleAssignment> runAsRoleAssignment
-
securityPermission
protected SecurityPermission securityPermission
-
transactionIsolation
protected List<TransactionIsolation> transactionIsolation
-
messageDestinationDescriptor
protected List<MessageDestinationDescriptor> messageDestinationDescriptor
-
idempotentMethods
protected IdempotentMethods idempotentMethods
-
retryMethodsOnRollback
protected List<RetryMethodsOnRollback> retryMethodsOnRollback
-
enableBeanClassRedeploy
protected Boolean enableBeanClassRedeploy
-
workManager
protected List<WorkManager> workManager
-
weblogicCompatibility
protected WeblogicCompatibility weblogicCompatibility
-
id
protected String id
-
-
Method Detail
-
getDescription
public Description getDescription()
Gets the value of the description property.- Returns:
- possible object is
Description
-
setDescription
public void setDescription(Description value)
Sets the value of the description property.- Parameters:
value- allowed object isDescription
-
getWeblogicEnterpriseBean
public List<WeblogicEnterpriseBean> getWeblogicEnterpriseBean()
Gets the value of the weblogicEnterpriseBean property. 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 asetmethod 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 listWeblogicEnterpriseBean
-
getSecurityRoleAssignment
public List<SecurityRoleAssignment> getSecurityRoleAssignment()
Gets the value of the securityRoleAssignment property. 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 asetmethod 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 listSecurityRoleAssignment
-
getRunAsRoleAssignment
public List<RunAsRoleAssignment> getRunAsRoleAssignment()
Gets the value of the runAsRoleAssignment property. 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 asetmethod 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 listRunAsRoleAssignment
-
getSecurityPermission
public SecurityPermission getSecurityPermission()
Gets the value of the securityPermission property.- Returns:
- possible object is
SecurityPermission
-
setSecurityPermission
public void setSecurityPermission(SecurityPermission value)
Sets the value of the securityPermission property.- Parameters:
value- allowed object isSecurityPermission
-
getTransactionIsolation
public List<TransactionIsolation> getTransactionIsolation()
Gets the value of the transactionIsolation property. 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 asetmethod 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 listTransactionIsolation
-
getMessageDestinationDescriptor
public List<MessageDestinationDescriptor> getMessageDestinationDescriptor()
Gets the value of the messageDestinationDescriptor property. 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 asetmethod 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 listMessageDestinationDescriptor
-
getIdempotentMethods
public IdempotentMethods getIdempotentMethods()
Gets the value of the idempotentMethods property.- Returns:
- possible object is
IdempotentMethods
-
setIdempotentMethods
public void setIdempotentMethods(IdempotentMethods value)
Sets the value of the idempotentMethods property.- Parameters:
value- allowed object isIdempotentMethods
-
getRetryMethodsOnRollback
public List<RetryMethodsOnRollback> getRetryMethodsOnRollback()
Gets the value of the retryMethodsOnRollback property. 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 asetmethod 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 listRetryMethodsOnRollback
-
getEnableBeanClassRedeploy
public Boolean getEnableBeanClassRedeploy()
Gets the value of the enableBeanClassRedeploy property.- Returns:
- possible object is
Boolean
-
setEnableBeanClassRedeploy
public void setEnableBeanClassRedeploy(Boolean value)
Sets the value of the enableBeanClassRedeploy property.- Parameters:
value- allowed object isBoolean
-
getDisableWarning
public List<String> getDisableWarning()
Gets the value of the disableWarning property. 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 asetmethod 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 listString
-
getWorkManager
public List<WorkManager> getWorkManager()
Gets the value of the workManager property. 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 asetmethod 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 listWorkManager
-
getWeblogicCompatibility
public WeblogicCompatibility getWeblogicCompatibility()
Gets the value of the weblogicCompatibility property.- Returns:
- possible object is
WeblogicCompatibility
-
setWeblogicCompatibility
public void setWeblogicCompatibility(WeblogicCompatibility value)
Sets the value of the weblogicCompatibility property.- Parameters:
value- allowed object isWeblogicCompatibility
-
-