|
||||||||||
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.FIXInitiatorComponentHandler
public class FIXInitiatorComponentHandler
The Class FIXInitiatorComponentHandler.
Constructor Summary | |
---|---|
FIXInitiatorComponentHandler()
|
Method Summary | |
---|---|
void |
fromAdmin(quickfix.Message arg0,
quickfix.SessionID arg1)
|
void |
fromApp(quickfix.Message message,
quickfix.SessionID arg1)
|
AbstractBusinessComponent |
getAbstractBusinessComponent()
Gets the abstract business component. |
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 channelID)
|
void |
onLogout(quickfix.SessionID channelID)
|
void |
processFIXMessage(java.util.List<MessageEntry> messages)
Process fix message. |
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 FIXInitiatorComponentHandler()
Method Detail |
---|
public void setAbstractBusinessComponent(AbstractBusinessComponent abstractBusinessComponent)
AbstractComponentHandler
setAbstractBusinessComponent
in class AbstractComponentHandler
abstractBusinessComponent
- the new abstract business componentpublic int getStartLevel()
AbstractComponentHandler
getStartLevel
in class AbstractComponentHandler
public 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 arg1) 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 channelID)
onLogon
in interface quickfix.Application
public void onLogout(quickfix.SessionID channelID)
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 void processFIXMessage(java.util.List<MessageEntry> messages)
AbstractComponentHandler
messages
- the message listpublic java.lang.String getTargetCompIDIfOnline(Counterparty counterparty)
AbstractComponentHandler
getTargetCompIDIfOnline
in class AbstractComponentHandler
counterparty
- the counterparty
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |