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 |
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 |
BaseHome
public BaseHome()
throws java.rmi.RemoteException
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