|
HPSearch | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcgl.hpsearch.wsproxy.WSSConnector
Provides a proxy for the web-service stream connector. This object
encapsulates a service and provides stream connection using NB - native
connectivity to the brokering network.
The WSSConnector
is also responsible for providing a SOAP stack for controlling the behaviour
of the service via SOAP calls.
| Constructor Summary | |
WSSConnector()
|
|
| Method Summary | |
int |
close(String ic_ID)
Removes the Invocation Container from the instances table. |
String |
getProperty(String ic_ID,
String query)
Queries the service to get run-time properties. |
String |
init(String serviceSpec)
|
String[] |
listExceptions(String ic_ID)
Returns a list of Exceptions that can be caught by the service implementation |
int |
resume(String ic_ID)
Resumes the service |
void |
setProperty(String ic_ID,
String name,
String value)
Sets the service property |
int |
start(String ic_ID)
Starts the service execution |
int |
suspend(String ic_ID)
Suspends the service |
int |
terminate(String ic_ID)
Terminates the service |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public WSSConnector()
| Method Detail |
public String init(String serviceSpec)
public void setProperty(String ic_ID,
String name,
String value)
ic_ID - -
The ID of servicename - -
Name of the property to be setvalue - -
the value of the property
public String getProperty(String ic_ID,
String query)
query - -
String representing the query, Just a property name for now.
(XML) Template specified queries would be added later
public int start(String ic_ID)
ic_ID - -
The ID of service
public int terminate(String ic_ID)
ic_ID - -
The ID of service
public int suspend(String ic_ID)
ic_ID - -
The ID of service
public int resume(String ic_ID)
ic_ID - -
The ID of service
public String[] listExceptions(String ic_ID)
ic_ID - -
The ID of service
public int close(String ic_ID)
ic_ID - -
The ID of service
|
HPSearch | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||