|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JmxConnector
The jmx-connector element defines the configuration of a JSR 160 compliant remote JMX Connector.
| 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 |
| Field Summary | |
|---|---|
static java.lang.String |
PORT_PATTERN
|
| Method Summary | |
|---|---|
java.lang.String |
getAcceptAll()
Gets the value of the acceptAll property. |
java.lang.String |
getAddress()
Gets the value of the address property. |
java.lang.String |
getAuthRealmName()
Deprecated. |
java.lang.String |
getEnabled()
Gets the value of the enabled property. |
java.lang.String |
getPort()
Gets the value of the port property. |
java.util.List<org.jvnet.hk2.config.types.Property> |
getProperty()
Properties as per PropertyBag |
java.lang.String |
getProtocol()
Gets the value of the protocol property. |
java.lang.String |
getSecurityEnabled()
Gets the value of the securityEnabled property. |
com.sun.grizzly.config.dom.Ssl |
getSsl()
Gets the value of the ssl property. |
void |
setAcceptAll(java.lang.String value)
Sets the value of the acceptAll property. |
void |
setAddress(java.lang.String value)
Sets the value of the address property. |
void |
setAuthRealmName(java.lang.String value)
Sets the value of the authRealmName property. |
void |
setEnabled(java.lang.String value)
Sets the value of the enabled property. |
void |
setPort(java.lang.String value)
Sets the value of the port property. |
void |
setProtocol(java.lang.String value)
Sets the value of the protocol property. |
void |
setSecurityEnabled(java.lang.String value)
Sets the value of the securityEnabled property. |
void |
setSsl(com.sun.grizzly.config.dom.Ssl value)
Sets the value of the ssl property. |
| Methods inherited from interface org.jvnet.hk2.component.Injectable |
|---|
injectedInto |
| Methods inherited from interface org.glassfish.api.admin.config.Named |
|---|
getName, setName |
| Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy |
|---|
createChild, deepCopy, getParent, getParent |
| Methods inherited from interface org.jvnet.hk2.config.types.PropertyBag |
|---|
getProperty, getPropertyValue, getPropertyValue |
| Field Detail |
|---|
static final java.lang.String PORT_PATTERN
| Method Detail |
|---|
java.lang.String getEnabled()
String
void setEnabled(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoExceptionjava.lang.String getProtocol()
String
void setProtocol(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoException@NotNull java.lang.String getAddress()
String
void setAddress(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoException
@Pattern(regexp="\\$\\{[\\p{L}\\p{N}_][\\p{L}\\p{N}\\-_./;#]*\\}|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-5][0-9][0-9][0-9][0-9]|6[0-4][0-9][0-9][0-9]|65[0-4][0-9][0-9]|655[0-2][0-9]|6553[0-5]",
message="{port-pattern}",
payload=JmxConnector.class)
java.lang.String getPort()
String
void setPort(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoExceptionjava.lang.String getAcceptAll()
String
void setAcceptAll(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoException@Deprecated @NotNull @Pattern(regexp="[A-Za-z0-9_][A-Za-z0-9\\-_\\./;#]*") java.lang.String getAuthRealmName()
void setAuthRealmName(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoExceptionjava.lang.String getSecurityEnabled()
String
void setSecurityEnabled(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoExceptioncom.sun.grizzly.config.dom.Ssl getSsl()
Ssl
void setSsl(com.sun.grizzly.config.dom.Ssl value)
throws java.beans.PropertyVetoException
value - allowed object is
Ssl
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||