xmlBlaster 2.2.0 contributions 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


Constructor Summary
ReplCreateInterceptor()
           
 
Method Summary
 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
 

Constructor Detail

ReplCreateInterceptor

public ReplCreateInterceptor()
Method Detail

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 contributions API

Copyright © 1999-2014 The xmlBlaster.org contributers.