|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.carol.cmi.NamingContextHostPort
public class NamingContextHostPort
Host and Port for a naming context
Constructor Summary | |
---|---|
NamingContextHostPort()
|
Method Summary | |
---|---|
java.lang.String |
getHost()
Get Host |
int |
getPort()
Get Port |
void |
setHost(java.lang.String host)
Set Host |
void |
setPort(int port)
Set Port |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NamingContextHostPort()
Method Detail |
---|
public java.lang.String getHost()
public void setHost(java.lang.String host)
host
- hostnamepublic int getPort()
public void setPort(int port)
port
- port number
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |