public interface Binding
| Modifier and Type | Method and Description |
|---|---|
String |
dump()
dump binding information
|
int |
getBindingHashCode()
get binding hashcode, prevent duplicate registration
|
Element |
getBindingPropertyContent()
get binding property dom Element
|
BindingType |
getBindingType()
get binding type
|
String |
getName()
get binding name
|
String |
getURI()
get binding URI
|
HealthResult |
healthCheck()
check binding health
|
boolean |
isDestroyed()
determine whether binding is destroyed
|
void |
setDestroyed(boolean destroyed)
set binding destroyed state
|
void |
setHealthy(boolean healthy)
set binding healthy
|
String getURI()
String getName()
BindingType getBindingType()
Element getBindingPropertyContent()
int getBindingHashCode()
String dump()
HealthResult healthCheck()
void setHealthy(boolean healthy)
healthy - health or notvoid setDestroyed(boolean destroyed)
destroyed - destroyed or notboolean isDestroyed()
Copyright © 2021. All rights reserved.