ariba.util.shutdown
Interface ExitHook

All Known Implementing Classes:
DefaultVMExit

public interface ExitHook

The implementation of this interface which is registered with the ShutdownManager will be invoked at the end of the shutdown sequence to force the VM to exit.


Method Summary
 void exit(int exitCode)
          Forces the VM to exit
 

Method Detail

exit

void exit(int exitCode)
Forces the VM to exit

Parameters:
exitCode - the exit code to return


AribaWeb User Interface Development Framework
Copyright © 2000-2014 Ariba, Inc. All Rights Reserved.