net.sourceforge.fixagora.basis.server.control.component
Class MessageEntry

java.lang.Object
  extended by net.sourceforge.fixagora.basis.server.control.component.MessageEntry

public class MessageEntry
extends java.lang.Object

The Class MessageEntry.


Constructor Summary
MessageEntry(AbstractBusinessComponent inputComponent, AbstractBusinessComponent initialComponent, quickfix.Message message)
          Instantiates a new message entry.
 
Method Summary
 AbstractBusinessComponent getInitialComponent()
          Gets the initial component.
 AbstractBusinessComponent getInputComponent()
          Gets the input component.
 quickfix.Message getMessage()
          Gets the message.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessageEntry

public MessageEntry(AbstractBusinessComponent inputComponent,
                    AbstractBusinessComponent initialComponent,
                    quickfix.Message message)
Instantiates a new message entry.

Parameters:
inputComponent - the input component
initialComponent - the initial component
message - the message
Method Detail

getInputComponent

public AbstractBusinessComponent getInputComponent()
Gets the input component.

Returns:
the input component

getInitialComponent

public AbstractBusinessComponent getInitialComponent()
Gets the initial component.

Returns:
the initial component

getMessage

public quickfix.Message getMessage()
Gets the message.

Returns:
the message