|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.edg.info.Decoder
used for decoding a PublisherDescription. Could become a placeholder for other servlet code that can't be tested.
Method Summary | |
static org.edg.info.system.PublisherDescription |
decodePublisherDescription(java.lang.String code)
Retrieves a PublisherDescription from it's String representation. |
static java.lang.String |
getQuery(java.lang.String[] tableNames,
java.lang.String predicate)
Reconstructs a SELECT query from a list of table names and a predicate (WHERE clause). |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static java.lang.String getQuery(java.lang.String[] tableNames, java.lang.String predicate)
tableNames
- predicate
-
public static org.edg.info.system.PublisherDescription decodePublisherDescription(java.lang.String code) throws org.glite.rgma.system.RGMAException
code
- the request string that combines the connection ID and
Servlet URL.
org.glite.rgma.system.RGMAException
- if an error occurs when looking for the connection
ID.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |