|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gcube.common.searchservice.resultsetservice.WSResultSetHome
public class WSResultSetHome
Resource home for non wsrf functionality
Constructor Summary | |
---|---|
WSResultSetHome()
Constructor |
Method Summary | |
---|---|
void |
addResultSet(java.lang.String sessionToken,
org.gcube.common.searchservice.searchlibrary.resultset.ResultSet rs)
adds the result set |
org.gcube.common.searchservice.searchlibrary.resultset.ResultSet |
getResultSet(java.lang.String rsID)
retrieves the result set associated with the specific ID |
void |
remove(java.lang.String rsID)
removes the result set associated with the specific id |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WSResultSetHome()
Method Detail |
---|
public void addResultSet(java.lang.String sessionToken, org.gcube.common.searchservice.searchlibrary.resultset.ResultSet rs)
sessionToken
- the sesion tokenrs
- the ResultSetpublic org.gcube.common.searchservice.searchlibrary.resultset.ResultSet getResultSet(java.lang.String rsID) throws java.lang.Exception
rsID
- teh rs id
java.lang.Exception
- the id does not existpublic void remove(java.lang.String rsID) throws java.lang.Exception
rsID
- the rs id
java.lang.Exception
- the id does not exist
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |