xmlBlaster 2.2.0 API

org.xmlBlaster.contrib.replication.impl
Class ReplCreateInterceptor

java.lang.Object
  extended by org.xmlBlaster.contrib.replication.impl.ReplCreateInterceptor
All Implemented Interfaces:
I_DbCreateInterceptor

public class ReplCreateInterceptor
extends java.lang.Object
implements I_DbCreateInterceptor


Field Summary
private  java.lang.String identifier
           
private  java.lang.String statement
           
 
Constructor Summary
ReplCreateInterceptor()
           
 
Method Summary
private  java.lang.String getSql(java.sql.Connection conn)
           
 void init(I_Info info)
          Needs to be called after construction.
 void onCreateConnection(java.sql.Connection conn)
           
 void shutdown()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

statement

private java.lang.String statement

identifier

private java.lang.String identifier
Constructor Detail

ReplCreateInterceptor

public ReplCreateInterceptor()
Method Detail

getSql

private final java.lang.String getSql(java.sql.Connection conn)
                               throws java.lang.Exception
Throws:
java.lang.Exception

onCreateConnection

public void onCreateConnection(java.sql.Connection conn)
                        throws java.lang.Exception
Specified by:
onCreateConnection in interface I_DbCreateInterceptor
Throws:
java.lang.Exception
See Also:
I_DbCreateInterceptor.onCreateConnection(java.sql.Connection)

init

public void init(I_Info info)
          throws java.lang.Exception
Description copied from interface: I_DbCreateInterceptor
Needs to be called after construction.

Specified by:
init in interface I_DbCreateInterceptor
Parameters:
info - The configuration
Throws:
java.lang.Exception
See Also:
I_DbCreateInterceptor.init(org.xmlBlaster.contrib.I_Info)

shutdown

public void shutdown()
Specified by:
shutdown in interface I_DbCreateInterceptor
See Also:
I_DbCreateInterceptor.shutdown()

xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.