|
HPSearch | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcgl.hpsearch.wsproxy.InvocationContainer
Invocation Container for the ProxyWebService
| Constructor Summary | |
InvocationContainer()
|
|
| Method Summary | |
String |
getNewTemporaryFileName()
|
String |
getProperty(String name)
Returns the value of the property |
int |
init(ServiceSpecification ss)
Creates an instance of a service specified by serviceName. |
String[] |
listServiceExceptions()
|
String[] |
LoadContext(String contextID)
|
void |
notifyClient(String msg)
Handles the error raised by a service during execution. |
void |
registerTemporaryFile(String tmpFileName)
|
void |
registerTiming(String description,
double time)
|
int |
resume()
Resumes the service |
void |
serviceComplete(String completionStatus)
Handler funtion for handling proper closing of all streams signifying process completion |
String |
serviceStatus()
Returns the service status. |
void |
setLogEntry(String entry)
|
void |
setProperty(String name,
String value)
Sets the service's system property |
int |
start()
Starts a previously initialized service. |
String |
StoreContext(String contextID,
String[] data)
|
int |
suspend()
Suspends the service |
int |
terminate()
Terminates the service. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public InvocationContainer()
| Method Detail |
public int init(ServiceSpecification ss)
cgl.service.samples.DoNothingService
ss -
public String[] listServiceExceptions()
public void setProperty(String name,
String value)
name - Name of the propertyvalue - Value to be setpublic String getProperty(String name)
name - The property being queried
public String serviceStatus()
public int start()
public int terminate()
public int suspend()
public int resume()
public void notifyClient(String msg)
msg - -
Convey the error to the error streampublic void serviceComplete(String completionStatus)
completionStatus - -
optional message to be sent to the corresponding
WSProxyHandler about the service completion status.
public void registerTiming(String description,
double time)
public String getNewTemporaryFileName()
public void registerTemporaryFile(String tmpFileName)
public void setLogEntry(String entry)
public String StoreContext(String contextID,
String[] data)
public String[] LoadContext(String contextID)
|
HPSearch | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||