Class PreShutdown

java.lang.Object
com.arjuna.orbportability.oa.Shutdown
com.arjuna.orbportability.oa.PreShutdown
Direct Known Subclasses:
JavaIdlRCShutdown, ShutdownOTS

public abstract class PreShutdown extends Shutdown
Instances of classes derived from this interface can be registered with the system and do any tidy-up necessary after the ORB has been shutdown.
Since:
JTS 1.0.
Version:
$Id: PreShutdown.java 2342 2006-03-30 13:06:17Z $
Author:
Mark Little (mark@arjuna.com)
  • Constructor Details

    • PreShutdown

      protected PreShutdown(String name)
  • Method Details

    • work

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