|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.uima.collection.impl.cpm.container.deployer.vns.VNSQuery.VinciVNSQuery
public class VNSQuery.VinciVNSQuery
Inner class used for accessing the VNS server.
Constructor Summary | |
---|---|
VNSQuery.VinciVNSQuery(java.lang.String aVnsHost,
int aVnsPort)
Establishes connection to a given VNS server |
Method Summary | |
---|---|
java.util.ArrayList |
getVinciServices(java.lang.String aVinciServiceName)
Returns a list of services bound to a given name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VNSQuery.VinciVNSQuery(java.lang.String aVnsHost, int aVnsPort) throws java.lang.Exception
aVnsHost
- -
name of the host where the VNS is runningaVnsPort
- -
port on which the VNS is listening
java.lang.Exception
- -
unable to connect to VNSMethod Detail |
---|
public java.util.ArrayList getVinciServices(java.lang.String aVinciServiceName) throws java.lang.Exception
aVinciServiceName
- -
name of the service
java.lang.Exception
- -
error while looking up the service
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |