fr.dyade.aaa.jndi2.server
Class TcpEntryPoint

java.lang.Object
  extended by fr.dyade.aaa.jndi2.server.TcpEntryPoint
All Implemented Interfaces:
EntryPoint, java.io.Serializable

public class TcpEntryPoint
extends java.lang.Object
implements EntryPoint

See Also:
Serialized Form

Field Summary
private  RequestManager manager
           
private static long serialVersionUID
           
 
Constructor Summary
TcpEntryPoint()
           
 
Method Summary
 boolean accept(AgentId from, Notification not)
           
private  void doReact(TcpRequestNot not)
          Reacts to a TCP connection request.
 void setRequestManager(RequestManager manager)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

manager

private RequestManager manager
Constructor Detail

TcpEntryPoint

public TcpEntryPoint()
Method Detail

setRequestManager

public void setRequestManager(RequestManager manager)

accept

public boolean accept(AgentId from,
                      Notification not)
               throws java.lang.Exception
Specified by:
accept in interface EntryPoint
Throws:
java.lang.Exception

doReact

private void doReact(TcpRequestNot not)
              throws java.lang.Exception
Reacts to a TCP connection request. This is the TCP entry point.

Parameters:
not - the TCP connection request
Throws:
java.lang.Exception


Copyright © 2010 ScalAgent D.T.. All Rights Reserved.