com.arjuna.orbportability.orb
Class PostShutdown

java.lang.Object
  extended by com.arjuna.orbportability.orb.Shutdown
      extended by com.arjuna.orbportability.orb.PostShutdown

public abstract class PostShutdown
extends Shutdown

Objects which should be invoked after the ORB has shutdown should be derived from 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()
           
protected PostShutdown(String name)
           
 
Method Summary
abstract  void work()
           
 
Methods inherited from class com.arjuna.orbportability.orb.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()

PostShutdown

protected PostShutdown(String name)
Method Detail

work

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


Copyright © 2011. All Rights Reserved.