Class PostShutdown

java.lang.Object
com.arjuna.orbportability.orb.Shutdown
com.arjuna.orbportability.orb.PostShutdown

public abstract class PostShutdown extends Shutdown
Objects which should be invoked after the ORB has shutdown should be derived from this class.
Since:
JTS 1.0.
Version:
$Id: PostShutdown.java 2342 2006-03-30 13:06:17Z $
Author:
Mark Little (mark@arjuna.com)
  • Constructor Details

    • PostShutdown

      protected PostShutdown()
    • PostShutdown

      protected PostShutdown(String name)
  • Method Details

    • work

      public abstract void work()
      Specified by:
      work in class Shutdown