|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.openejb.jee.jba.Entity
public class Entity
| 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 |
|---|
protected java.lang.String id
protected java.lang.String ejbName
protected JndiName jndiName
protected java.lang.String localJndiName
protected java.lang.String callByValue
protected java.lang.String readOnly
protected java.lang.String exceptionOnRollback
protected java.lang.String timerPersistence
protected java.lang.String configurationName
protected InvokerBindings invokerBindings
protected java.lang.String securityProxy
protected java.util.List<EjbRef> ejbRef
protected java.util.List<EjbLocalRef> ejbLocalRef
protected java.util.List<ServiceRef> serviceRef
protected SecurityIdentity securityIdentity
protected java.util.List<ResourceRef> resourceRef
protected java.util.List<ResourceEnvRef> resourceEnvRef
protected java.util.List<MessageDestinationRef> messageDestinationRef
protected MethodAttributes methodAttributes
protected java.lang.String clustered
protected ClusterConfig clusterConfig
protected java.lang.String cacheInvalidation
protected CacheInvalidationConfig cacheInvalidationConfig
protected java.util.List<Depends> depends
protected IorSecurityConfig iorSecurityConfig
| Constructor Detail |
|---|
public Entity()
| Method Detail |
|---|
public java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getEjbName()
Stringpublic void setEjbName(java.lang.String value)
value - allowed object is
Stringpublic JndiName getJndiName()
JndiNamepublic void setJndiName(JndiName value)
value - allowed object is
JndiNamepublic java.lang.String getLocalJndiName()
Stringpublic void setLocalJndiName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCallByValue()
Stringpublic void setCallByValue(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getReadOnly()
Stringpublic void setReadOnly(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getExceptionOnRollback()
Stringpublic void setExceptionOnRollback(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTimerPersistence()
Stringpublic void setTimerPersistence(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getConfigurationName()
Stringpublic void setConfigurationName(java.lang.String value)
value - allowed object is
Stringpublic InvokerBindings getInvokerBindings()
InvokerBindingspublic void setInvokerBindings(InvokerBindings value)
value - allowed object is
InvokerBindingspublic java.lang.String getSecurityProxy()
Stringpublic void setSecurityProxy(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<EjbRef> 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
EjbRef
public java.util.List<EjbLocalRef> 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
EjbLocalRef
public java.util.List<ServiceRef> 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
ServiceRef
public SecurityIdentity getSecurityIdentity()
SecurityIdentitypublic void setSecurityIdentity(SecurityIdentity value)
value - allowed object is
SecurityIdentitypublic java.util.List<ResourceRef> 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
ResourceRef
public java.util.List<ResourceEnvRef> 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
ResourceEnvRef
public java.util.List<MessageDestinationRef> 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
MessageDestinationRef
public MethodAttributes getMethodAttributes()
MethodAttributespublic void setMethodAttributes(MethodAttributes value)
value - allowed object is
MethodAttributespublic java.lang.String getClustered()
Stringpublic void setClustered(java.lang.String value)
value - allowed object is
Stringpublic ClusterConfig getClusterConfig()
ClusterConfigpublic void setClusterConfig(ClusterConfig value)
value - allowed object is
ClusterConfigpublic java.lang.String getCacheInvalidation()
Stringpublic void setCacheInvalidation(java.lang.String value)
value - allowed object is
Stringpublic CacheInvalidationConfig getCacheInvalidationConfig()
CacheInvalidationConfigpublic void setCacheInvalidationConfig(CacheInvalidationConfig value)
value - allowed object is
CacheInvalidationConfigpublic java.util.List<Depends> getDepends()
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
public IorSecurityConfig getIorSecurityConfig()
IorSecurityConfigpublic void setIorSecurityConfig(IorSecurityConfig value)
value - allowed object is
IorSecurityConfig
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||