|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.almendra.commons.util.inet.RegistryLocation
public class RegistryLocation
Field Summary | |
---|---|
protected java.lang.String |
hostName
|
protected int |
port
|
Constructor Summary | |
---|---|
RegistryLocation(int port)
Creates a new RegistryLocation object. |
|
RegistryLocation(java.lang.String hostName)
Creates a new RegistryLocation object. |
|
RegistryLocation(java.lang.String hostName,
int port)
Creates a new RegistryLocation object. |
Method Summary | |
---|---|
java.lang.String |
getHostName()
|
int |
getPort()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String hostName
protected int port
Constructor Detail |
---|
public RegistryLocation(java.lang.String hostName)
RegistryLocation
object.
public RegistryLocation(int port)
RegistryLocation
object.
public RegistryLocation(java.lang.String hostName, int port)
RegistryLocation
object.
Method Detail |
---|
public java.lang.String getHostName()
public int getPort()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |