OSMQ
v2.0.1

osmq.util
Class ShutdownManager

java.lang.Object
  extended byosmq.util.ShutdownEventBean
      extended byosmq.util.ShutdownManager

public class ShutdownManager
extends osmq.util.ShutdownEventBean


Method Summary
 void addListener(ShutdownListener l)
           
static boolean AnsweredYes(java.awt.Frame parent, java.lang.String title, java.lang.String message)
           
static ShutdownManager getSingleton()
           
 void onExceptionClose(java.lang.Exception e, java.awt.Frame parent)
           
 void removeListener(ShutdownListener l)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

onExceptionClose

public void onExceptionClose(java.lang.Exception e,
                             java.awt.Frame parent)

AnsweredYes

public static boolean AnsweredYes(java.awt.Frame parent,
                                  java.lang.String title,
                                  java.lang.String message)

getSingleton

public static ShutdownManager getSingleton()

addListener

public void addListener(ShutdownListener l)

removeListener

public void removeListener(ShutdownListener l)

(c) 2000 - 2003 MQue Systems
All Rights Reserved