org.gridrm.client.utilities.sorma.monitoring
Class SqlQuery

java.lang.Object
  extended by org.gridrm.client.utilities.sorma.monitoring.SqlQuery

public class SqlQuery
extends Object


Constructor Summary
SqlQuery(String query, String schema)
          Construct a SqlQuery object
 
Method Summary
 String getQuery()
          Get the sql query string that will be passed to the GridRM gateway's resource drivers
 String getSchema()
          Get the naming schema that this query should be executed against
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SqlQuery

public SqlQuery(String query,
                String schema)
Construct a SqlQuery object

Parameters:
query: - An SQL query to execute against registered gateway resources
schema: - The Naming Schema to use, e.g. GLUECE_host
Method Detail

getSchema

public String getSchema()
Get the naming schema that this query should be executed against


getQuery

public String getQuery()
Get the sql query string that will be passed to the GridRM gateway's resource drivers



Copyright © 2007 Garry Smith. All Rights Reserved.