Package org.xmlBlaster.contrib.replication

Examples of org.xmlBlaster.contrib.replication.ReplicationAgent


         if (conn != null && pool != null)
            pool.release(conn);
      }

      log.info("setUp: Instantiating");
      this.agent = new ReplicationAgent();
      this.agent.init(this.readerInfo, this.writerInfo);
      log.info("setUp: terminated");
   }
View Full Code Here


         if (conn != null && pool != null)
            pool.release(conn);
      }

      log.info("setUp: Instantiating");
      this.agent = new ReplicationAgent();
      this.agent.init(this.readerInfo, this.writerInfo);
      this.interceptor.clear();
      this.agent.registerForUpdates(this.interceptor);
      log.info("setUp: terminated");
   }
View Full Code Here

TOP

Related Classes of org.xmlBlaster.contrib.replication.ReplicationAgent

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.