|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlhmc.network.HostsVector
public class HostsVector
HostsVector is class manages a hostname vector.
Constructor Summary | |
---|---|
HostsVector()
HostsVector constructor. |
Method Summary | |
---|---|
void |
addHost(java.lang.String hostName)
Adds a hostname string to the vector. |
java.util.Vector<java.lang.String> |
getHosts()
Gets the hostname vector. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HostsVector()
Method Detail |
---|
public void addHost(java.lang.String hostName)
hostName
- the host name.public java.util.Vector<java.lang.String> getHosts()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |