JavaDoc


_Replicator

org.dbreplicator.replication
Interface _Replicator

All Known Implementing Classes:
Publication, Subscription

public interface _Replicator

_Replicator is an interface implemented by both publisher and subscriber. It makes these classes to implement all the methods which are called at the time of synchronization to get the subscriber's or publisher's information.


Method Summary
 AbstractDataBaseHandler getDBDataTypeHandler()
           
 java.lang.String getPub_SubName()
           
 RepTable getRepTable(java.lang.String tableName)
           
 

Method Detail

getRepTable

RepTable getRepTable(java.lang.String tableName)
                     throws RepException
Throws:
RepException

getDBDataTypeHandler

AbstractDataBaseHandler getDBDataTypeHandler()

getPub_SubName

java.lang.String getPub_SubName()



Powered by Drupal - Theme by Danger4k