com.arjuna.orbportability.oa
Class PreShutdown

java.lang.Object
  extended bycom.arjuna.orbportability.oa.Shutdown
      extended bycom.arjuna.orbportability.oa.PreShutdown

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 Summary
protected PreShutdown(java.lang.String name)
           
 
Method Summary
abstract  void work()
           
 
Methods inherited from class com.arjuna.orbportability.oa.Shutdown
name
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PreShutdown

protected PreShutdown(java.lang.String name)
Method Detail

work

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