public class ServicesStatementBuilder.ServicesQueryPlusStatement extends AbstractQueryPlusStatementBuilder.AbstractStatement
| Modifier and Type | Field and Description | 
|---|---|
protected String | 
f_sAction
Flag indicating whether this command turns sanity checking on or off. 
 | 
| Constructor and Description | 
|---|
ServicesQueryPlusStatement(String sAction)
Construct a ServicesQueryPlusStatement that will execute the
 specified service command action. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StatementResult | 
dumpServiceInfo(ExecutionContext ctx)
Return information about the current set of Coherence services. 
 | 
StatementResult | 
execute(ExecutionContext ctx)
Execute a CohQL query or command and return the relevant  
result. | 
getExecutionConfirmation, sanityCheck, showPlanclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisManagingTimeoutprotected final String f_sAction
public ServicesQueryPlusStatement(String sAction)
sAction - the action this statement will performpublic StatementResult execute(ExecutionContext ctx)
Statementresult.ctx - the context to usepublic StatementResult dumpServiceInfo(ExecutionContext ctx)
ctx - the ExecutionContext to use to obtain the
             current Coherence Cluster