tapestry.ptr.impl
Class LocationStage.LocationInfo

java.lang.Object
  |
  +--tapestry.ptr.impl.LocationStage.LocationInfo
All Implemented Interfaces:
QuickSerializable
Enclosing class:
LocationStage

public static class LocationStage.LocationInfo
extends Object
implements QuickSerializable

Ping another node to test if the node is alive.


Field Summary
 String city
           
 String country
           
 String domain_guess
           
 long domain_type_code
           
 byte lat_long_gran
           
 double latitude
           
 double longitude
           
 String state
           
 
Constructor Summary
LocationStage.LocationInfo()
          Construct according to the given fields.
LocationStage.LocationInfo(InputBuffer buffer)
          Constructs a LocationInfo from its serialized form.
 
Method Summary
 void serialize(OutputBuffer buffer)
          Specified by ostore.util.QuickSerializable
 String toString()
          Specified by java.lang.Object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

city

public String city

state

public String state

country

public String country

latitude

public double latitude

longitude

public double longitude

lat_long_gran

public byte lat_long_gran

domain_guess

public String domain_guess

domain_type_code

public long domain_type_code
Constructor Detail

LocationStage.LocationInfo

public LocationStage.LocationInfo()
Construct according to the given fields.


LocationStage.LocationInfo

public LocationStage.LocationInfo(InputBuffer buffer)
Constructs a LocationInfo from its serialized form.

Parameters:
buffer - serialized form of object.
Method Detail

serialize

public void serialize(OutputBuffer buffer)
Specified by ostore.util.QuickSerializable

Specified by:
serialize in interface QuickSerializable

toString

public String toString()
Specified by java.lang.Object

Overrides:
toString in class Object