Uses of Class
org.objectweb.cjdbc.common.jmx.JmxException

Packages that use JmxException
org.objectweb.cjdbc.controller.core C-JDBC controller bootstrap and interfaces.  
org.objectweb.cjdbc.controller.jmx This package offers all the classes necessary to start and manage a jmx agent.  
org.objectweb.cjdbc.controller.monitoring.datacollector This regroups all the common interfaces and mbeans to collect information on the system, and eventually make a trace of it.  
org.objectweb.cjdbc.controller.virtualdatabase Virtual database core code including connection handling. 
 

Uses of JmxException in org.objectweb.cjdbc.controller.core
 

Methods in org.objectweb.cjdbc.controller.core that throw JmxException
 void ControllerFactory.setUpJmx()
          Start up the jmx services if enabled.
 

Constructors in org.objectweb.cjdbc.controller.core that throw JmxException
Controller(java.lang.String ipAddress, int port, int backlog)
          Creates a new Controller instance.
 

Uses of JmxException in org.objectweb.cjdbc.controller.jmx
 

Methods in org.objectweb.cjdbc.controller.jmx that throw JmxException
 void RmiConnector.start()
          start the rmi connector and the rmi naming service
 void RmiConnector.stop()
          stop the rmi connector and the rmi registry
private  void RmiConnector.createNamingService()
          Create naming service and starts rmi
private  void RmiConnector.createJRMPAdaptor()
           
 void HttpAdaptor.start()
          Start the HTTP adaptor
 void HttpAdaptor.stop()
          stop the http adaptor
static void MBeanServerManager.setJmxEnabled(boolean isJmxEnabled)
          enable or disable jmx
static javax.management.ObjectInstance MBeanServerManager.registerMBean(java.lang.Object object, javax.management.ObjectName name)
          Registers an MBean with the MBean server if jmx is enabled, otherwise it returns null.
static void MBeanServerManager.unregister(javax.management.ObjectName name)
          unregister an mbean.
 

Constructors in org.objectweb.cjdbc.controller.jmx that throw JmxException
RmiConnector(java.lang.String controllerName, java.lang.String hostName, int port, javax.management.remote.JMXAuthenticator authenticator, SSLConfiguration sslConfig)
          Creates a new RmiConnector.java object
HttpAdaptor(java.lang.String hostName, int port, SSLConfiguration sslConfig)
          Creates a new HttpAdaptor object
 

Uses of JmxException in org.objectweb.cjdbc.controller.monitoring.datacollector
 

Constructors in org.objectweb.cjdbc.controller.monitoring.datacollector that throw JmxException
DataCollector(Controller controller)
          Create a new DataCollector associated to this controller.
 

Uses of JmxException in org.objectweb.cjdbc.controller.virtualdatabase
 

Constructors in org.objectweb.cjdbc.controller.virtualdatabase that throw JmxException
DistributedVirtualDatabase(Controller controller, java.lang.String name, java.lang.String groupName, int maxConnections, boolean pool, int minThreads, int maxThreads, long maxThreadIdleTime, int sqlShortFormLength, AbstractBlobFilter blobFilter)
          Creates a new DistributedVirtualDatabase instance.
VirtualDatabase(Controller controller, java.lang.String name, int maxConnections, boolean pool, int minThreads, int maxThreads, long maxThreadIdleTime, int sqlShortFormLength, AbstractBlobFilter blobFilter)
          Creates a new VirtualDatabase instance.
 



Copyright © 2002, 2005 - ObjectWeb Consortium - All Rights Reserved.