|
||||||||||
| 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 String |
PORT_PATTERN
|
| Method Summary | |
|---|---|
String |
getAcceptAll()
Gets the value of the acceptAll property. |
String |
getAddress()
Gets the value of the address property. |
String |
getAuthRealmName()
Deprecated. |
String |
getEnabled()
Gets the value of the enabled property. |
String |
getPort()
Gets the value of the port property. |
List<org.jvnet.hk2.config.types.Property> |
getProperty()
Properties as per PropertyBag |
String |
getProtocol()
Gets the value of the protocol property. |
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(String value)
Sets the value of the acceptAll property. |
void |
setAddress(String value)
Sets the value of the address property. |
void |
setAuthRealmName(String value)
Sets the value of the authRealmName property. |
void |
setEnabled(String value)
Sets the value of the enabled property. |
void |
setPort(String value)
Sets the value of the port property. |
void |
setProtocol(String value)
Sets the value of the protocol property. |
void |
setSecurityEnabled(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 String PORT_PATTERN
| Method Detail |
|---|
String getEnabled()
String
void setEnabled(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoExceptionString getProtocol()
String
void setProtocol(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoException@NotNull String getAddress()
String
void setAddress(String value)
throws PropertyVetoException
value - allowed object is
String
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)
String getPort()
String
void setPort(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoExceptionString getAcceptAll()
String
void setAcceptAll(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoException@Deprecated @NotNull @Pattern(regexp="[A-Za-z0-9_][A-Za-z0-9\\-_\\./;#]*") String getAuthRealmName()
void setAuthRealmName(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoExceptionString getSecurityEnabled()
String
void setSecurityEnabled(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoExceptioncom.sun.grizzly.config.dom.Ssl getSsl()
Ssl
void setSsl(com.sun.grizzly.config.dom.Ssl value)
throws PropertyVetoException
value - allowed object is
Ssl
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 | |||||||||