Class BTMLifeCycle

java.lang.Object
org.mortbay.component.AbstractLifeCycle
bitronix.tm.integration.jetty6.BTMLifeCycle
All Implemented Interfaces:
org.mortbay.component.LifeCycle

public class BTMLifeCycle extends org.mortbay.component.AbstractLifeCycle
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.mortbay.component.LifeCycle

    org.mortbay.component.LifeCycle.Listener
  • Field Summary

    Fields inherited from class org.mortbay.component.AbstractLifeCycle

    _listeners
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
     
    protected void
     

    Methods inherited from class org.mortbay.component.AbstractLifeCycle

    addLifeCycleListener, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeLifeCycleListener, start, stop

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • BTMLifeCycle

      public BTMLifeCycle()
  • Method Details

    • doStart

      protected void doStart() throws Exception
      Overrides:
      doStart in class org.mortbay.component.AbstractLifeCycle
      Throws:
      Exception
    • doStop

      protected void doStop() throws Exception
      Overrides:
      doStop in class org.mortbay.component.AbstractLifeCycle
      Throws:
      Exception