biz.onixs.fix.engine
Class Engine.DynamicAcceptorArgs

java.lang.Object
  extended by biz.onixs.fix.engine.Engine.DynamicAcceptorArgs
Enclosing class:
Engine

public static class Engine.DynamicAcceptorArgs
extends Object

Dynamic acceptor event arguments.


Constructor Summary
Engine.DynamicAcceptorArgs()
           
 
Method Summary
 Session getCreatedSession()
           
 Message getIncomingLogonMessage()
           
 String getRejectReason()
           
 InetAddress getRemoteAddress()
           
 int getRemotePort()
           
 SessionId getSessionId()
           
 void setCreatedSession(Session createdSession)
           
 void setIncomingLogonMessage(Message incomingLogonMessage)
           
 void setRejectReason(String rejectReason)
           
 void setRemoteAddress(InetAddress remoteAddress)
           
 void setRemotePort(int remotePort)
           
 void setSessionId(SessionId sessionId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Engine.DynamicAcceptorArgs

public Engine.DynamicAcceptorArgs()
Method Detail

getSessionId

public SessionId getSessionId()

setSessionId

public void setSessionId(SessionId sessionId)

getCreatedSession

public Session getCreatedSession()

setCreatedSession

public void setCreatedSession(Session createdSession)

getRejectReason

public String getRejectReason()

setRejectReason

public void setRejectReason(String rejectReason)

getIncomingLogonMessage

public Message getIncomingLogonMessage()

setIncomingLogonMessage

public void setIncomingLogonMessage(Message incomingLogonMessage)

setRemoteAddress

public void setRemoteAddress(InetAddress remoteAddress)

setRemotePort

public void setRemotePort(int remotePort)

getRemoteAddress

public InetAddress getRemoteAddress()

getRemotePort

public int getRemotePort()


Copyright © 2005-2012 Onix Solutions. All Rights Reserved.