|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
| Method Summary | |
void |
addFragmentSourceObserver(java.util.Observer o)
For notification of events This object to be used by objects only interested in being notified about the changing numbers of available records |
void |
destroy()
Release all resources and shut down the object |
InformationFragment |
getFragment(int index)
Position based access to the result set. |
InformationFragment[] |
getFragment(int starting_fragment,
int count)
Position based range access to the result set. |
InformationFragment |
getFragment(java.lang.String handle)
Allow access to the set of objects based on a handle system (DOI?) |
int |
getFragmentCount()
Current number of fragments available |
java.lang.String |
getStatusReport()
Return a string based status report intended for display to the user Typical FragmentSource states include EMPTY, FILLING, COMPLETE, and SOURCE_NO_LONGER_AVAILABLE these should be presented in a human readable form. |
| Method Detail |
public void addFragmentSourceObserver(java.util.Observer o)
public InformationFragment getFragment(java.lang.String handle)
throws PresentException
public InformationFragment getFragment(int index)
throws PresentException
public InformationFragment[] getFragment(int starting_fragment,
int count)
throws PresentException
public int getFragmentCount()
public void destroy()
public java.lang.String getStatusReport()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||