com.imaginary.lwp
Class BaseHome

java.lang.Object
  |
  +--java.rmi.server.RemoteObject
        |
        +--java.rmi.server.RemoteServer
              |
              +--java.rmi.server.UnicastRemoteObject
                    |
                    +--com.imaginary.lwp.BaseHome
Direct Known Subclasses:
AnnotationHomeImpl, AudioHomeImpl, CatalogHomeImpl, EntryItemHomeImpl, ManufacturerHomeImpl, ProductHomeImpl, QueryHomeImpl, SectionHomeImpl, SimpleEntryHomeImpl

public abstract class BaseHome
extends java.rmi.server.UnicastRemoteObject
implements Home

See Also:
Serialized Form

Fields inherited from class java.rmi.server.RemoteObject
ref
 
Constructor Summary
BaseHome()
           
 
Method Summary
protected  void cache(BaseEntity ob)
           
 com.sun.java.util.collections.Iterator find(SearchCriteria sc)
           
 Entity findByObjectID(long oid)
           
static Home getInstance(java.lang.Class cls)
           
 
Methods inherited from class java.rmi.server.UnicastRemoteObject
clone, exportObject, exportObject, exportObject, unexportObject
 
Methods inherited from class java.rmi.server.RemoteServer
getClientHost, getLog, setLog
 
Methods inherited from class java.rmi.server.RemoteObject
equals, getRef, hashCode, toString, toStub
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BaseHome

public BaseHome()
         throws java.rmi.RemoteException
Method Detail

getInstance

public static Home getInstance(java.lang.Class cls)
                        throws java.rmi.RemoteException

cache

protected void cache(BaseEntity ob)

find

public com.sun.java.util.collections.Iterator find(SearchCriteria sc)
                                            throws FindException
Specified by:
find in interface Home

findByObjectID

public final Entity findByObjectID(long oid)
                            throws FindException,
                                   java.rmi.RemoteException
Specified by:
findByObjectID in interface Home