fr.dyade.aaa.jndi2.ha
Class HATcpServer

java.lang.Object
  extended by fr.dyade.aaa.jndi2.ha.HATcpServer

public class HATcpServer
extends java.lang.Object


Nested Class Summary
static class HATcpServer.Monitor
           
 
Field Summary
private  java.net.ServerSocket listen
           
private  HATcpServer.Monitor[] monitors
           
private  AgentId serverId
           
 
Constructor Summary
HATcpServer(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
 

Field Detail

listen

private volatile java.net.ServerSocket listen

monitors

private HATcpServer.Monitor[] monitors

serverId

private AgentId serverId
Constructor Detail

HATcpServer

public HATcpServer(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 © 2010 ScalAgent D.T.. All Rights Reserved.