JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
C
D
E
G
H
I
J
L
M
N
O
P
R
S
U
C
cancel(DataFlowID, RequestID)
- Method in class org.marketcetera.modules.async.
SimpleAsyncProcessor
cancel(DataFlowID, RequestID)
- Method in class org.marketcetera.modules.csv.
CSVEmitter
cancel(DataFlowID, RequestID)
- Method in class org.marketcetera.modules.headwater.
HeadwaterModule
create(Object...)
- Method in class org.marketcetera.modules.async.
SimpleAsyncProcessorFactory
create(Object...)
- Method in class org.marketcetera.modules.csv.
CSVEmitterFactory
create(Object...)
- Method in class org.marketcetera.modules.headwater.
HeadwaterModuleFactory
create(Object...)
- Method in class org.marketcetera.modules.publisher.
PublisherModuleFactory
CSVEmitter
- Class in
org.marketcetera.modules.csv
A module that emits data contained in a CSV file as a series of maps, each instance containing a row of data.
CSVEmitter()
- Constructor for class org.marketcetera.modules.csv.
CSVEmitter
Creates an instance.
CSVEmitterFactory
- Class in
org.marketcetera.modules.csv
Provider that will emit data contained in CSV as a series of maps.
CSVEmitterFactory()
- Constructor for class org.marketcetera.modules.csv.
CSVEmitterFactory
Creates an instance.
D
DATA_RECVD_UNKNOWN_FLOW
- Static variable in interface org.marketcetera.modules.async.
Messages
E
emit(Object, DataFlowID...)
- Method in class org.marketcetera.modules.headwater.
HeadwaterModule
Emit the given data to the given data flows, if specified.
G
getAttribute(String)
- Method in class org.marketcetera.modules.async.
SimpleAsyncProcessor
getAttributes(String[])
- Method in class org.marketcetera.modules.async.
SimpleAsyncProcessor
getInstance(String)
- Static method in class org.marketcetera.modules.headwater.
HeadwaterModule
Get a
HeadwaterInstance
instance, creating it if necessary.
getMBeanInfo()
- Method in class org.marketcetera.modules.async.
SimpleAsyncProcessor
H
HeadwaterModule
- Class in
org.marketcetera.modules.headwater
Provides an insertion point to a module framework data flow.
HeadwaterModule(ModuleURN, String)
- Constructor for class org.marketcetera.modules.headwater.
HeadwaterModule
Create a new HeadwaterModule instance.
HeadwaterModuleFactory
- Class in
org.marketcetera.modules.headwater
Creates
HeadwaterModule
objects.
HeadwaterModuleFactory()
- Constructor for class org.marketcetera.modules.headwater.
HeadwaterModuleFactory
Create a new PublisherModuleFactory instance.
I
IDENTIFIER
- Static variable in class org.marketcetera.modules.headwater.
HeadwaterModuleFactory
identifier used to identify this type of module
INSTANCE_URN
- Static variable in class org.marketcetera.modules.csv.
CSVEmitterFactory
The Instance URN for the singleton instance.
INSUFFICIENT_DATA
- Static variable in interface org.marketcetera.modules.csv.
Messages
invoke(String, Object[], String[])
- Method in class org.marketcetera.modules.async.
SimpleAsyncProcessor
J
JMX_ATTRIBUTE_FLOW_CNT_DESCRIPTION
- Static variable in interface org.marketcetera.modules.async.
Messages
JMX_MXBEAN_DESCRIPTION
- Static variable in interface org.marketcetera.modules.async.
Messages
L
LOGGER
- Static variable in interface org.marketcetera.modules.async.
Messages
The message logger.
LOGGER
- Static variable in interface org.marketcetera.modules.csv.
Messages
The message logger.
LOGGER
- Static variable in interface org.marketcetera.modules.headwater.
Messages
The message logger.
LOGGER
- Static variable in interface org.marketcetera.modules.publisher.
Messages
The message logger.
M
Messages
- Interface in
org.marketcetera.modules.async
Internationalized messages for this package.
Messages
- Interface in
org.marketcetera.modules.csv
Messages
Messages
- Interface in
org.marketcetera.modules.headwater
Provides messages for this package.
Messages
- Interface in
org.marketcetera.modules.publisher
Provides messages for this package.
MXBEAN_ATTRIB_NOT_WRITABLE
- Static variable in interface org.marketcetera.modules.async.
Messages
N
NO_MORE_DATA
- Static variable in interface org.marketcetera.modules.csv.
Messages
O
org.marketcetera.modules.async
- package org.marketcetera.modules.async
Modules that enable asynchronous processing of data objects in a data flow.
org.marketcetera.modules.csv
- package org.marketcetera.modules.csv
Provides a module implementation that emits every row of a CSV file as a
Map
instance.
org.marketcetera.modules.headwater
- package org.marketcetera.modules.headwater
org.marketcetera.modules.publisher
- package org.marketcetera.modules.publisher
P
PARAMETER_COUNT_ERROR
- Static variable in interface org.marketcetera.modules.headwater.
Messages
PARAMETER_COUNT_ERROR
- Static variable in interface org.marketcetera.modules.publisher.
Messages
preStart()
- Method in class org.marketcetera.modules.async.
SimpleAsyncProcessor
preStart()
- Method in class org.marketcetera.modules.csv.
CSVEmitter
preStart()
- Method in class org.marketcetera.modules.headwater.
HeadwaterModule
preStop()
- Method in class org.marketcetera.modules.async.
SimpleAsyncProcessor
preStop()
- Method in class org.marketcetera.modules.csv.
CSVEmitter
preStop()
- Method in class org.marketcetera.modules.headwater.
HeadwaterModule
PROVIDER
- Static variable in interface org.marketcetera.modules.async.
Messages
The message provider
PROVIDER
- Static variable in interface org.marketcetera.modules.csv.
Messages
The message provider
PROVIDER
- Static variable in interface org.marketcetera.modules.headwater.
Messages
The message provider
PROVIDER
- Static variable in interface org.marketcetera.modules.publisher.
Messages
The message provider
PROVIDER_DESCRIPTION
- Static variable in interface org.marketcetera.modules.async.
Messages
PROVIDER_DESCRIPTION
- Static variable in interface org.marketcetera.modules.csv.
Messages
PROVIDER_DESCRIPTION
- Static variable in interface org.marketcetera.modules.headwater.
Messages
PROVIDER_DESCRIPTION
- Static variable in interface org.marketcetera.modules.publisher.
Messages
PROVIDER_URN
- Static variable in class org.marketcetera.modules.async.
SimpleAsyncProcessorFactory
The Provider URN.
PROVIDER_URN
- Static variable in class org.marketcetera.modules.csv.
CSVEmitterFactory
The Provider URN.
PROVIDER_URN
- Static variable in class org.marketcetera.modules.headwater.
HeadwaterModuleFactory
unique provider URN for the receiver module
PROVIDER_URN
- Static variable in class org.marketcetera.modules.publisher.
PublisherModuleFactory
unique provider URN for the receiver module
PublisherModule
- Class in
org.marketcetera.modules.publisher
Publishes received data to a given publisher before optionally passing it on in the flow.
PublisherModuleFactory
- Class in
org.marketcetera.modules.publisher
Creates
PublisherModule
instances.
PublisherModuleFactory()
- Constructor for class org.marketcetera.modules.publisher.
PublisherModuleFactory
Create a new PublisherModuleFactory instance.
R
receiveData(DataFlowID, Object)
- Method in class org.marketcetera.modules.async.
SimpleAsyncProcessor
receiveData(DataFlowID, Object)
- Method in class org.marketcetera.modules.publisher.
PublisherModule
requestData(DataRequest, DataEmitterSupport)
- Method in class org.marketcetera.modules.async.
SimpleAsyncProcessor
requestData(DataRequest, DataEmitterSupport)
- Method in class org.marketcetera.modules.csv.
CSVEmitter
requestData(DataRequest, DataEmitterSupport)
- Method in class org.marketcetera.modules.headwater.
HeadwaterModule
S
setAttribute(Attribute)
- Method in class org.marketcetera.modules.async.
SimpleAsyncProcessor
setAttributes(AttributeList)
- Method in class org.marketcetera.modules.async.
SimpleAsyncProcessor
SimpleAsyncProcessor
- Class in
org.marketcetera.modules.async
A processor module that can be inserted between any two modules within a data flow to decouple the delivery of data from the emitter module and processing of that data in the receiver module.
SimpleAsyncProcessor(ModuleURN)
- Constructor for class org.marketcetera.modules.async.
SimpleAsyncProcessor
Creates an instance.
SimpleAsyncProcessorFactory
- Class in
org.marketcetera.modules.async
Provider that instantiates modules that emit received data in a thread that is different from the thread on which the data is received..
SimpleAsyncProcessorFactory()
- Constructor for class org.marketcetera.modules.async.
SimpleAsyncProcessorFactory
Creates an instance.
U
UNEXPECTED_ERROR
- Static variable in interface org.marketcetera.modules.csv.
Messages
C
D
E
G
H
I
J
L
M
N
O
P
R
S
U
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2020. All rights reserved.