org.apache.openejb.jee.jba
Class Entity

java.lang.Object
  extended by org.apache.openejb.jee.jba.Entity

public class Entity
extends java.lang.Object


Field Summary
protected  java.lang.String cacheInvalidation
           
protected  CacheInvalidationConfig cacheInvalidationConfig
           
protected  java.lang.String callByValue
           
protected  ClusterConfig clusterConfig
           
protected  java.lang.String clustered
           
protected  java.lang.String configurationName
           
protected  java.util.List<Depends> depends
           
protected  java.util.List<EjbLocalRef> ejbLocalRef
           
protected  java.lang.String ejbName
           
protected  java.util.List<EjbRef> ejbRef
           
protected  java.lang.String exceptionOnRollback
           
protected  java.lang.String id
           
protected  InvokerBindings invokerBindings
           
protected  IorSecurityConfig iorSecurityConfig
           
protected  JndiName jndiName
           
protected  java.lang.String localJndiName
           
protected  java.util.List<MessageDestinationRef> messageDestinationRef
           
protected  MethodAttributes methodAttributes
           
protected  java.lang.String readOnly
           
protected  java.util.List<ResourceEnvRef> resourceEnvRef
           
protected  java.util.List<ResourceRef> resourceRef
           
protected  SecurityIdentity securityIdentity
           
protected  java.lang.String securityProxy
           
protected  java.util.List<ServiceRef> serviceRef
           
protected  java.lang.String timerPersistence
           
 
Constructor Summary
Entity()
           
 
Method Summary
 java.lang.String getCacheInvalidation()
          Gets the value of the cacheInvalidation property.
 CacheInvalidationConfig getCacheInvalidationConfig()
          Gets the value of the cacheInvalidationConfig property.
 java.lang.String getCallByValue()
          Gets the value of the callByValue property.
 ClusterConfig getClusterConfig()
          Gets the value of the clusterConfig property.
 java.lang.String getClustered()
          Gets the value of the clustered property.
 java.lang.String getConfigurationName()
          Gets the value of the configurationName property.
 java.util.List<Depends> getDepends()
          Gets the value of the depends property.
 java.util.List<EjbLocalRef> getEjbLocalRef()
          Gets the value of the ejbLocalRef property.
 java.lang.String getEjbName()
          Gets the value of the ejbName property.
 java.util.List<EjbRef> getEjbRef()
          Gets the value of the ejbRef property.
 java.lang.String getExceptionOnRollback()
          Gets the value of the exceptionOnRollback property.
 java.lang.String getId()
          Gets the value of the id property.
 InvokerBindings getInvokerBindings()
          Gets the value of the invokerBindings property.
 IorSecurityConfig getIorSecurityConfig()
          Gets the value of the iorSecurityConfig property.
 JndiName getJndiName()
          Gets the value of the jndiName property.
 java.lang.String getLocalJndiName()
          Gets the value of the localJndiName property.
 java.util.List<MessageDestinationRef> getMessageDestinationRef()
          Gets the value of the messageDestinationRef property.
 MethodAttributes getMethodAttributes()
          Gets the value of the methodAttributes property.
 java.lang.String getReadOnly()
          Gets the value of the readOnly property.
 java.util.List<ResourceEnvRef> getResourceEnvRef()
          Gets the value of the resourceEnvRef property.
 java.util.List<ResourceRef> getResourceRef()
          Gets the value of the resourceRef property.
 SecurityIdentity getSecurityIdentity()
          Gets the value of the securityIdentity property.
 java.lang.String getSecurityProxy()
          Gets the value of the securityProxy property.
 java.util.List<ServiceRef> getServiceRef()
          Gets the value of the serviceRef property.
 java.lang.String getTimerPersistence()
          Gets the value of the timerPersistence property.
 void setCacheInvalidation(java.lang.String value)
          Sets the value of the cacheInvalidation property.
 void setCacheInvalidationConfig(CacheInvalidationConfig value)
          Sets the value of the cacheInvalidationConfig property.
 void setCallByValue(java.lang.String value)
          Sets the value of the callByValue property.
 void setClusterConfig(ClusterConfig value)
          Sets the value of the clusterConfig property.
 void setClustered(java.lang.String value)
          Sets the value of the clustered property.
 void setConfigurationName(java.lang.String value)
          Sets the value of the configurationName property.
 void setEjbName(java.lang.String value)
          Sets the value of the ejbName property.
 void setExceptionOnRollback(java.lang.String value)
          Sets the value of the exceptionOnRollback property.
 void setId(java.lang.String value)
          Sets the value of the id property.
 void setInvokerBindings(InvokerBindings value)
          Sets the value of the invokerBindings property.
 void setIorSecurityConfig(IorSecurityConfig value)
          Sets the value of the iorSecurityConfig property.
 void setJndiName(JndiName value)
          Sets the value of the jndiName property.
 void setLocalJndiName(java.lang.String value)
          Sets the value of the localJndiName property.
 void setMethodAttributes(MethodAttributes value)
          Sets the value of the methodAttributes property.
 void setReadOnly(java.lang.String value)
          Sets the value of the readOnly property.
 void setSecurityIdentity(SecurityIdentity value)
          Sets the value of the securityIdentity property.
 void setSecurityProxy(java.lang.String value)
          Sets the value of the securityProxy property.
 void setTimerPersistence(java.lang.String value)
          Sets the value of the timerPersistence property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected java.lang.String id

ejbName

protected java.lang.String ejbName

jndiName

protected JndiName jndiName

localJndiName

protected java.lang.String localJndiName

callByValue

protected java.lang.String callByValue

readOnly

protected java.lang.String readOnly

exceptionOnRollback

protected java.lang.String exceptionOnRollback

timerPersistence

protected java.lang.String timerPersistence

configurationName

protected java.lang.String configurationName

invokerBindings

protected InvokerBindings invokerBindings

securityProxy

protected java.lang.String securityProxy

ejbRef

protected java.util.List<EjbRef> ejbRef

ejbLocalRef

protected java.util.List<EjbLocalRef> ejbLocalRef

serviceRef

protected java.util.List<ServiceRef> serviceRef

securityIdentity

protected SecurityIdentity securityIdentity

resourceRef

protected java.util.List<ResourceRef> resourceRef

resourceEnvRef

protected java.util.List<ResourceEnvRef> resourceEnvRef

messageDestinationRef

protected java.util.List<MessageDestinationRef> messageDestinationRef

methodAttributes

protected MethodAttributes methodAttributes

clustered

protected java.lang.String clustered

clusterConfig

protected ClusterConfig clusterConfig

cacheInvalidation

protected java.lang.String cacheInvalidation

cacheInvalidationConfig

protected CacheInvalidationConfig cacheInvalidationConfig

depends

protected java.util.List<Depends> depends

iorSecurityConfig

protected IorSecurityConfig iorSecurityConfig
Constructor Detail

Entity

public Entity()
Method Detail

getId

