com.atomikos.icatch.ws
Class ApplicationClasspathResourceTSListener
java.lang.Object
com.atomikos.icatch.ws.ApplicationClasspathResourceTSListener
- All Implemented Interfaces:
- TSListener
public abstract class ApplicationClasspathResourceTSListener
- extends Object
- implements TSListener
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
resourceName
protected String resourceName
logDir
protected String logDir
fileName
protected String fileName
interval
protected long interval
stayRegistered
protected boolean stayRegistered
ApplicationClasspathResourceTSListener
protected ApplicationClasspathResourceTSListener(String resourceName,
String logDir,
String fileName,
long interval,
boolean stayRegistered)
shutdown
public void shutdown(boolean before)
- Description copied from interface:
TSListener
- Called before and after shutdown.
- Specified by:
shutdown
in interface TSListener
- Parameters:
before
- True if shutdown is about to start.
False if shutdown has finished.
init
public void init(boolean before,
Properties properties)
- Description copied from interface:
TSListener
- Called before and after initialization.
- Specified by:
init
in interface TSListener
- Parameters:
before
- True indicates that initialization is about to start.
False indicates that initialization has finished. This means that
recovery has been done and the transaction service is now
ready to start new transactions.properties
- The initialization properties.
createAndRegisterResource
protected abstract void createAndRegisterResource()
Copyright © 2012. All Rights Reserved.