public class JvmBinding extends AbstractBinding
| Modifier and Type | Class and Description |
|---|---|
static class |
JvmBinding.XmlConstants |
| Modifier and Type | Field and Description |
|---|---|
static BindingType |
JVM_BINDING_TYPE
binding type: JVM
|
isDestroyed, isHealthy| Constructor and Description |
|---|
JvmBinding() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getBackupProxy() |
int |
getBindingHashCode()
get binding hashcode, prevent duplicate registration
|
Element |
getBindingPropertyContent()
get binding property dom Element
|
BindingType |
getBindingType()
get binding type
|
JvmBindingParam |
getJvmBindingParam() |
String |
getURI()
get binding URI
|
boolean |
hasBackupProxy()
whether has backup proxy or not
|
HealthResult |
healthCheck()
check binding health
|
void |
setBackupProxy(Object backupProxy) |
JvmBinding |
setJvmBindingParam(JvmBindingParam jvmBindingParam) |
dump, getName, isDestroyed, setDestroyed, setHealthy, toStringpublic static BindingType JVM_BINDING_TYPE
public JvmBindingParam getJvmBindingParam()
public JvmBinding setJvmBindingParam(JvmBindingParam jvmBindingParam)
public Object getBackupProxy()
public void setBackupProxy(Object backupProxy)
public boolean hasBackupProxy()
public String getURI()
Bindingpublic BindingType getBindingType()
Bindingpublic Element getBindingPropertyContent()
Bindingpublic int getBindingHashCode()
Bindingpublic HealthResult healthCheck()
BindingCopyright © 2021. All rights reserved.