|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Connection | |
|---|---|
| com.epam.cmemdp.channel | |
| com.epam.cmemdp.config.beans | |
| com.epam.cmemdp.impl.reader | |
| com.epam.cmemdp.impl.transport.fix | |
| Uses of Connection in com.epam.cmemdp.channel |
|---|
| Methods in com.epam.cmemdp.channel that return Connection | |
|---|---|
Connection |
MDFeed.getIncremental()
|
Connection |
MDFeed.getRecovery()
|
Connection |
MDFeed.getReplay()
|
Connection |
MDFeed.getSnapshot()
|
| Methods in com.epam.cmemdp.channel with parameters of type Connection | |
|---|---|
void |
MDFeed.setIncremental(Connection incremental)
|
void |
MDFeed.setRecovery(Connection recovery)
|
void |
MDFeed.setReplay(Connection replay)
|
void |
MDFeed.setSnapshot(Connection snapshot)
|
| Uses of Connection in com.epam.cmemdp.config.beans |
|---|
| Methods in com.epam.cmemdp.config.beans that return types with arguments of type Connection | |
|---|---|
java.util.List<Connection> |
Connections.getConnection()
Gets the value of the connection property. |
| Uses of Connection in com.epam.cmemdp.impl.reader |
|---|
| Methods in com.epam.cmemdp.impl.reader with parameters of type Connection | |
|---|---|
void |
FastChannelReader.connect(Connection primary,
Connection secondary,
java.lang.String channelID,
FastChannelReaderListener listener,
com.epam.mdp.full.coders.stream.SeqNumHelper secNumHelper,
TransportType transportType)
|
void |
FastChannelReaderImpl.connect(Connection connectionA,
Connection connectionB,
java.lang.String channelID,
FastChannelReaderListener listener,
com.epam.mdp.full.coders.stream.SeqNumHelper secNumHelper,
TransportType transportType)
|
void |
FastChannelReader.connect(Connection connectionParam,
java.lang.String channelID,
FastChannelReaderListener listener,
com.epam.mdp.full.coders.stream.SeqNumHelper secNumHelper,
TransportType transportType)
Deprecated. |
void |
FastChannelReaderImpl.connect(Connection connectionParams,
java.lang.String channelID,
FastChannelReaderListener listener,
com.epam.mdp.full.coders.stream.SeqNumHelper secNumHelper,
TransportType transportType)
|
void |
FastChannelReader.disconnect(Connection connectionParam,
java.lang.String channelID)
Disconnects channel. |
void |
FastChannelReaderImpl.disconnect(Connection connection,
java.lang.String channelID)
|
| Uses of Connection in com.epam.cmemdp.impl.transport.fix |
|---|
| Constructors in com.epam.cmemdp.impl.transport.fix with parameters of type Connection | |
|---|---|
FIXFastTransport(Connection primary,
Connection backup)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||