Class PostShutdown

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

public abstract class PostShutdown extends Shutdown
Objects to be called after the OA has shutdown should implement 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(String name)
  • Method Details

    • work

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