|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jafer.interfaces.Databean
public abstract class Databean
Interface for implementing a Databean
Constructor Summary | |
---|---|
Databean()
|
Method Summary | |
---|---|
Cache |
getCacheSupport()
returns the Cache interface to set cache up |
Present |
getPresentSupport()
returns the present interface to retrieve search information |
Scan |
getScanSupport()
returns the scan interface to perorm scan requests |
Search |
getSearchSupport()
returns the search interface to perform searches |
private void |
readObject(java.io.ObjectInputStream ois)
|
private void |
writeObject(java.io.ObjectOutputStream oos)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Databean()
Method Detail |
---|
private void readObject(java.io.ObjectInputStream ois) throws java.lang.ClassNotFoundException, java.io.IOException
java.lang.ClassNotFoundException
java.io.IOException
private void writeObject(java.io.ObjectOutputStream oos) throws java.io.IOException
java.io.IOException
public Search getSearchSupport()
public Present getPresentSupport()
public Scan getScanSupport()
public Cache getCacheSupport()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |