Uses of Interface
com.caucho.management.server.ManagedObjectMXBean

Packages that use ManagedObjectMXBean
com.caucho.db.store   
com.caucho.hemp.jdbc   
com.caucho.jca   
com.caucho.jms.queue   
com.caucho.loader   
com.caucho.log   
com.caucho.management.server   
com.caucho.server.admin   
com.caucho.server.cache   
com.caucho.server.cluster   
com.caucho.server.deploy   
com.caucho.server.e_app   
com.caucho.server.host   
com.caucho.server.log   
com.caucho.server.port   
com.caucho.server.resin   
com.caucho.server.rewrite   
com.caucho.server.session   
com.caucho.server.snmp   
com.caucho.server.webapp   
com.caucho.sql   
 

Uses of ManagedObjectMXBean in com.caucho.db.store
 

Classes in com.caucho.db.store that implement ManagedObjectMXBean
 class BlockManager
          Manages the block cache
 

Uses of ManagedObjectMXBean in com.caucho.hemp.jdbc
 

Classes in com.caucho.hemp.jdbc that implement ManagedObjectMXBean
 class XmppUserDomainAdmin
           
 

Uses of ManagedObjectMXBean in com.caucho.jca
 

Classes in com.caucho.jca that implement ManagedObjectMXBean
 class ConnectionPool
          Implementation of the connection manager.
 class ResourceDeployAdmin
           
 

Uses of ManagedObjectMXBean in com.caucho.jms.queue
 

Classes in com.caucho.jms.queue that implement ManagedObjectMXBean
 class QueueAdmin
          Administration for a JMS queue
 class TopicAdmin
          Administration for a JMS topic
 

Uses of ManagedObjectMXBean in com.caucho.loader
 

Classes in com.caucho.loader that implement ManagedObjectMXBean
 class EnvironmentAdmin
           
 

Uses of ManagedObjectMXBean in com.caucho.log
 

Classes in com.caucho.log that implement ManagedObjectMXBean
 class LoggerAdmin
          Environment-specific java.util.logging.Logger configuration.
 

Uses of ManagedObjectMXBean in com.caucho.management.server
 

Subinterfaces of ManagedObjectMXBean in com.caucho.management.server
 interface AccessLogMXBean
          Management interface for the access-log
 interface ArchiveDeployMXBean
           
 interface BlockManagerMXBean
          Management interface for the block manager used by the proxy cache and persistent sessions.
 interface ClusterMXBean
          A Cluster is a collection of cluster members, Each instance of Resin has 0 or 1 active srun ports and accept inbound connections, available here with #getPortObjectName.
 interface ClusterServerMXBean
          A client-view of a cluster's server.
 interface ConnectionPoolMXBean
          MBean API for the JCA connection pool.
 interface DeployControllerMXBean
          Management interface for the deploy controller.
 interface DeployMXBean
           
 interface EAppMXBean
           
 interface EarDeployMXBean
           
 interface EnvironmentMXBean
          An Environment is a classloader context containing resources like connection pools, and web beans.
 interface HostDeployMXBean
           
 interface HostMXBean
          Management interface for the host.
 interface JdbcDriverMXBean
          MBean API for a JDBC driver.
 interface JmsQueueMXBean
          MBean API for a JMS Queue.
 interface JmsTopicMXBean
          MBean API for a JMS Topic.
 interface LoggerMXBean
          Interface for a logger, letting applications change the logging level.
 interface LogServiceMXBean
          Interface for the persistent logging.
 interface MemoryMXBean
          Management interface for the memory
 interface PersistentStoreMXBean
          Management interface for the persistent store.
 interface PortMXBean
          Represents a protocol connection.
 interface ProxyCacheMXBean
          Management interface for the proxy cache.
 interface ResinMXBean
          Management interface for the server.
 interface ResourceDeployMXBean
           
 interface RewriteImportMXBean
          Interface for a rewrite rule.
 interface RewriteRuleMXBean
          Interface for a rewrite rule.
 interface ServerConnectorMXBean
          A client-view of a cluster's server.
 interface ServerMXBean
          Management interface for the server.
 interface SessionManagerMXBean
          Administration for the SessionManager for a WebApp.
 interface StatServiceMXBean
          Interface for the persistent statistics
 interface TcpConnectionMXBean
          Represents a tcp-connection
 interface ThreadPoolMXBean
          Management interface for the thread pool.
 interface WebAppDeployMXBean
           
 interface WebAppMXBean
          MBean API for the WebApp.
 interface XmppUserDomainMXBean
          Management interface for the xmpp/bam user domain
 

