org.apache.vinci.transport.vns.client
Class ResolveResult.ServiceLocator

java.lang.Object
  extended by org.apache.vinci.transport.FrameComponent
      extended by org.apache.vinci.transport.Frame
          extended by org.apache.vinci.transport.vns.client.ResolveResult.ServiceLocator
All Implemented Interfaces:
Transportable
Enclosing class:
ResolveResult

public static class ResolveResult.ServiceLocator
extends Frame


Field Summary
 java.lang.String host
           
 int instance
           
 int port
           
 
Constructor Summary
ResolveResult.ServiceLocator()
           
 
Method Summary
 void add(java.lang.String key, FrameComponent val)
          Implement the Frame add() callback.
 
Methods inherited from class org.apache.vinci.transport.Frame
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
 
Methods inherited from class org.apache.vinci.transport.FrameComponent
getAttributes, setAttributes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

host

public java.lang.String host

port

public int port

instance

public int instance
Constructor Detail

ResolveResult.ServiceLocator

public ResolveResult.ServiceLocator()
Method Detail

add

public void add(java.lang.String key,
                FrameComponent val)
Implement the Frame add() callback.

Overrides:
add in class Frame
Parameters:
key - The tag name with which to associate the value.
val - The (Frame | FrameLeaf) value to associate with the tag.


Copyright © 2012. All Rights Reserved.