|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.arsc.multisearch.client.Client
public class Client
Field Summary | |
---|---|
protected java.lang.String |
name
The name of the service being contacted. |
protected ResultSetWritable |
rsw
The ResultSetWritable which has the results of this call. |
protected java.lang.String |
URL
URI of connection. |
Constructor Summary | |
---|---|
Client()
Create a new client object. |
Method Summary | |
---|---|
void |
call(java.lang.String query)
Call the service that uses this client. |
Client |
getInstance()
the function that allows reflection to work |
java.lang.String |
getName()
Get name. |
ResultSetWritable |
getResultSet()
Get the ResultSet from this object. |
java.lang.String |
getURL()
|
void |
setName(java.lang.String name)
Set the name. |
void |
setURL(java.lang.String URL)
Set the URI |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String URL
protected ResultSetWritable rsw
protected java.lang.String name
Constructor Detail |
---|
public Client()
Method Detail |
---|
public Client getInstance()
public void call(java.lang.String query)
String
- querypublic void setURL(java.lang.String URL)
String
- URIpublic java.lang.String getURL()
public ResultSetWritable getResultSet()
public void setName(java.lang.String name)
String
- namepublic java.lang.String getName()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |