public class VNSQuery.VinciVNSQuery
extends java.lang.Object
| Constructor and Description |
|---|
VNSQuery.VinciVNSQuery(java.lang.String aVnsHost,
int aVnsPort)
Establishes connection to a given VNS server
|
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList |
getVinciServices(java.lang.String aVinciServiceName)
Returns a list of services bound to a given name.
|
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 listeningjava.lang.Exception - -
unable to connect to VNSpublic java.util.ArrayList getVinciServices(java.lang.String aVinciServiceName)
throws java.lang.Exception
aVinciServiceName - -
name of the servicejava.lang.Exception - -
error while looking up the serviceCopyright © 2013. All Rights Reserved.