|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QuickfixjEventCategory | |
---|---|
org.apache.camel.component.quickfixj | |
org.apache.camel.component.quickfixj.converter |
Uses of QuickfixjEventCategory in org.apache.camel.component.quickfixj |
---|
Methods in org.apache.camel.component.quickfixj that return QuickfixjEventCategory | |
---|---|
static QuickfixjEventCategory |
QuickfixjEventCategory.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static QuickfixjEventCategory[] |
QuickfixjEventCategory.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.apache.camel.component.quickfixj with parameters of type QuickfixjEventCategory | |
---|---|
void |
QuickfixjEndpoint.onEvent(QuickfixjEventCategory eventCategory,
quickfix.SessionID sessionID,
quickfix.Message message)
|
void |
QuickfixjEventListener.onEvent(QuickfixjEventCategory eventCategory,
quickfix.SessionID sessionID,
quickfix.Message message)
|
void |
MessageCorrelator.onEvent(QuickfixjEventCategory eventCategory,
quickfix.SessionID sessionID,
quickfix.Message message)
|
Uses of QuickfixjEventCategory in org.apache.camel.component.quickfixj.converter |
---|
Methods in org.apache.camel.component.quickfixj.converter with parameters of type QuickfixjEventCategory | |
---|---|
static org.apache.camel.Exchange |
QuickfixjConverters.toExchange(org.apache.camel.Endpoint endpoint,
quickfix.SessionID sessionID,
quickfix.Message message,
QuickfixjEventCategory eventCategory)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |