|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.ejb.AbstractEJBHome
com.caucho.ejb.entity.EntityHome
public abstract class EntityHome
Abstract base class for an EntityHome.
| Field Summary | |
|---|---|
protected EntityServer |
_server
|
protected static java.util.logging.Logger |
log
|
| Constructor Summary | |
|---|---|
protected |
EntityHome(EntityServer server)
|
| Method Summary | |
|---|---|
java.lang.String |
__caucho_getId()
The home id is null. |
AbstractServer |
__caucho_getServer()
Returns the server. |
EJBMetaData |
getEJBMetaData()
Returns the EJB's meta data. |
HomeHandle |
getHomeHandle()
Returns the home handle for the home bean. |
java.lang.Object |
getPrimaryKey()
Returns null, since primary key isn't available to the home. |
EntityServer |
getServer()
Returns the owning server. |
void |
remove(Handle handle)
Remove the object specified by the handle. |
void |
remove(java.lang.Object primaryKey)
Remove the object specified by the primary key. |
java.lang.Object |
writeReplace()
Serialize the HomeSkeletonWrapper in place of this object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static final java.util.logging.Logger log
protected final EntityServer _server
| Constructor Detail |
|---|
protected EntityHome(EntityServer server)
| Method Detail |
|---|
public EntityServer getServer()
public EJBMetaData getEJBMetaData()
getEJBMetaData in interface EJBHomepublic HomeHandle getHomeHandle()
getHomeHandle in interface EJBHomepublic java.lang.Object getPrimaryKey()
public void remove(Handle handle)
throws RemoveException
remove in interface EJBHomeRemoveException
public void remove(java.lang.Object primaryKey)
throws RemoveException
remove in interface EJBHomeRemoveExceptionpublic AbstractServer __caucho_getServer()
__caucho_getServer in class AbstractEJBHomepublic java.lang.String __caucho_getId()
public java.lang.Object writeReplace()
throws java.io.ObjectStreamException
java.io.ObjectStreamException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||