public interface NodeAgent extends ConfigBeanProxy, PropertyBag
ConfigBeanProxy.DuckPropertyBag.Duck| Modifier and Type | Method and Description |
|---|---|
AuthRealm |
getAuthRealm()
Gets the value of the authRealm property.
|
JmxConnector |
getJmxConnector()
Gets the value of the jmxConnector property.
|
LogService |
getLogService()
Gets the value of the logService property.
|
@NotNull String |
getName()
Gets the value of the name property.
|
List<Property> |
getProperty()
Properties as per
PropertyBag |
String |
getStartServersInStartup()
Gets the value of the startServersInStartup property.
|
String |
getSystemJmxConnectorName()
Gets the value of the systemJmxConnectorName property.
|
void |
setAuthRealm(AuthRealm value)
Sets the value of the authRealm property.
|
void |
setJmxConnector(JmxConnector value)
Sets the value of the jmxConnector property.
|
void |
setLogService(LogService value)
Sets the value of the logService property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setStartServersInStartup(String value)
Sets the value of the startServersInStartup property.
|
void |
setSystemJmxConnectorName(String value)
Sets the value of the systemJmxConnectorName property.
|
createChild, deepCopy, getParent, getParentaddProperty, getProperty, getPropertyValue, getPropertyValue, lookupProperty, removeProperty, removeProperty@NotNull @NotNull String getName()
Stringvoid setName(String value) throws PropertyVetoException
value - allowed object is StringPropertyVetoExceptionString getSystemJmxConnectorName()
Stringvoid setSystemJmxConnectorName(String value) throws PropertyVetoException
value - allowed object is StringPropertyVetoExceptionString getStartServersInStartup()
Stringvoid setStartServersInStartup(String value) throws PropertyVetoException
value - allowed object is StringPropertyVetoExceptionJmxConnector getJmxConnector()
JmxConnectorvoid setJmxConnector(JmxConnector value) throws PropertyVetoException
value - allowed object is JmxConnectorPropertyVetoExceptionAuthRealm getAuthRealm()
AuthRealmvoid setAuthRealm(AuthRealm value) throws PropertyVetoException
value - allowed object is AuthRealmPropertyVetoExceptionLogService getLogService()
LogServicevoid setLogService(LogService value) throws PropertyVetoException
value - allowed object is LogServicePropertyVetoException@ToDo(priority=IMPORTANT, details="Provide PropertyDesc for legal props") @PropertiesDesc(props={}) List<Property> getProperty()
PropertyBaggetProperty in interface PropertyBagCopyright © 2019. All rights reserved.