|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.marketcetera.ors.brokers.SpringBroker
public class SpringBroker
The Spring-based configuration of a single broker.
| Constructor Summary | |
|---|---|
SpringBroker()
|
|
| Method Summary | |
|---|---|
void |
afterPropertiesSet()
|
SpringSessionDescriptor |
getDescriptor()
Returns the configuration of the receiver's QuickFIX/J session descriptor. |
boolean |
getFixLogoutRequired()
Indicates if the broker requires FIX logout on disconnect. |
String |
getId()
Returns the receiver's broker ID, in string form. |
Collection<LogonAction> |
getLogonActions()
Get the logonActions value. |
Collection<LogoutAction> |
getLogoutActions()
Get the logoutActions value. |
MessageModifierManager |
getModifiers()
Returns the receiver's message modifier manager. |
String |
getName()
Returns the receiver's name. |
MessageModifierManager |
getPreSendModifiers()
Returns the receiver's pre-sending message modifier manager. |
MessageModifierManager |
getResponseModifiers()
Returns the receiver's response message modifier manager. |
MessageRouteManager |
getRoutes()
Returns the receiver's route manager. |
void |
setDescriptor(SpringSessionDescriptor sessionDescriptor)
Sets the configuration of the receiver's QuickFIX/J session descriptor to the given one. |
void |
setFixLogoutRequired(boolean inLogout)
Sets if the broker requires FIX logout on disconnect. |
void |
setId(String id)
Sets the receiver's broker ID to the given string form value. |
void |
setLogonActions(Collection<LogonAction> inLogonActions)
Sets the logonActions value. |
void |
setLogoutActions(Collection<LogoutAction> inLogoutActions)
Sets the logoutActions value. |
void |
setModifiers(MessageModifierManager modifiers)
Sets the receiver's message modifier manager to the given one. |
void |
setName(String name)
Sets the receiver's name to the given value. |
void |
setPreSendModifiers(MessageModifierManager preSendModifiers)
Sets the receiver's pre-sending message modifier manager to the given one. |
void |
setResponseModifiers(MessageModifierManager responseModifiers)
Sets the receiver's response message modifier manager to the given one. |
void |
setRoutes(MessageRouteManager routes)
Sets the receiver's route manager to the given one. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SpringBroker()
| Method Detail |
|---|
public void setDescriptor(SpringSessionDescriptor sessionDescriptor)
sessionDescriptor - The configuration.public SpringSessionDescriptor getDescriptor()
public void setName(String name)
name - The name.public String getName()
public void setId(String id)
id - The ID.public String getId()
public boolean getFixLogoutRequired()
boolean valuepublic void setFixLogoutRequired(boolean inLogout)
a - boolean valuepublic void setModifiers(MessageModifierManager modifiers)
modifiers - The manager. It may be null.public MessageModifierManager getModifiers()
public void setRoutes(MessageRouteManager routes)
routes - The manager. It may be null.public MessageRouteManager getRoutes()
public void setPreSendModifiers(MessageModifierManager preSendModifiers)
preSendModifiers - The manager. It may be null.public MessageModifierManager getPreSendModifiers()
public void setResponseModifiers(MessageModifierManager responseModifiers)
responseModifiers - The manager. It may be null.public MessageModifierManager getResponseModifiers()
public Collection<LogonAction> getLogonActions()
List<LogonAction> valuepublic Collection<LogoutAction> getLogoutActions()
Collection<LogoutAction> valuepublic void setLogoutActions(Collection<LogoutAction> inLogoutActions)
a - Collection<LogoutAction> valuepublic void setLogonActions(Collection<LogonAction> inLogonActions)
a - Collection<LogonAction> value
public void afterPropertiesSet()
throws I18NException
afterPropertiesSet in interface InitializingBeanI18NException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||