| |
|
| org.objectweb.jonas_ejb.deployment.api.BeanDesc org.objectweb.jonas_ejb.deployment.api.EntityDesc
All known Subclasses: org.objectweb.jonas_ejb.deployment.api.EntityCmpDesc, org.objectweb.jonas_ejb.deployment.api.EntityBmpDesc,
EntityDesc | abstract public class EntityDesc extends BeanDesc (Code) | | Base class to hold meta-information related to an entity bean.
author: Christophe Ney [cney@batisseurs.com] : Initial developer author: Helene Joanin author: Helene Joanin: take into account ejbSelect() methods. author: Helene Joanin: unsetting transaction attribute set to a default value. |
CLEANUP_CREATE | final public static int CLEANUP_CREATE(Code) | | |
CLEANUP_NONE | final public static int CLEANUP_NONE(Code) | | |
CLEANUP_REMOVEALL | final public static int CLEANUP_REMOVEALL(Code) | | |
CLEANUP_REMOVEDATA | final public static int CLEANUP_REMOVEDATA(Code) | | |
LOCK_CONTAINER_READ_COMMITTED | final public static int LOCK_CONTAINER_READ_COMMITTED(Code) | | |
LOCK_CONTAINER_READ_UNCOMMITTED | final public static int LOCK_CONTAINER_READ_UNCOMMITTED(Code) | | |
LOCK_CONTAINER_READ_WRITE | final public static int LOCK_CONTAINER_READ_WRITE(Code) | | |
LOCK_CONTAINER_SERIALIZED | final public static int LOCK_CONTAINER_SERIALIZED(Code) | | |
LOCK_CONTAINER_SERIALIZED_TRANSACTED | final public static int LOCK_CONTAINER_SERIALIZED_TRANSACTED(Code) | | |
LOCK_DATABASE | final public static int LOCK_DATABASE(Code) | | |
LOCK_READ_ONLY | final public static int LOCK_READ_ONLY(Code) | | |
METHODS_HOME_NO_TX | final protected static String METHODS_HOME_NO_TX(Code) | | home methods for which no transaction attribute is to be set
|
METHODS_REMOTE_NO_TX | final protected static String METHODS_REMOTE_NO_TX(Code) | | remote methods for which no transaction attribute is to be set
|
cleanup | protected int cleanup(Code) | | |
deadlockTimeout | protected int deadlockTimeout(Code) | | |
hardLimit | protected boolean hardLimit(Code) | | |
inactivityTimeout | protected int inactivityTimeout(Code) | | |
jdbcAutomaticPk | protected boolean jdbcAutomaticPk(Code) | | |
lockPolicy | protected int lockPolicy(Code) | | |
maxWaitTime | protected int maxWaitTime(Code) | | |
passivationTimeout | protected int passivationTimeout(Code) | | |
pkObjectType | protected boolean pkObjectType(Code) | | |
prefetch | protected boolean prefetch(Code) | | |
primaryKeyClass | protected Class primaryKeyClass(Code) | | This field contains the class name of the factory instanciate by the
container.
|
readTimeout | protected int readTimeout(Code) | | |
reentrant | protected boolean reentrant(Code) | | |
shared | protected boolean shared(Code) | | |
getCleanupPolicy | public int getCleanupPolicy()(Code) | | the cleanup policy for this bean |
getDeadlockTimeout | public int getDeadlockTimeout()(Code) | | Get the deadlock timeout value
|
getInactivityTimeout | public int getInactivityTimeout()(Code) | | Get the inactivity timeout value
|
getLockPolicy | public int getLockPolicy()(Code) | | the lock policy for this bean |
getMaxWaitTime | public int getMaxWaitTime()(Code) | | Get the max wait time
|
getPassivationTimeout | public int getPassivationTimeout()(Code) | | Get the passivation timeout value
|
getPrimaryKeyClass | public Class getPrimaryKeyClass()(Code) | | Get the entity's primary key class.
Class for the primary key |
getReadTimeout | public int getReadTimeout()(Code) | | Get the read timeout value
|
isAutomaticPk | public boolean isAutomaticPk()(Code) | | Assessor for existence of automatic-pk element to True value
Parameters: field - public field of the bean class true if automatic-pk element value is true else otherwise false |
isHardLimit | public boolean isHardLimit()(Code) | | true for hard-limit entity bean |
isPrefetch | public boolean isPrefetch()(Code) | | true for prefetch entity bean |
isReentrant | public boolean isReentrant()(Code) | | Assessor for reentrant entity bean
true for reentrant entity bean |
isShared | public boolean isShared()(Code) | | true for shared entity bean |
isUndefinedPK | public boolean isUndefinedPK()(Code) | | Assessor for primary key undefined (declare like java.lang.Object type)
Parameters: field - public field of the bean class true if primary key is undefined (java.lang.Object type) |
toString | public String toString()(Code) | | String representation of the object for test purpose
String representation of this object |
|
|
|