|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||

