fr.dyade.aaa.jndi2.server
Class TcpServer

java.lang.Object
  extended byfr.dyade.aaa.jndi2.server.TcpServer

public class TcpServer
extends java.lang.Object


Nested Class Summary
static class TcpServer.Monitor
           
 
Constructor Summary
TcpServer(java.net.ServerSocket listen, int nbm, AgentId serverId)
           
 
Method Summary
 java.net.ServerSocket getListen()
           
 AgentId getServerId()
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TcpServer

public TcpServer(java.net.ServerSocket listen,
                 int nbm,
                 AgentId serverId)
Method Detail

start

public final void start()

stop

public final void stop()

getListen

public final java.net.ServerSocket getListen()

getServerId

public final AgentId getServerId()


Copyright ? 2004 Scalagent - All rights reserved