org.jboss.ejb
Class EntityEnterpriseContext
java.lang.Object
|
+--org.jboss.ejb.EnterpriseContext
|
+--org.jboss.ejb.EntityEnterpriseContext
- public class EntityEnterpriseContext
- extends EnterpriseContext
The EntityEnterpriseContext is used to associate EntityBean instances with metadata about it.
- Version:
- $Revision: 1.10 $
- Author:
- Rickard Öberg (rickard.oberg@telkel.com), Marc Fleury
- See Also:
EnterpriseContext
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EntityEnterpriseContext
public EntityEnterpriseContext(java.lang.Object instance,
Container con)
throws java.rmi.RemoteException
clear
public void clear()
- Overrides:
clear
in class EnterpriseContext
discard
public void discard()
throws java.rmi.RemoteException
- Overrides:
discard
in class EnterpriseContext
setEJBObject
public void setEJBObject(javax.ejb.EJBObject eo)
getEJBObject
public javax.ejb.EJBObject getEJBObject()
setCacheKey
public void setCacheKey(java.lang.Object key)
getCacheKey
public CacheKey getCacheKey()
setPersistenceContext
public void setPersistenceContext(java.lang.Object ctx)
getPersistenceContext
public java.lang.Object getPersistenceContext()
setCacheContext
public void setCacheContext(java.lang.Object ctx)
getCacheContext
public java.lang.Object getCacheContext()
setInvoked
public void setInvoked(boolean invoked)
isInvoked
public boolean isInvoked()
setValid
public void setValid(boolean valid)
isValid
public boolean isValid()
Copyright © 2000 The jBoss Organization. All Rights Reserved.