ix.iserve.ipc
Class IServeCommunicationServer

java.lang.Object
  extended by ix.iserve.ipc.IServeCommunicationServer

public class IServeCommunicationServer
extends java.lang.Object

Handles messages for an IServeCommunicationStrategy.


Nested Class Summary
protected  class IServeCommunicationServer.User
           
protected  class IServeCommunicationServer.UserMessageThread
           
 
Constructor Summary
IServeCommunicationServer()
           
 
Method Summary
protected  java.lang.String agoTime(java.util.Date then, java.util.Date now)
           
protected  IServeCommunicationServer.User getUser(java.lang.String name)
           
protected  java.util.List getUsers()
           
static void main(java.lang.String[] argv)
           
protected  void recordUser(IServeCommunicationServer.User user)
           
protected  void removeUser(IServeCommunicationServer.User user)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IServeCommunicationServer

public IServeCommunicationServer()
Method Detail

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)