org.glassfish.admin.amx.intf.config
Interface ClusterRef
- All Superinterfaces:
- AMX_SPI, AMXConfigProxy, AMXProxy, AttributeResolver, ConfigElement, Enabled, HealthCheckerCR, Ref
Deprecated.
@Deprecated
public interface ClusterRef
- extends HealthCheckerCR, Ref
| Methods inherited from interface org.glassfish.admin.amx.core.AMXProxy |
as, attributeNames, attributesMap, attributesMap, child, child, childrenMap, childrenMap, childrenMaps, childrenSet, extra, invokeOp, invokeOp, java, nameProp, objectName, parent, parentPath, path, type, valid |
getRef
String getRef()
- Deprecated.
- Specified by:
getRef in interface Ref
setRef
void setRef(String param1)
- Deprecated.
- Specified by:
setRef in interface Ref
getHealthChecker
HealthChecker getHealthChecker()
- Deprecated.
- Specified by:
getHealthChecker in interface HealthCheckerCR
- Returns:
- A proxy to the HealthChecker MBean.
Could be null because the HealthChecker may not be present.
setHealthChecker
void setHealthChecker(HealthChecker param1)
- Deprecated.
getLbPolicy
String getLbPolicy()
- Deprecated.
setLbPolicy
void setLbPolicy(String param1)
- Deprecated.
getLbPolicyModule
String getLbPolicyModule()
- Deprecated.
setLbPolicyModule
void setLbPolicyModule(String param1)
- Deprecated.
Copyright © 2012 GlassFish Community. All Rights Reserved.