|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jminor.common.server.ClientInfo
public final class ClientInfo
Contains basic information about a remote client.
Constructor Summary | |
---|---|
ClientInfo(UUID clientID)
Instantiates a new ClientInfo |
|
ClientInfo(UUID clientID,
String clientTypeID,
User user)
Instantiates a new ClientInfo |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getClientHost()
|
UUID |
getClientID()
|
String |
getClientTypeID()
|
User |
getUser()
|
int |
hashCode()
|
void |
setClientHost(String clientHost)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ClientInfo(UUID clientID)
clientID
- the client IDpublic ClientInfo(UUID clientID, String clientTypeID, User user)
clientID
- the client IDclientTypeID
- a string specifying the client typeuser
- the userMethod Detail |
---|
public User getUser()
public UUID getClientID()
public String getClientTypeID()
public String getClientHost()
public void setClientHost(String clientHost)
clientHost
- the client hostnamepublic int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |