jcama
Class LocationName

java.lang.Object
  extended by jcama.LocationName

public class LocationName
extends java.lang.Object


Field Summary
 java.lang.String host
           
 int port
           
 
Constructor Summary
LocationName(java.lang.String host, int port)
           
 
Method Summary
 java.lang.String toString()
           
 
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
Constructor Detail

LocationName

public LocationName(java.lang.String host,
                    int port)
Method Detail

toString

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