Uses of Interface
org.mc4j.ems.impl.jmx.connection.support.providers.proxy.StatsProxy

Packages that use StatsProxy
org.mc4j.ems.impl.jmx.connection.support.providers   
org.mc4j.ems.impl.jmx.connection.support.providers.proxy   
 

Uses of StatsProxy in org.mc4j.ems.impl.jmx.connection.support.providers
 

Methods in org.mc4j.ems.impl.jmx.connection.support.providers that return StatsProxy
 StatsProxy AbstractConnectionProvider.getStatsProxy()
           
 

Methods in org.mc4j.ems.impl.jmx.connection.support.providers with parameters of type StatsProxy
 void AbstractConnectionProvider.setStatsProxy(StatsProxy statsProxy)
           
 

Uses of StatsProxy in org.mc4j.ems.impl.jmx.connection.support.providers.proxy
 

Classes in org.mc4j.ems.impl.jmx.connection.support.providers.proxy that implement StatsProxy
 class GenericMBeanServerProxy
          A proxy for a remote MBeanServer stub, which does the following for each invocation: if the invocation fails, attempts to reestablish the underlying RMI connection and then retries the invocation if the underlying connection's type is JBoss, do a JAAS login before the invocation and a JAAS logout after it
 class JMXRemotingMBeanServerProxy
           
 class JSR77ManagementMBeanServerProxy