org.ektorp
Class Status

java.lang.Object
  extended by org.ektorp.Status
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ReplicationStatus

public class Status
extends Object
implements Serializable

Standard status response

Author:
henrik lundgren
See Also:
Serialized Form

Constructor Summary
Status()
           
 
Method Summary
 Object getField(String key)
           
 boolean isOk()
           
 void setUnknown(String key, Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Status

public Status()
Method Detail

isOk

public boolean isOk()

setUnknown

public void setUnknown(String key,
                       Object value)

getField

public Object getField(String key)


Copyright © 2017. All rights reserved.