org.errai.samples.queryservice.server
Class QueryService

java.lang.Object
  extended by org.errai.samples.queryservice.server.QueryService
All Implemented Interfaces:
QueryServiceRemote

public class QueryService
extends Object
implements QueryServiceRemote


Constructor Summary
QueryService()
           
 
Method Summary
 String append(String... arg)
           
 String[] query(String queryString)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryService

public QueryService()
Method Detail

query

public String[] query(String queryString)
Specified by:
query in interface QueryServiceRemote

append

public String append(String... arg)
Specified by:
append in interface QueryServiceRemote


Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.