Constructor and Description |
---|
VNSQuery.VinciVNSQuery(String aVnsHost,
int aVnsPort)
Establishes connection to a given VNS server
|
Modifier and Type | Method and Description |
---|---|
ArrayList |
getVinciServices(String aVinciServiceName)
Returns a list of services bound to a given name.
|
public VNSQuery.VinciVNSQuery(String aVnsHost, int aVnsPort) throws Exception
aVnsHost
- -
name of the host where the VNS is runningaVnsPort
- -
port on which the VNS is listeningException
- -
unable to connect to VNSpublic ArrayList getVinciServices(String aVinciServiceName) throws Exception
aVinciServiceName
- -
name of the serviceException
- -
error while looking up the serviceCopyright © 2006–2014 The Apache Software Foundation. All rights reserved.