com.couchbase.client.vbucket
Class ReconfigurableObserver
java.lang.Object
com.couchbase.client.vbucket.ReconfigurableObserver
- All Implemented Interfaces:
- java.util.Observer
public class ReconfigurableObserver
- extends java.lang.Object
- implements java.util.Observer
An implementation of the observer for calling reconfigure.
Method Summary |
boolean |
equals(java.lang.Object o)
|
int |
hashCode()
|
void |
update(java.util.Observable o,
java.lang.Object arg)
Delegates update to the reconfigurable passed in the constructor. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
ReconfigurableObserver
public ReconfigurableObserver(Reconfigurable rec)
update
public void update(java.util.Observable o,
java.lang.Object arg)
- Delegates update to the reconfigurable passed in the constructor.
- Specified by:
update
in interface java.util.Observer
- Parameters:
o
- arg
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
Copyright © 2006-2009 Dustin Sallings, 2009-2012 Couchbase, Inc.