com.arjuna.orbportability.oa
Class Shutdown

java.lang.Object
  extended bycom.arjuna.orbportability.oa.Shutdown
Direct Known Subclasses:
PostShutdown, PreShutdown

public abstract class Shutdown
extends java.lang.Object

Common methods for OA shutdown.

Since:
JTS 1.0.
Version:
$Id: Shutdown.java 2342 2006-03-30 13:06:17Z $
Author:
Mark Little (mark@arjuna.com)

Constructor Summary
protected Shutdown(java.lang.String theName)
           
 
Method Summary
 java.lang.String name()
           
abstract  void work()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Shutdown

protected Shutdown(java.lang.String theName)
Method Detail

work

public abstract void work()

name

public final java.lang.String name()