Apache CXF API

org.apache.cxf.management
Class JMXConnectorPolicyType

java.lang.Object
  extended by org.apache.cxf.management.JMXConnectorPolicyType
Direct Known Subclasses:
InstrumentationManagerImpl

public class JMXConnectorPolicyType
extends Object

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

enabled

protected boolean enabled

threaded

protected boolean threaded

daemon

protected boolean daemon

jmxServiceURL

protected String jmxServiceURL
Constructor Detail

JMXConnectorPolicyType

public JMXConnectorPolicyType()
Method Detail

isEnabled

public boolean isEnabled()
Gets the value of the enabled property.


setEnabled

public void setEnabled(boolean value)
Sets the value of the enabled property.


isThreaded

public boolean isThreaded()
Gets the value of the threaded property.


setThreaded

public void setThreaded(boolean value)
Sets the value of the threaded property.


isDaemon

public boolean isDaemon()
Gets the value of the daemon property.


setDaemon

public void setDaemon(boolean value)
Sets the value of the daemon property.


getJMXServiceURL

public String getJMXServiceURL()
Gets the value of the jmxServiceURL property.

Returns:
possible object is String

setJMXServiceURL

public void setJMXServiceURL(String value)
Sets the value of the jmxServiceURL property.

Parameters:
value - allowed object is String

Apache CXF API

Apache CXF