com.camelspotting.jotl.domain
Class Server

java.lang.Object
  extended by com.camelspotting.jotl.domain.Server

public class Server
extends Object

Author:
Mats Andreassen

Constructor Summary
Server(String ipAddress, int port, InetAddress address)
           
Server(String name, String ipAddress, int port, InetAddress address)
           
 
Method Summary
 InetAddress getAddress()
           
 String getIpAddress()
           
 String getName()
           
 int getPort()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Server

public Server(String name,
              String ipAddress,
              int port,
              InetAddress address)

Server

public Server(String ipAddress,
              int port,
              InetAddress address)
Method Detail

getPort

public int getPort()

getAddress

public InetAddress getAddress()

getIpAddress

public String getIpAddress()

getName

public String getName()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.