|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
Package org.dbreplicator.replication
Main replication class, responsible for high-level replication operations.
See:
Description
| Interface Summary | |
|---|---|
| _FileUpload | |
| _PubImpl | This is a remote interface which is implemented by the remote server class publication. |
| _Publication | _Publication is an interface implemented by Publication class. |
| _ReplicationServer | _ReplicationServer is an interface implemented by ReplicationServer class. |
| _ReplicationServerImpl | It is called at the time of: subscribe. |
| _Replicator | _Replicator is an interface implemented by both publisher and subscriber. |
| _SubImpl | This is a remote interface which is implemented by the subscriber class. |
| _Subscription | _Subscription is an interface implemented by Subscription class. |
| Class Summary | |
|---|---|
| CloudscapeMataDataInfo | This Class gets the connection object of the specified publisher or subscriber and then stores it's metadata information in the DataBaseMetaData object(dbmd). |
| ColumnsInfo | This is a supporting class of different database handlers. |
| CommonMetaDataInfo | This Class gets the connection object of the specified publisher or subscriber and then stores it's metadata information in the DataBaseMetaData object(dbmd). |
| ConnectionPool | This class holds the mappings of all the connections in a perticular replication server. |
| DBDataSource | |
| EncoderDecoder | Title: |
| FileUpload | |
| MetaDataInfo | This Abstract class gets the connection object of the specified publisher or subscriber and then stores it's metadata information in the DataBaseMetaData object(dbmd). |
| PathHandler | This class is used for getting the paths of the files needed at the time of synchronization. |
| pgMetaDataInfo | This Class gets the connection object of the specified publisher or subscriber and then stores it's metadata information in the DataBaseMetaData object(dbmd). |
| Publication | The Publication class holds all the methods which are required for the physical creation of the publication(i.e system tables) and which are used at the time of synchronization at publisher's end. |
| RepConstants | This class holds all the constants used throughout the project. |
| ReplicationServer | This is the main class of DBRepliactor, any side whether publisher or subscriber has to get an instance of this class by the method getInstance and then connect to the required database by using the method setDataSource. |
| RepPrinter | This is a testing message printer class , that when printOFF is set to false prints passed messages. |
| RepTable | This Class stores all the relevant information for any replication table involved in the publication or subscription. |
| SchemaQualifiedName | |
| Subscription | The Subscription class holds all the methods which are required for the physical creation of the subscription(i.e system tables) and which are used at the time of synchronization at the subscriber's end. |
| TypeInfo | This class is helpful for the multiple datatype handling in the multidatabse environment. |
| UpdatePreviousVersion | |
| Utility | This class is used for finding out the database type. |
| Exception Summary | |
|---|---|
| RepException | This is the replicator's exception class, It extends Exception class. |
Package org.dbreplicator.replication Description
Main replication class, responsible for high-level replication operations.
|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||

