org.apache.accumulo.server.util
Class Halt

java.lang.Object
  extended by org.apache.accumulo.server.util.Halt

public class Halt
extends Object


Constructor Summary
Halt()
           
 
Method Summary
static void halt(int status, Runnable runnable)
           
static void halt(String msg)
           
static void halt(String msg, int status)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Halt

public Halt()
Method Detail

halt

public static void halt(String msg)

halt

public static void halt(String msg,
                        int status)

halt

public static void halt(int status,
                        Runnable runnable)


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.