Classes in com.caucho.management.server that implement ManagedObjectMXBean
 class AbstractEmitterObject
          Managed object which is a notification emitter.
 class AbstractManagedObject
          Parent mbean of all Resin's managed objects.
 class AbstractNotificationObject
          Parent mbean of all Resin's managed objects.
 

Uses of ManagedObjectMXBean in com.caucho.server.admin
 

Classes in com.caucho.server.admin that implement ManagedObjectMXBean
 class LogService.Admin
           
 class StatService.Admin
           
 

Uses of ManagedObjectMXBean in com.caucho.server.cache
 

Classes in com.caucho.server.cache that implement ManagedObjectMXBean
 class CacheAdmin
           
 

Uses of ManagedObjectMXBean in com.caucho.server.cluster
 

Classes in com.caucho.server.cluster that implement ManagedObjectMXBean
 class ClusterAdmin
           
 class ClusterServerAdmin
          Implementation of the ClusterServer's administration mbean.
 class ClusterStoreAdmin
           
 class ServerAdmin
           
 class ServerConnectorAdmin
          Implementation of the ClusterClient's administration mbean.
 class StoreAdmin
           
 

Uses of ManagedObjectMXBean in com.caucho.server.deploy
 

Classes in com.caucho.server.deploy that implement ManagedObjectMXBean
 class DeployControllerAdmin<C extends EnvironmentDeployController>
          A deploy controller for an environment.
 class DeployGeneratorAdmin<C extends DeployGenerator>
           
 class ExpandDeployGeneratorAdmin<C extends ExpandDeployGenerator>
           
 

Uses of ManagedObjectMXBean in com.caucho.server.e_app
 

Classes in com.caucho.server.e_app that implement ManagedObjectMXBean
 class EarAdmin
           
 class EarDeployGeneratorAdmin
           
 

Uses of ManagedObjectMXBean in com.caucho.server.host
 

Classes in com.caucho.server.host that implement ManagedObjectMXBean
 class HostAdmin
          The admin implementation for a host.
 class HostExpandDeployGeneratorAdmin
           
 

Uses of ManagedObjectMXBean in com.caucho.server.log
 

Classes in com.caucho.server.log that implement ManagedObjectMXBean
 class AccessLogAdmin
          The admin implementation for the access log
 

Uses of ManagedObjectMXBean in com.caucho.server.port
 

Classes in com.caucho.server.port that implement ManagedObjectMXBean
 class PortAdmin
           
 

Uses of ManagedObjectMXBean in com.caucho.server.resin
 

Classes in com.caucho.server.resin that implement ManagedObjectMXBean
 class MemoryAdmin
          Facade for the JVM's memory statistics
 class ResinAdmin
           
 class ThreadPoolAdmin
           
 

Uses of ManagedObjectMXBean in com.caucho.server.rewrite
 

Classes in com.caucho.server.rewrite that implement ManagedObjectMXBean
static class AbstractRule.RewriteRuleAdmin
           
static class ImportRule.RewriteImportAdmin
           
 

Uses of ManagedObjectMXBean in com.caucho.server.session
 

Classes in com.caucho.server.session that implement ManagedObjectMXBean
 class SessionManagerAdmin
          Implementation of the SessionManager's administration mbean.
 

Uses of ManagedObjectMXBean in com.caucho.server.snmp
 

Classes in com.caucho.server.snmp that implement ManagedObjectMXBean
 class SnmpAdmin
           
 

Uses of ManagedObjectMXBean in com.caucho.server.webapp
 

Classes in com.caucho.server.webapp that implement ManagedObjectMXBean
 class WebAppAdmin
          The admin implementation for a web-app.
 class WebAppExpandDeployGeneratorAdmin
           
 

Uses of ManagedObjectMXBean in com.caucho.sql
 

Classes in com.caucho.sql that implement ManagedObjectMXBean
 class DriverAdmin