com.arjuna.orbportability.oa
Class PostShutdown

java.lang.Object
  extended bycom.arjuna.orbportability.oa.Shutdown
      extended bycom.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 Summary
protected PostShutdown(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

PostShutdown

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

work

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