|
HPSearch | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcgl.hpsearch.wsproxy.WSSConnectorV2
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.
Created on Jun 9, 2005
| Constructor Summary | |
WSSConnectorV2()
|
|
| Method Summary | |
int |
close(String ic_ID,
boolean storeForAuditing)
Removes the Invocation Container from the instances table. |
String |
getProperty(String ic_ID,
String query)
Queries the service to get run-time properties. |
StatusQueryResult |
getStatus(String instanceID)
|
WSSConnectorInitStatus |
init(ServiceSpecification ss)
|
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 |
void |
systemInit()
|
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 WSSConnectorV2()
| Method Detail |
public void systemInit()
public WSSConnectorInitStatus init(ServiceSpecification ss)
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,
boolean storeForAuditing)
ic_ID - -
The ID of service
public StatusQueryResult getStatus(String instanceID)
|
HPSearch | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||