org.objectweb.joram.mom.dest.jms
Class JMSModule.XARecoverDaemon

java.lang.Object
  extended by fr.dyade.aaa.common.Daemon
      extended by org.objectweb.joram.mom.dest.jms.JMSModule.XARecoverDaemon
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
JMSModule

protected class JMSModule.XARecoverDaemon
extends Daemon


Field Summary
private  javax.transaction.xa.XAResource resource
           
 
Fields inherited from class fr.dyade.aaa.common.Daemon
canStop, group, logmon, priority, running, thread
 
Constructor Summary
protected JMSModule.XARecoverDaemon(javax.transaction.xa.XAResource resource)
          Constructs a XARecoverDaemon thread.
 
Method Summary
protected  void close()
          Releases the daemon's resources.
 void run()
          The daemon's loop.
protected  void shutdown()
          Shuts the daemon down.
 
Methods inherited from class fr.dyade.aaa.common.Daemon
finish, getName, interrupt, isCurrentThread, isRunning, setDaemon, setName, setPriority, setThreadGroup, start, stop, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

resource

private javax.transaction.xa.XAResource resource
Constructor Detail

JMSModule.XARecoverDaemon

protected JMSModule.XARecoverDaemon(javax.transaction.xa.XAResource resource)
Constructs a XARecoverDaemon thread.

Method Detail

close

protected void close()
Releases the daemon's resources.

Specified by:
close in class Daemon

shutdown

protected void shutdown()
Shuts the daemon down.

Specified by:
shutdown in class Daemon

run

public void run()
The daemon's loop.



Copyright © 2010 ScalAgent D.T.. All Rights Reserved.