com.epam.cmemdp.channel
Class MDFeed

java.lang.Object
  extended by com.epam.cmemdp.channel.MDFeed

public class MDFeed
extends java.lang.Object


Constructor Summary
MDFeed()
           
 
Method Summary
 Connection getIncremental()
           
 Connection getRecovery()
           
 Connection getReplay()
           
 Connection getSnapshot()
           
 void setIncremental(Connection incremental)
           
 void setRecovery(Connection recovery)
           
 void setReplay(Connection replay)
           
 void setSnapshot(Connection snapshot)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MDFeed

public MDFeed()
Method Detail

getIncremental

public Connection getIncremental()

setIncremental

public void setIncremental(Connection incremental)

getSnapshot

public Connection getSnapshot()

setSnapshot

public void setSnapshot(Connection snapshot)

getReplay

public Connection getReplay()

setReplay

public void setReplay(Connection replay)

getRecovery

public Connection getRecovery()

setRecovery

public void setRecovery(Connection recovery)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2000-2014 EPAM Systems. All Rights Reserved.