ix.iserve.ipc
Class IServeCommunicationServer
java.lang.Object
ix.iserve.ipc.IServeCommunicationServer
public class IServeCommunicationServer
- extends java.lang.Object
Handles messages for an IServeCommunicationStrategy
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IServeCommunicationServer
public IServeCommunicationServer()
main
public static void main(java.lang.String[] argv)
agoTime
protected java.lang.String agoTime(java.util.Date then,
java.util.Date now)
getUser
protected IServeCommunicationServer.User getUser(java.lang.String name)
getUsers
protected java.util.List getUsers()
recordUser
protected void recordUser(IServeCommunicationServer.User user)
removeUser
protected void removeUser(IServeCommunicationServer.User user)