|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AdminService
Admin Service exists in every instance. It is the configuration for either a normal server, DAS or PE instance
| Nested Class Summary | |
|---|---|
static class |
AdminService.Duck
|
| Method Summary | |
|---|---|
AuthRealm |
getAssociatedAuthRealm()
|
java.lang.String |
getAuthRealmName()
Gets the name of the auth realm to be used for administration. |
DasConfig |
getDasConfig()
Gets the value of the dasConfig property. |
java.util.List<JmxConnector> |
getJmxConnector()
Gets the value of the jmxConnector property. |
java.util.List<org.jvnet.hk2.config.types.Property> |
getProperty()
Properties as per PropertyBag |
JmxConnector |
getSystemJmxConnector()
|
java.lang.String |
getSystemJmxConnectorName()
Gets the value of the systemJmxConnectorName property. |
java.lang.String |
getType()
Gets the value of the type property. |
void |
setAuthRealmName(java.lang.String name)
|
void |
setDasConfig(DasConfig value)
Sets the value of the dasConfig property. |
void |
setSystemJmxConnectorName(java.lang.String value)
Sets the value of the systemJmxConnectorName property. |
void |
setType(java.lang.String value)
Sets the value of the type property. |
boolean |
usesFileRealm()
|
| 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 |
|---|
@Pattern(regexp="(das|das-and-server|server)") java.lang.String getType()
String
void setType(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoExceptionjava.lang.String getSystemJmxConnectorName()
String
void setSystemJmxConnectorName(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoExceptionjava.util.List<JmxConnector> getJmxConnector()
JmxConnector
@NotNull DasConfig getDasConfig()
DasConfig
void setDasConfig(DasConfig value)
throws java.beans.PropertyVetoException
value - allowed object is
DasConfig
java.beans.PropertyVetoException
@ToDo(priority=IMPORTANT,
details="Provide PropertyDesc for legal props")
@PropertiesDesc(props={})
java.util.List<org.jvnet.hk2.config.types.Property> getProperty()
PropertyBag
getProperty in interface org.jvnet.hk2.config.types.PropertyBag@NotNull java.lang.String getAuthRealmName()
void setAuthRealmName(java.lang.String name)
@DuckTyped JmxConnector getSystemJmxConnector()
@DuckTyped AuthRealm getAssociatedAuthRealm()
@DuckTyped boolean usesFileRealm()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||