|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NodeAgent
SE/EE Node Controller. The node agent is an agent that manages server instances on a host machine.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.jvnet.hk2.config.ConfigBeanProxy |
|---|
org.jvnet.hk2.config.ConfigBeanProxy.Duck |
| Nested classes/interfaces inherited from interface org.jvnet.hk2.config.types.PropertyBag |
|---|
org.jvnet.hk2.config.types.PropertyBag.Duck |
| Method Summary | |
|---|---|
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. |
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. |
| Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy |
|---|
createChild, deepCopy, getParent, getParent |
| Methods inherited from interface org.jvnet.hk2.component.Injectable |
|---|
injectedInto |
| Methods inherited from interface org.jvnet.hk2.config.types.PropertyBag |
|---|
getProperty, getPropertyValue, getPropertyValue |
| Method Detail |
|---|
@NotNull String getName()
String
void setName(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoExceptionString getSystemJmxConnectorName()
String
void setSystemJmxConnectorName(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoExceptionString getStartServersInStartup()
String
void setStartServersInStartup(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoExceptionJmxConnector getJmxConnector()
JmxConnector
void setJmxConnector(JmxConnector value)
throws PropertyVetoException
value - allowed object is
JmxConnector
PropertyVetoExceptionAuthRealm getAuthRealm()
AuthRealm
void setAuthRealm(AuthRealm value)
throws PropertyVetoException
value - allowed object is
AuthRealm
PropertyVetoExceptionLogService getLogService()
LogService
void setLogService(LogService value)
throws PropertyVetoException
value - allowed object is
LogService
PropertyVetoException
@ToDo(priority=IMPORTANT,
details="Provide PropertyDesc for legal props")
@PropertiesDesc(props={})
List<org.jvnet.hk2.config.types.Property> getProperty()
PropertyBag
getProperty in interface org.jvnet.hk2.config.types.PropertyBag
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||