org.apache.vinci.transport.vns.client
public class ServeonResult extends Frame
Modifier and Type | Field and Description |
---|---|
static TransportableFactory |
factory |
int |
port
Set to the port on which the service should be offered.
|
Constructor and Description |
---|
ServeonResult() |
Modifier and Type | Method and Description |
---|---|
void |
add(java.lang.String key,
FrameComponent value)
Implement the Frame add() callback.
|
static Transportable |
composeQuery(java.lang.String service_name,
java.lang.String host_name)
Create a document representing the VNS serveon query for the specified service running on the
specified host.
|
static Transportable |
composeQuery(java.lang.String service_name,
java.lang.String host_name,
int priority)
Create a document representing the VNS serveon query for the specified service running on/with
the specified host/priority.
|
static Transportable |
composeQuery(java.lang.String service_name,
java.lang.String host_name,
int priority,
int instance)
Create a document representing the VNS serveon query for the specified service running on/with
the specified host/priority/instance.
|
createFrameLeaf, createSubFrame, fadd, fadd, fadd, fadd, fadd, fadd, fadd, fadd, fadd, fadd, fadd, fadd, fadd, fadd, faddTrueBinary, fromStream, getFrameTransporter, getKeyValuePair, getKeyValuePairCount, setFrameTransporter, toRawXML, toRawXML, toRawXMLWork, toStream, toString, toXML, toXML, toXML
getAttributes, setAttributes
public static TransportableFactory factory
public int port
public static Transportable composeQuery(java.lang.String service_name, java.lang.String host_name, int priority, int instance)
public static Transportable composeQuery(java.lang.String service_name, java.lang.String host_name, int priority)
public static Transportable composeQuery(java.lang.String service_name, java.lang.String host_name)
public void add(java.lang.String key, FrameComponent value)
Copyright © 2014. All Rights Reserved.