|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cxf.management.jmx.type.JMXConnectorPolicyType
public class JMXConnectorPolicyType
Java class for JMXConnectorPolicyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="JMXConnectorPolicyType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="Enabled" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="Threaded" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="Daemon" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="JMXServiceURL" type="{http://www.w3.org/2001/XMLSchema}string" default="service:jmx:rmi:///jndi/rmi://localhost:9913/jmxrmi" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected boolean |
daemon
|
protected boolean |
enabled
|
protected String |
jmxServiceURL
|
protected boolean |
threaded
|
| Constructor Summary | |
|---|---|
JMXConnectorPolicyType()
|
|
| Method Summary | |
|---|---|
String |
getJMXServiceURL()
Gets the value of the jmxServiceURL property. |
boolean |
isDaemon()
Gets the value of the daemon property. |
boolean |
isEnabled()
Gets the value of the enabled property. |
boolean |
isThreaded()
Gets the value of the threaded property. |
void |
setDaemon(boolean value)
Sets the value of the daemon property. |
void |
setEnabled(boolean value)
Sets the value of the enabled property. |
void |
setJMXServiceURL(String value)
Sets the value of the jmxServiceURL property. |
void |
setThreaded(boolean value)
Sets the value of the threaded property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected boolean enabled
protected boolean threaded
protected boolean daemon
protected String jmxServiceURL
| Constructor Detail |
|---|
public JMXConnectorPolicyType()
| Method Detail |
|---|
public boolean isEnabled()
public void setEnabled(boolean value)
public boolean isThreaded()
public void setThreaded(boolean value)
public boolean isDaemon()
public void setDaemon(boolean value)
public String getJMXServiceURL()
Stringpublic void setJMXServiceURL(String value)
value - allowed object is
String
|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||