org.apache.hadoop.hbase.shell
Class ReturnMsg

java.lang.Object
  extended by org.apache.hadoop.hbase.shell.ReturnMsg

public class ReturnMsg
extends Object


Constructor Summary
ReturnMsg(int i)
           
ReturnMsg(int i, String string)
           
 
Method Summary
 String getMsg()
           
 int getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReturnMsg

public ReturnMsg(int i,
                 String string)

ReturnMsg

public ReturnMsg(int i)
Method Detail

getMsg

public String getMsg()

getType

public int getType()


Copyright © 2006 The Apache Software Foundation