|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.fixagora.basis.server.control.component.AbstractComponentHandler
net.sourceforge.fixagora.basis.server.control.component.FIXAcceptorComponentHandler
public class FIXAcceptorComponentHandler
The Class FIXAcceptorComponentHandler.
Constructor Summary | |
---|---|
FIXAcceptorComponentHandler()
|
Method Summary | |
---|---|
void |
fromAdmin(quickfix.Message arg0,
quickfix.SessionID arg1)
|
void |
fromApp(quickfix.Message message,
quickfix.SessionID channelID)
|
AbstractBusinessComponent |
getAbstractBusinessComponent()
Gets the abstract business component. |
java.util.Set<java.lang.String> |
getOpenSessions()
Gets the open sessions. |
int |
getStartLevel()
Gets the start level. |
java.lang.String |
getTargetCompIDIfOnline(Counterparty counterparty)
Gets the target comp id if online. |
void |
onCreate(quickfix.SessionID arg0)
|
void |
onLogon(quickfix.SessionID sessionID)
|
void |
onLogout(quickfix.SessionID sessionID)
|
void |
setAbstractBusinessComponent(AbstractBusinessComponent abstractBusinessComponent)
Sets the abstract business component. |
void |
start(org.jboss.netty.channel.Channel channel)
Start. |
void |
stop(org.jboss.netty.channel.Channel channel)
Stop. |
void |
toAdmin(quickfix.Message arg0,
quickfix.SessionID arg1)
|
void |
toApp(quickfix.Message arg0,
quickfix.SessionID arg1)
|
Methods inherited from class net.sourceforge.fixagora.basis.server.control.component.AbstractComponentHandler |
---|
addFIXMessage, addFIXMessages, addInputComponent, addOutputComponent, close, setBasisPersistenceHandler, setBusinessComponentHandler, setDataDictionaries, setSecurityDictionary, setSpreadSheetHandler, startHandler |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FIXAcceptorComponentHandler()
Method Detail |
---|
public void setAbstractBusinessComponent(AbstractBusinessComponent abstractBusinessComponent)
AbstractComponentHandler
setAbstractBusinessComponent
in class AbstractComponentHandler
abstractBusinessComponent
- the new abstract business componentpublic void start(org.jboss.netty.channel.Channel channel)
AbstractComponentHandler
start
in class AbstractComponentHandler
channel
- the channelpublic void stop(org.jboss.netty.channel.Channel channel)
AbstractComponentHandler
stop
in class AbstractComponentHandler
channel
- the channelpublic void fromAdmin(quickfix.Message arg0, quickfix.SessionID arg1) throws quickfix.FieldNotFound, quickfix.IncorrectDataFormat, quickfix.IncorrectTagValue, quickfix.RejectLogon
fromAdmin
in interface quickfix.Application
quickfix.FieldNotFound
quickfix.IncorrectDataFormat
quickfix.IncorrectTagValue
quickfix.RejectLogon
public void fromApp(quickfix.Message message, quickfix.SessionID channelID) throws quickfix.FieldNotFound, quickfix.IncorrectDataFormat, quickfix.IncorrectTagValue, quickfix.UnsupportedMessageType
fromApp
in interface quickfix.Application
quickfix.FieldNotFound
quickfix.IncorrectDataFormat
quickfix.IncorrectTagValue
quickfix.UnsupportedMessageType
public void onCreate(quickfix.SessionID arg0)
onCreate
in interface quickfix.Application
public void onLogon(quickfix.SessionID sessionID)
onLogon
in interface quickfix.Application
public void onLogout(quickfix.SessionID sessionID)
onLogout
in interface quickfix.Application
public void toAdmin(quickfix.Message arg0, quickfix.SessionID arg1)
toAdmin
in interface quickfix.Application
public void toApp(quickfix.Message arg0, quickfix.SessionID arg1) throws quickfix.DoNotSend
toApp
in interface quickfix.Application
quickfix.DoNotSend
public AbstractBusinessComponent getAbstractBusinessComponent()
AbstractComponentHandler
getAbstractBusinessComponent
in class AbstractComponentHandler
public java.lang.String getTargetCompIDIfOnline(Counterparty counterparty)
AbstractComponentHandler
getTargetCompIDIfOnline
in class AbstractComponentHandler
counterparty
- the counterparty
public int getStartLevel()
AbstractComponentHandler
getStartLevel
in class AbstractComponentHandler
public java.util.Set<java.lang.String> getOpenSessions()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |