com.infoengine.util
Class IeDestination

java.lang.Object
  extended bycom.infoengine.util.IeDestination

public class IeDestination
extends Object


Field Summary
private  String host
           
private  int port
           
private  String service
           
 
Constructor Summary
IeDestination()
           
IeDestination(String h, int p, String service)
           
 
Method Summary
 String getHost()
           
 int getPort()
           
 String getService()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

port

private int port

host

private String host

service

private String service
Constructor Detail

IeDestination

public IeDestination(String h,
                     int p,
                     String service)

IeDestination

public IeDestination()
Method Detail

getHost

public String getHost()

getPort

public int getPort()

getService

public String getService()