org.ow2.jonas.deployment.ejb.xml
Class JonasEntity

java.lang.Object
  extended by org.ow2.jonas.deployment.common.xml.AbsElement
      extended by org.ow2.jonas.deployment.common.xml.AbsJonasEnvironmentElement
          extended by org.ow2.jonas.deployment.ejb.xml.JonasCommonEjb
              extended by org.ow2.jonas.deployment.ejb.xml.JonasEntity
All Implemented Interfaces:
Serializable, Element, JonasJndiEnvRefsGroupXml, JonasCommonEjbXml

public class JonasEntity
extends JonasCommonEjb

This class defines the implementation of the element jonas-entity

Author:
JOnAS team
See Also:
Serialized Form

Constructor Summary
JonasEntity()
          Constructor
 
Method Summary
 String getCleanup()
          Gets the cleanup
 String getDeadlockTimeout()
          Gets the deadlock-timeout
 String getHardLimit()
          Gets the hard-limit
 String getInactivityTimeout()
          Gets the inactivity-timeout
 String getIsModifiedMethodName()
          Gets the is-modified-method-name
 JdbcMapping getJdbcMapping()
          Gets the jdbc-mapping
 String getLockPolicy()
          Gets the lock Policy
 String getMaxWaitTime()
          Gets the max-wait-time
 String getPassivationTimeout()
          Gets the passivation-timeout
 String getPrefetch()
          Gets the prefetch
 String getReadTimeout()
          Gets the read-timeout
 String getShared()
          Gets the shared
 void setCleanup(String cleanup)
          Set the cleanup
 void setDeadlockTimeout(String deadlockTimeout)
          Set the deadlock-timeout
 void setHardLimit(String hardLimit)
          Set the hard-limit flag
 void setInactivityTimeout(String inactivityTimeout)
          Set the inactivity-timeout
 void setIsModifiedMethodName(String isModifiedMethodName)
          Set the is-modified-method-name
 void setJdbcMapping(JdbcMapping jdbcMapping)
          Set the jdbc-mapping
 void setLockPolicy(String lockPolicy)
          Set the lock Policy
 void setMaxWaitTime(String maxWaitTime)
          Set the max-wait-time
 void setPassivationTimeout(String passivationTimeout)
          Set the passivation-timeout
 void setPrefetch(String prefetch)
          Set the prefetch
 void setReadTimeout(String readTimeout)
          Set the read-timeout
 void setShared(String shared)
          Set the shared
 String toXML(int indent)
          Represents this element by it's XML description.
 
Methods inherited from class org.ow2.jonas.deployment.ejb.xml.JonasCommonEjb
getCluster, getClusterReplicated, getEjbName, getIorSecurityConfig, getJndiLocalName, getJndiName, getMaxCacheSize, getMinPoolSize, getRunAsPrincipalName, setCluster, setClusterReplicated, setEjbName, setIorSecurityConfig, setJndiLocalName, setJndiName, setMaxCacheSize, setMinPoolSize, setRunAsPrincipalName
 
Methods inherited from class org.ow2.jonas.deployment.common.xml.AbsJonasEnvironmentElement
addJonasEjbRef, addJonasMessageDestinationRef, addJonasResource, addJonasResourceEnv, addJonasServiceRef, getJonasEjbRefList, getJonasMessageDestinationRefList, getJonasResourceEnvList, getJonasResourceList, getJonasServiceRefList
 
Methods inherited from class org.ow2.jonas.deployment.common.xml.AbsElement
indent, toString, toXML, xmlAttribute, xmlElement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.ow2.jonas.deployment.common.xml.JonasJndiEnvRefsGroupXml
getJonasEjbRefList, getJonasMessageDestinationRefList, getJonasResourceEnvList, getJonasResourceList, getJonasServiceRefList
 

Constructor Detail

JonasEntity

public JonasEntity()
Constructor

Method Detail

getIsModifiedMethodName

public String getIsModifiedMethodName()
Gets the is-modified-method-name

Returns:
the is-modified-method-name

setIsModifiedMethodName

public void setIsModifiedMethodName(String isModifiedMethodName)
Set the is-modified-method-name

Parameters:
isModifiedMethodName - isModifiedMethodName

getPassivationTimeout

public String getPassivationTimeout()
Gets the passivation-timeout

Returns:
the passivation-timeout

setPassivationTimeout

public void setPassivationTimeout(String passivationTimeout)
Set the passivation-timeout

Parameters:
passivationTimeout - passivationTimeout

getInactivityTimeout

public String getInactivityTimeout()
Gets the inactivity-timeout

Returns:
the inactivity-timeout

setInactivityTimeout

public void setInactivityTimeout(String inactivityTimeout)
Set the inactivity-timeout

Parameters:
inactivityTimeout - inactivityTimeout

setDeadlockTimeout

public void setDeadlockTimeout(String deadlockTimeout)
Set the deadlock-timeout

Parameters:
deadlockTimeout - deadlockTimeout

getDeadlockTimeout

public String getDeadlockTimeout()
Gets the deadlock-timeout

Returns:
the deadlock-timeout

getReadTimeout

public String getReadTimeout()
Gets the read-timeout

Returns:
the read-timeout

setReadTimeout

public void setReadTimeout(String readTimeout)
Set the read-timeout

Parameters:
readTimeout - readTimeout

getMaxWaitTime

public String getMaxWaitTime()
Gets the max-wait-time

Returns:
the max-wait-time

setMaxWaitTime

public void setMaxWaitTime(String maxWaitTime)
Set the max-wait-time

Parameters:
maxWaitTime - max wait time in seconds

getShared

public String getShared()
Gets the shared

Returns:
the shared

setShared

public void setShared(String shared)
Set the shared

Parameters:
shared - shared

getPrefetch

public String getPrefetch()
Gets the prefetch

Returns:
the prefetch

setPrefetch

public void setPrefetch(String prefetch)
Set the prefetch

Parameters:
prefetch - prefetch

getHardLimit

public String getHardLimit()
Gets the hard-limit

Returns:
the hard limit flag

setHardLimit

public void setHardLimit(String hardLimit)
Set the hard-limit flag

Parameters:
hardLimit - The hard limit flag

getCleanup

public String getCleanup()
Gets the cleanup

Returns:
the cleanup

setCleanup

public void setCleanup(String cleanup)
Set the cleanup

Parameters:
cleanup - cleanup

getLockPolicy

public String getLockPolicy()
Gets the lock Policy

Returns:
the lockPolicy

setLockPolicy

public void setLockPolicy(String lockPolicy)
Set the lock Policy

Parameters:
lockPolicy - lock Policy

getJdbcMapping

public JdbcMapping getJdbcMapping()
Gets the jdbc-mapping

Returns:
the jdbc-mapping

setJdbcMapping

public void setJdbcMapping(JdbcMapping jdbcMapping)
Set the jdbc-mapping

Parameters:
jdbcMapping - jdbcMapping

toXML

public String toXML(int indent)
Represents this element by it's XML description.

Specified by:
toXML in interface Element
Specified by:
toXML in class AbsElement
Parameters:
indent - use this indent for prexifing XML representation.
Returns:
the XML description of this object.


Copyright © 2010 OW2 Consortium. All Rights Reserved.