Method Summary |
|
protected void | __caucho_setAmber(EntityItem item) Sets the Amber entity item. |
public Object | _caucho_getPrimaryKey() Returns null, since primary key isn't available to the home. |
abstract public void | _caucho_load() |
public void | _caucho_remove_callback(Class listenClass, Object primaryKey) |
public void | destroy() Destroy the context. |
public EJBHome | getEJBHome() |
public EJBObject | getEJBObject() Returns null, since the ejb object isn't available to the home. |
public EntityServer | getEntityServer() Returns the owning server. |
public Handle | getHandle() Returns the object's handle. |
public HomeHandle | getHomeHandle() Returns the home handle for the home bean. |
public Object | getPrimaryKey() Returns null, since primary key isn't available to the home. |
public AbstractServer | getServer() Returns the owning server. |
public EjbTransactionManager | getTransactionManager() Returns the transaction manager. |
public UserTransaction | getUserTransaction() Returns the current UserTransaction. |
public void | invalidateHomeCache() Invalidate the cache the entity server. |
public void | postCreate(Object primaryKey) Finish any caching for the entity. |
public void | remove(Handle handle) Remove the object specified by the handle. |
public void | remove(Object primaryKey) Remove the object specified by the primary key. |
public void | removeEvent() Callback when removed from the cache. |
public void | setPrimaryKey(Object key) |
public void | update() Update the context. |