public interface NodeAgent
extends org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.config.types.PropertyBag
| 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<org.jvnet.hk2.config.types.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.
|
@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<org.jvnet.hk2.config.types.Property> getProperty()
PropertyBaggetProperty in interface org.jvnet.hk2.config.types.PropertyBagCopyright © 2017–2020 Eclipse Foundation. All rights reserved.