public abstract class AbstractBinding extends Object implements Binding
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
isDestroyed |
protected boolean |
isHealthy |
| Constructor and Description |
|---|
AbstractBinding() |
| Modifier and Type | Method and Description |
|---|---|
String |
dump()
dump binding information
|
String |
getName()
get binding name
|
boolean |
isDestroyed()
Getter method for property of isDestroyed.
|
void |
setDestroyed(boolean destroyed)
set binding destroyed state
|
void |
setHealthy(boolean healthy)
set binding healthy
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetBindingHashCode, getBindingPropertyContent, getBindingType, getURI, healthCheckpublic void setHealthy(boolean healthy)
BindingsetHealthy in interface Bindinghealthy - health or notpublic void setDestroyed(boolean destroyed)
BindingsetDestroyed in interface Bindingdestroyed - destroyed or notpublic boolean isDestroyed()
isDestroyed in interface BindingCopyright © 2021. All rights reserved.