public java.lang.String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(java.lang.String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getEjbName

public java.lang.String getEjbName()
Gets the value of the ejbName property.

Returns:
possible object is String

setEjbName

public void setEjbName(java.lang.String value)
Sets the value of the ejbName property.

Parameters:
value - allowed object is String

getJndiName

public JndiName getJndiName()
Gets the value of the jndiName property.

Returns:
possible object is JndiName

setJndiName

public void setJndiName(JndiName value)
Sets the value of the jndiName property.

Parameters:
value - allowed object is JndiName

getLocalJndiName

public java.lang.String getLocalJndiName()
Gets the value of the localJndiName property.

Returns:
possible object is String

setLocalJndiName

public void setLocalJndiName(java.lang.String value)
Sets the value of the localJndiName property.

Parameters:
value - allowed object is String

getCallByValue

public java.lang.String getCallByValue()
Gets the value of the callByValue property.

Returns:
possible object is String

setCallByValue

public void setCallByValue(java.lang.String value)
Sets the value of the callByValue property.

Parameters:
value - allowed object is String

getReadOnly

public java.lang.String getReadOnly()
Gets the value of the readOnly property.

Returns:
possible object is String

setReadOnly

public void setReadOnly(java.lang.String value)
Sets the value of the readOnly property.

Parameters:
value - allowed object is String

getExceptionOnRollback

public java.lang.String getExceptionOnRollback()
Gets the value of the exceptionOnRollback property.

Returns:
possible object is String

setExceptionOnRollback

public void setExceptionOnRollback(java.lang.String value)
Sets the value of the exceptionOnRollback property.

Parameters:
value - allowed object is String

getTimerPersistence

public java.lang.String getTimerPersistence()
Gets the value of the timerPersistence property.

Returns:
possible object is String

setTimerPersistence

public void setTimerPersistence(java.lang.String value)
Sets the value of the timerPersistence property.

Parameters:
value - allowed object is String

getConfigurationName

public java.lang.String getConfigurationName()
Gets the value of the configurationName property.

Returns:
possible object is String

setConfigurationName

public void setConfigurationName(java.lang.String value)
Sets the value of the configurationName property.

Parameters:
value - allowed object is String

getInvokerBindings

public InvokerBindings getInvokerBindings()
Gets the value of the invokerBindings property.

Returns:
possible object is InvokerBindings

setInvokerBindings

public void setInvokerBindings(InvokerBindings value)
Sets the value of the invokerBindings property.

Parameters:
value - allowed object is InvokerBindings

getSecurityProxy

public java.lang.String getSecurityProxy()
Gets the value of the securityProxy property.

Returns:
possible object is String

setSecurityProxy

public void setSecurityProxy(java.lang.String value)
Sets the value of the securityProxy property.

Parameters:
value - allowed object is String

getEjbRef

public java.util.List<EjbRef> getEjbRef()
Gets the value of the ejbRef 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 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 EjbRef


getEjbLocalRef

public java.util.List<EjbLocalRef> getEjbLocalRef()
Gets the value of the ejbLocalRef 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 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 EjbLocalRef


getServiceRef

public java.util.List<ServiceRef> getServiceRef()
Gets the value of the serviceRef 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 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 ServiceRef


getSecurityIdentity

public SecurityIdentity getSecurityIdentity()
Gets the value of the securityIdentity property.

Returns:
possible object is SecurityIdentity

setSecurityIdentity

public void setSecurityIdentity(SecurityIdentity value)
Sets the value of the securityIdentity property.

Parameters:
value - allowed object is SecurityIdentity

getResourceRef

public java.util.List<ResourceRef> getResourceRef()
Gets the value of the resourceRef 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 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 ResourceRef


getResourceEnvRef

public java.util.List<ResourceEnvRef> getResourceEnvRef()
Gets the value of the resourceEnvRef 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 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 ResourceEnvRef


getMessageDestinationRef

public java.util.List<MessageDestinationRef> getMessageDestinationRef()
Gets the value of the messageDestinationRef 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 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 MessageDestinationRef


getMethodAttributes

public MethodAttributes getMethodAttributes()
Gets the value of the methodAttributes property.

Returns:
possible object is MethodAttributes

setMethodAttributes

public void setMethodAttributes(MethodAttributes value)
Sets the value of the methodAttributes property.

Parameters:
value - allowed object is MethodAttributes

getClustered

public java.lang.String getClustered()
Gets the value of the clustered property.

Returns:
possible object is String

setClustered

public void setClustered(java.lang.String value)
Sets the value of the clustered property.

Parameters:
value - allowed object is String

getClusterConfig

public ClusterConfig getClusterConfig()
Gets the value of the clusterConfig property.

Returns:
possible object is ClusterConfig

setClusterConfig

public void setClusterConfig(ClusterConfig value)
Sets the value of the clusterConfig property.

Parameters:
value - allowed object is ClusterConfig

getCacheInvalidation

public java.lang.String getCacheInvalidation()
Gets the value of the cacheInvalidation property.

Returns:
possible object is String

setCacheInvalidation

public void setCacheInvalidation(java.lang.String value)
Sets the value of the cacheInvalidation property.

Parameters:
value - allowed object is String

getCacheInvalidationConfig

public CacheInvalidationConfig getCacheInvalidationConfig()
Gets the value of the cacheInvalidationConfig property.

Returns:
possible object is CacheInvalidationConfig

setCacheInvalidationConfig

public void setCacheInvalidationConfig(CacheInvalidationConfig value)
Sets the value of the cacheInvalidationConfig property.

Parameters:
value - allowed object is CacheInvalidationConfig

getDepends

public java.util.List<Depends> getDepends()
Gets the value of the depends 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 a set method for the depends property.

For example, to add a new item, do as follows:

    getDepends().add(newItem);
 

Objects of the following type(s) are allowed in the list Depends


getIorSecurityConfig

public IorSecurityConfig getIorSecurityConfig()
Gets the value of the iorSecurityConfig property.

Returns:
possible object is IorSecurityConfig

setIorSecurityConfig

public void setIorSecurityConfig(IorSecurityConfig value)
Sets the value of the iorSecurityConfig property.

Parameters:
value - allowed object is IorSecurityConfig


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.