JTR 5.0 API Documentation

jtr.config.remote
Class Node

java.lang.Object
  extended by jtr.config.remote.Node
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
NodeInfo

public class Node
extends java.lang.Object
implements java.io.Serializable

This class maps the node element of a JTR configuration file.

Since:
4.0
Version:
5.0
Author:
frusso
See Also:
Serialized Form

Constructor Summary
Node()
          Creates a new instance of Node
 
Method Summary
 java.lang.String getHost()
           
 int getPort()
           
 void setHost(java.lang.String h)
           
 void setPort(int p)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Node

public Node()
Creates a new instance of Node

Method Detail

setHost

public void setHost(java.lang.String h)

getHost

public java.lang.String getHost()

setPort

public void setPort(int p)

getPort

public int getPort()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

The JTR Project is licensed under GPL version 2