A B C D E F G H I J L M N O P Q R S T U V W X

A

ARCHIVE_ATTR - Static variable in class mx4j.loading.MLetParser
 
ARG_TAG - Static variable in class mx4j.loading.MLetParser
 
AbstractConnection - class mx4j.tools.remote.AbstractConnection.
Implementation of the Connection interface, to be used on the server-side end of the connection.
AbstractConnection(String, ConnectionManager) - Constructor for class mx4j.tools.remote.AbstractConnection
 
AbstractConnectionManager - class mx4j.tools.remote.AbstractConnectionManager.
Implementation of the ConnectionManager interface that implements emission of connection notifications, authentication, and proper closing of connections.
AbstractConnectionManager(AbstractJMXConnectorServer, Map) - Constructor for class mx4j.tools.remote.AbstractConnectionManager
Called by subclasses.
AbstractDynamicMBean - class mx4j.AbstractDynamicMBean.
Utility class that allow the user to easily write DynamicMBeans.
AbstractDynamicMBean() - Constructor for class mx4j.AbstractDynamicMBean
Only subclasses can create a new instance of an AbstractDynamicMBean.
AbstractHeartBeat - class mx4j.remote.AbstractHeartBeat.
Base implementation for the HeartBeat interface.
AbstractHeartBeat(ConnectionNotificationEmitter, Map) - Constructor for class mx4j.remote.AbstractHeartBeat
Creates a new HeartBeat.
AbstractJMXConnector - class mx4j.tools.remote.AbstractJMXConnector.
Abstract implementation of the JMXConnector interface.
AbstractJMXConnector(JMXServiceURL) - Constructor for class mx4j.tools.remote.AbstractJMXConnector
Creates a new JMXConnector that will connect to the given JMXServiceURL
AbstractJMXConnectorServer - class mx4j.tools.remote.AbstractJMXConnectorServer.
Extends the implementation of JMXConnectorServer by implementing most JMXConnectorServer methods following the JSR 160 specification and delegating implementation specific operations using the template method pattern.
AbstractJMXConnectorServer(JMXServiceURL, Map, MBeanServer) - Constructor for class mx4j.tools.remote.AbstractJMXConnectorServer
 
AbstractRemoteNotificationClientHandler - class mx4j.remote.AbstractRemoteNotificationClientHandler.
Base implementation of the RemoteNotificationClientHandler interface.
AbstractRemoteNotificationClientHandler(ConnectionNotificationEmitter, HeartBeat, Map) - Constructor for class mx4j.remote.AbstractRemoteNotificationClientHandler
Creates a new remote notification client-side handler.
AbstractServerInvoker - class mx4j.tools.remote.AbstractServerInvoker.
This class implements partially the JMXConnection interface to forward the calls to an MBeanServerConnection object (hence the name 'invoker').
AbstractServerInvoker(MBeanServerConnection) - Constructor for class mx4j.tools.remote.AbstractServerInvoker
 
AbstractStatisticsRecorder - class mx4j.tools.stats.AbstractStatisticsRecorder.
Class AbstractStatisticsRecorder.
AbstractStatisticsRecorder() - Constructor for class mx4j.tools.stats.AbstractStatisticsRecorder
 
AdaptorServerSocketFactory - interface mx4j.tools.adaptor.AdaptorServerSocketFactory.
The ServerSocket factory interface.
AttributeDeser - class mx4j.tools.remote.soap.axis.ser.AttributeDeser.
 
AttributeDeser() - Constructor for class mx4j.tools.remote.soap.axis.ser.AttributeDeser
 
AttributeDeserFactory - class mx4j.tools.remote.soap.axis.ser.AttributeDeserFactory.
 
AttributeDeserFactory(Class, QName) - Constructor for class mx4j.tools.remote.soap.axis.ser.AttributeDeserFactory
 
AttributeListDeser - class mx4j.tools.remote.soap.axis.ser.AttributeListDeser.
 
AttributeListDeser() - Constructor for class mx4j.tools.remote.soap.axis.ser.AttributeListDeser
 
AttributeListDeserFactory - class mx4j.tools.remote.soap.axis.ser.AttributeListDeserFactory.
 
AttributeListDeserFactory(Class, QName) - Constructor for class mx4j.tools.remote.soap.axis.ser.AttributeListDeserFactory
 
AttributeListSer - class mx4j.tools.remote.soap.axis.ser.AttributeListSer.
 
AttributeListSer() - Constructor for class mx4j.tools.remote.soap.axis.ser.AttributeListSer
 
AttributeListSerFactory - class mx4j.tools.remote.soap.axis.ser.AttributeListSerFactory.
 
AttributeListSerFactory(Class, QName) - Constructor for class mx4j.tools.remote.soap.axis.ser.AttributeListSerFactory
 
AttributeSer - class mx4j.tools.remote.soap.axis.ser.AttributeSer.
 
AttributeSer() - Constructor for class mx4j.tools.remote.soap.axis.ser.AttributeSer
 
AttributeSerFactory - class mx4j.tools.remote.soap.axis.ser.AttributeSerFactory.
 
AttributeSerFactory(Class, QName) - Constructor for class mx4j.tools.remote.soap.axis.ser.AttributeSerFactory
 
AxisDeserializer - class mx4j.tools.remote.soap.axis.ser.AxisDeserializer.
 
AxisDeserializer() - Constructor for class mx4j.tools.remote.soap.axis.ser.AxisDeserializer
 
AxisSerializer - class mx4j.tools.remote.soap.axis.ser.AxisSerializer.
 
AxisSerializer() - Constructor for class mx4j.tools.remote.soap.axis.ser.AxisSerializer
 
addAuthorization(String, String) - Method in class mx4j.tools.adaptor.http.HttpAdaptor
Adds an authorization pair as username/password
addAuthorization(String, String) - Method in interface mx4j.tools.adaptor.http.HttpAdaptorMBean
Adds an authorization pair as username/password
addChild(ConfigurationBuilder.Node) - Method in interface mx4j.tools.config.ConfigurationBuilder.Node
 
addChild(ConfigurationBuilder.Node) - Method in class mx4j.tools.config.DefaultConfigurationBuilder.AbstractNode
 
addClassLoader(ClassLoader) - Method in class mx4j.server.DefaultClassLoaderRepository
 
addClassLoader(ClassLoader) - Method in class mx4j.server.ModifiableClassLoaderRepository
Adds, if does not already exist, the specified ClassLoader to this repository.
addCommandProcessor(String, HttpCommandProcessor) - Method in class mx4j.tools.adaptor.http.HttpAdaptor
Adds a command processor object
addCommandProcessor(String, String) - Method in class mx4j.tools.adaptor.http.HttpAdaptor
Adds a command processor object by class
addCommandProcessor(String, HttpCommandProcessor) - Method in interface mx4j.tools.adaptor.http.HttpAdaptorMBean
Adds a command processor object
addCommandProcessor(String, String) - Method in interface mx4j.tools.adaptor.http.HttpAdaptorMBean
Adds a command processor object by class
addConnection(Connection) - Method in class mx4j.tools.remote.http.HTTPService
 
addConnectionNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class mx4j.tools.remote.AbstractJMXConnector
 
addEntry(Date, Number) - Method in class mx4j.tools.stats.AbstractStatisticsRecorder
Adds an entry to the collection.
addInterceptor(MBeanServerInterceptor) - Method in class mx4j.server.interceptor.MBeanServerInterceptorConfigurator
Appends the given interceptor, provided by the client, to the existing interceptor chain.
addInterceptor(MBeanServerInterceptor) - Method in interface mx4j.server.interceptor.MBeanServerInterceptorConfiguratorMBean
Appends the given interceptor, provided by the client, to the existing interceptor chain.
addMimeType(String, String) - Method in class mx4j.tools.adaptor.http.XSLTProcessor
 
addMimeType(String, String) - Method in interface mx4j.tools.adaptor.http.XSLTProcessorMBean
Maps a given extension with a specified MIME type
addNotificationListener(NotificationListener, NotificationFilter, Object) - Method in interface mx4j.log.LoggerBroadcasterMBean
 
addNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class mx4j.monitor.MX4JMonitor
 
addNotificationListener(Integer, NotificationTuple) - Method in class mx4j.remote.AbstractRemoteNotificationClientHandler
 
addNotificationListener(Integer, NotificationTuple) - Method in class mx4j.remote.DefaultRemoteNotificationServerHandler
 
addNotificationListener(Integer, NotificationTuple) - Method in interface mx4j.remote.RemoteNotificationClientHandler
Adds the given tuple with the given listener ID to this handler
addNotificationListener(Integer, NotificationTuple) - Method in interface mx4j.remote.RemoteNotificationServerHandler
Adds the given tuple with the given listener ID to this handler
addNotificationListener(ObjectName, NotificationListener, NotificationFilter, Object) - Method in class mx4j.remote.rmi.ClientInvoker
 
addNotificationListener(ObjectName, ObjectName, NotificationFilter, Object) - Method in class mx4j.remote.rmi.ClientInvoker
 
addNotificationListener(ObjectName, ObjectName, MarshalledObject, MarshalledObject, Subject) - Method in class mx4j.remote.rmi.RMIConnectionInvoker
 
addNotificationListener(ObjectName, NotificationListener, NotificationFilter, Object) - Method in class mx4j.server.ChainedMBeanServer
 
addNotificationListener(ObjectName, ObjectName, NotificationFilter, Object) - Method in class mx4j.server.ChainedMBeanServer
 
addNotificationListener(ObjectName, ObjectName, NotificationFilter, Object) - Method in class mx4j.server.MX4JMBeanServer
 
addNotificationListener(ObjectName, NotificationListener, NotificationFilter, Object) - Method in class mx4j.server.MX4JMBeanServer
 
addNotificationListener(MBeanMetaData, NotificationListener, NotificationFilter, Object) - Method in class mx4j.server.interceptor.ContextClassLoaderMBeanServerInterceptor
 
addNotificationListener(MBeanMetaData, NotificationListener, NotificationFilter, Object) - Method in class mx4j.server.interceptor.DefaultMBeanServerInterceptor
 
addNotificationListener(MBeanMetaData, NotificationListener, NotificationFilter, Object) - Method in class mx4j.server.interceptor.InvokerMBeanServerInterceptor
 
addNotificationListener(MBeanMetaData, NotificationListener, NotificationFilter, Object) - Method in interface mx4j.server.interceptor.MBeanServerInterceptor
Adds the given notification listener to the MBean, along with the given filter and handback
addNotificationListener(MBeanMetaData, NotificationListener, NotificationFilter, Object) - Method in class mx4j.server.interceptor.NotificationListenerMBeanServerInterceptor
 
addNotificationListener(MBeanMetaData, NotificationListener, NotificationFilter, Object) - Method in class mx4j.server.interceptor.SecurityMBeanServerInterceptor
 
addNotificationListener(ObjectName, ObjectName, Object, Object, Subject) - Method in class mx4j.tools.remote.AbstractServerInvoker
 
addNotificationListener(ObjectName, ObjectName, Object, Object, Subject) - Method in interface mx4j.tools.remote.JMXConnection
 
addNotificationListener(ObjectName, ObjectName, Object, Object, Subject) - Method in class mx4j.tools.remote.JMXConnectionHandler
 
addNotificationListener(ObjectName, ObjectName, NotificationFilter, Object) - Method in class mx4j.tools.remote.JMXConnectionMBeanServerConnection
 
addNotificationListener(ObjectName, ObjectName, Object, Object, Subject) - Method in class mx4j.tools.remote.http.HTTPClientInvoker
 
addNotificationListener(ObjectName, Object, Subject) - Method in class mx4j.tools.remote.http.HTTPClientInvoker
 
addNotificationListener(ObjectName, Object, Subject) - Method in interface mx4j.tools.remote.http.HTTPConnection
 
addNotificationListener(ObjectName, Object, Subject) - Method in class mx4j.tools.remote.http.HTTPConnectionHandler
 
addNotificationListener(ObjectName, NotificationListener, NotificationFilter, Object) - Method in class mx4j.tools.remote.http.HTTPConnectionMBeanServerConnection
 
addNotificationListener(ObjectName, Object, Subject) - Method in class mx4j.tools.remote.http.HTTPServerInvoker
 
addNotificationListener(ObjectName, ObjectName, Object, Object, Subject) - Method in class mx4j.tools.remote.http.HTTPService
 
addNotificationListener(ObjectName, Object, Subject) - Method in class mx4j.tools.remote.http.HTTPService
 
addNotificationListener(ObjectName, NotificationListener, NotificationFilter, Object, Subject) - Method in interface mx4j.tools.remote.local.LocalConnection
 
addNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class mx4j.tools.remote.proxy.RemoteMBeanProxy
 
addNotificationListener(ObjectName, Object, Subject) - Method in class mx4j.tools.remote.soap.SOAPClientInvoker
 
addNotificationListener(ObjectName, ObjectName, Object, Object, Subject) - Method in class mx4j.tools.remote.soap.SOAPClientInvoker
 
addNotificationListeners(ObjectName[], MarshalledObject[], Subject[]) - Method in class mx4j.remote.rmi.RMIConnectionInvoker
 
addObservedObject(ObjectName) - Method in class mx4j.monitor.MX4JMonitor
 
addObservedObject(ObjectName) - Method in interface mx4j.monitor.MX4JMonitorMBean
 
addParameters(Element, Document, Class[]) - Method in class mx4j.tools.adaptor.http.ConstructorsCommandProcessor
 
addParameters(Element, Document, MBeanParameterInfo[]) - Method in class mx4j.tools.adaptor.http.MBeanCommandProcessor
 
addPostInterceptor(MBeanServerInterceptor) - Method in class mx4j.server.interceptor.MBeanServerInterceptorConfigurator
Adds the given interceptor at the end of the interceptor chain, after the custom interceptors that may be added via MBeanServerInterceptorConfigurator.addInterceptor(mx4j.server.interceptor.MBeanServerInterceptor).
addPreInterceptor(MBeanServerInterceptor) - Method in class mx4j.server.interceptor.MBeanServerInterceptorConfigurator
Adds the given interceptor at the beginning of the interceptor chain, before the custom interceptors that may be added via MBeanServerInterceptorConfigurator.addInterceptor(mx4j.server.interceptor.MBeanServerInterceptor).
addProvider(Provider) - Static method in class mx4j.tools.adaptor.ssl.SSLAdaptorServerSocketFactory
 
addRelationTypeNames(Element, Document, List) - Method in class mx4j.tools.adaptor.http.RelationCommandProcessor
put everything into a map as we need to maintain the correct relationTypeName to relationId TODO: determine how to make relationService tab useful!!
arrayCopy(char[]) - Static method in class mx4j.util.Utils
 
arrayEquals(Object[], Object[]) - Static method in class mx4j.util.Utils
 
arrayEquals(byte[], byte[]) - Static method in class mx4j.util.Utils
 
arrayHashCode(Object[]) - Static method in class mx4j.util.Utils
 
arrayHashCode(byte[]) - Static method in class mx4j.util.Utils
 
authenticate(Object) - Method in class mx4j.tools.remote.AbstractConnectionManager
Authenticates a Subject with the given credentials, by looking up a JMXAuthenticator in the environment returned by AbstractConnectionManager.getEnvironment().
authenticate(Object) - Method in class mx4j.tools.remote.PasswordAuthenticator
 
averageValue - Variable in class mx4j.tools.stats.AbstractStatisticsRecorder
 

B

BCELMBeanInvoker - class mx4j.server.BCELMBeanInvoker.
MBeanInvoker that generates on-the-fly implementations to call standard MBeans directly, instead of using reflection.
BCELMBeanInvoker() - Constructor for class mx4j.server.BCELMBeanInvoker
 
Base64Codec - class mx4j.util.Base64Codec.
This class is copy/paste of Jakarta's Commons-Codec v1.1 org.apache.commons.codec.binary.Base64 implementation.
BurlapClientInvoker - class mx4j.tools.remote.caucho.burlap.BurlapClientInvoker.
 
BurlapClientInvoker(String) - Constructor for class mx4j.tools.remote.caucho.burlap.BurlapClientInvoker
 
BurlapServlet - class mx4j.tools.remote.caucho.burlap.BurlapServlet.
 
BurlapServlet() - Constructor for class mx4j.tools.remote.caucho.burlap.BurlapServlet
 
bindClient(Object, Map) - Method in class mx4j.remote.ConnectionResolver
Connects the client returned by ConnectionResolver.lookupClient(javax.management.remote.JMXServiceURL, java.util.Map) to the server side.
bindClient(Object, Map) - Method in class mx4j.remote.resolver.iiop.Resolver
 
bindClient(Object, Map) - Method in class mx4j.remote.resolver.rmi.Resolver
 
bindClient(Object, Map) - Method in class mx4j.tools.remote.http.HTTPResolver
 
bindClient(Object, Map) - Method in class mx4j.tools.remote.resolver.local.Resolver
 
bindServer(Object, JMXServiceURL, Map) - Method in class mx4j.remote.ConnectionResolver
Binds the server created by ConnectionResolver.createServer(javax.management.remote.JMXServiceURL, java.util.Map) to a place specified by the JMXServiceURL.
bindServer(Object, JMXServiceURL, Map) - Method in class mx4j.remote.resolver.iiop.Resolver
 
bindServer(Object, JMXServiceURL, Map) - Method in class mx4j.remote.resolver.rmi.Resolver
 
bindServer(Object, JMXServiceURL, Map) - Method in class mx4j.tools.remote.http.HTTPResolver
 
bindServer(Object, JMXServiceURL, Map) - Method in class mx4j.tools.remote.resolver.local.Resolver
 
booleanVariableValue(HttpInputStream, String, boolean) - Static method in class mx4j.tools.adaptor.http.HttpUtil
Returns whether a boolean variable is in the variables.
buildCommands() - Method in class mx4j.tools.adaptor.http.HttpAdaptor
Build the commands
builder - Variable in class mx4j.tools.adaptor.http.HttpCommandProcessorAdaptor
 

C

CLIENT_PROVIDER_CLASS - Static variable in interface mx4j.remote.MX4JRemoteConstants
The string 'ClientProvider' as mandated by the spec
CLOSE_BRACKET - Static variable in class mx4j.loading.MLetParser
 
CLOSE_COMMENT - Static variable in class mx4j.loading.MLetParser
 
CODEBASE_ATTR - Static variable in class mx4j.loading.MLetParser
 
CODE_ATTR - Static variable in class mx4j.loading.MLetParser
 
CONNECTION_HEARTBEAT_PERIOD - Static variable in interface mx4j.remote.MX4JRemoteConstants
MX4J's implementation uses this property to specify the period (in ms) of the heartbeat pulse for JMXConnectors that use heartbeat to check if the connection with JMXConnectorServers is still alive.
CONNECTION_HEARTBEAT_RETRIES - Static variable in interface mx4j.remote.MX4JRemoteConstants
MX4J's implementation uses this property to specify the number of retries of heartbeat pulses before declaring the connection between a JMXConnector and a JMXConnectorServer failed, at which a notification failed is emitted.
CachingReflectionMBeanInvoker - class mx4j.server.CachingReflectionMBeanInvoker.
Caching MBeanInvoker that uses reflection to invoke on MBean instances.
CachingReflectionMBeanInvoker() - Constructor for class mx4j.server.CachingReflectionMBeanInvoker
 
CauchoClientInvoker - class mx4j.tools.remote.caucho.CauchoClientInvoker.
 
CauchoClientInvoker(String) - Constructor for class mx4j.tools.remote.caucho.CauchoClientInvoker
 
CauchoInput - interface mx4j.tools.remote.caucho.CauchoInput.
 
CauchoOutput - interface mx4j.tools.remote.caucho.CauchoOutput.
 
CauchoService - class mx4j.tools.remote.caucho.CauchoService.
 
CauchoService(String) - Constructor for class mx4j.tools.remote.caucho.CauchoService
 
CauchoServlet - class mx4j.tools.remote.caucho.CauchoServlet.
 
CauchoServlet() - Constructor for class mx4j.tools.remote.caucho.CauchoServlet
 
ChainedMBeanServer - class mx4j.server.ChainedMBeanServer.
Base class for chained MBeanServers.
ChainedMBeanServer() - Constructor for class mx4j.server.ChainedMBeanServer
Creates a new ChainedMBeanServer that will delegate to an MBeanServer specified using ChainedMBeanServer.setMBeanServer(javax.management.MBeanServer)
ChainedMBeanServer(MBeanServer) - Constructor for class mx4j.server.ChainedMBeanServer
Creates a new ChainedMBeanServer that delegates to the specified MBeanServer.
ChainedMBeanServerBuilder - class mx4j.server.ChainedMBeanServerBuilder.
Base class for chained MBeanServerBuilders.
ChainedMBeanServerBuilder(MBeanServerBuilder) - Constructor for class mx4j.server.ChainedMBeanServerBuilder
Creates a new chained MBeanServerBuilder
ClassLoaderObjectInputStream - class mx4j.loading.ClassLoaderObjectInputStream.
ObjectInputStream that can read serialized java Objects using a supplied classloader to find the object's classes.
ClassLoaderObjectInputStream(InputStream, ClassLoader) - Constructor for class mx4j.loading.ClassLoaderObjectInputStream
Creates a new ClassLoaderObjectInputStream
ClientExceptionCatcher - class mx4j.remote.rmi.ClientExceptionCatcher.
 
ClientInvoker - class mx4j.remote.rmi.ClientInvoker.
An MBeanServerConnection that "converts" the MBeanServerConnection calls to RMIConnection calls, performing wrapping of parameters and/or the needed actions.
ClientInvoker(RMIConnection, RemoteNotificationClientHandler, Subject) - Constructor for class mx4j.remote.rmi.ClientInvoker
 
ClientProvider - class mx4j.remote.provider.iiop.ClientProvider.
 
ClientProvider() - Constructor for class mx4j.remote.provider.iiop.ClientProvider
 
ClientProvider - class mx4j.remote.provider.rmi.ClientProvider.
 
ClientProvider() - Constructor for class mx4j.remote.provider.rmi.ClientProvider
 
ClientProvider - class mx4j.tools.remote.provider.burlap.ClientProvider.
 
ClientProvider() - Constructor for class mx4j.tools.remote.provider.burlap.ClientProvider
 
ClientProvider - class mx4j.tools.remote.provider.burlap.ssl.ClientProvider.
 
ClientProvider() - Constructor for class mx4j.tools.remote.provider.burlap.ssl.ClientProvider
 
ClientProvider - class mx4j.tools.remote.provider.hessian.ClientProvider.
 
ClientProvider() - Constructor for class mx4j.tools.remote.provider.hessian.ClientProvider
 
ClientProvider - class mx4j.tools.remote.provider.hessian.ssl.ClientProvider.
 
ClientProvider() - Constructor for class mx4j.tools.remote.provider.hessian.ssl.ClientProvider
 
ClientProvider - class mx4j.tools.remote.provider.local.ClientProvider.
 
ClientProvider() - Constructor for class mx4j.tools.remote.provider.local.ClientProvider
 
ClientProvider - class mx4j.tools.remote.provider.soap.ClientProvider.
SOAP Connector Client Provider
ClientProvider() - Constructor for class mx4j.tools.remote.provider.soap.ClientProvider
 
ClientProvider - class mx4j.tools.remote.provider.soap.ssl.ClientProvider.
 
ClientProvider() - Constructor for class mx4j.tools.remote.provider.soap.ssl.ClientProvider
 
ClientProxy - class mx4j.remote.ClientProxy.
 
ClientProxy(MBeanServerConnection) - Constructor for class mx4j.remote.ClientProxy
 
ClientUnmarshaller - class mx4j.remote.rmi.ClientUnmarshaller.
An MBeanServerConnection proxy that performs the setting of the appropriate context classloader to allow classloading of classes sent by the server but not known to the client, in methods like MBeanServerConnection.getAttribute(javax.management.ObjectName, java.lang.String), MBeanServerConnection.invoke(javax.management.ObjectName, java.lang.String, java.lang.Object[], java.lang.String[]) and so on.
CommandProcessorUtil - class mx4j.tools.adaptor.http.CommandProcessorUtil.
Contains utilities common to CommandProcessor objects
CommandProcessorUtil() - Constructor for class mx4j.tools.adaptor.http.CommandProcessorUtil
 
CommonsLogger - class mx4j.log.CommonsLogger.
Log that redirects log calls to Jakarta Commons Logging.
CommonsLogger() - Constructor for class mx4j.log.CommonsLogger
 
ConfigurationBuilder - interface mx4j.tools.config.ConfigurationBuilder.
 
ConfigurationBuilder.Node - interface mx4j.tools.config.ConfigurationBuilder.Node.
 
ConfigurationBuilder.ObjectsHolder - interface mx4j.tools.config.ConfigurationBuilder.ObjectsHolder.
 
ConfigurationException - exception mx4j.tools.config.ConfigurationException.
 
ConfigurationException() - Constructor for class mx4j.tools.config.ConfigurationException
 
ConfigurationException(String) - Constructor for class mx4j.tools.config.ConfigurationException
 
ConfigurationException(Throwable) - Constructor for class mx4j.tools.config.ConfigurationException
 
ConfigurationException(String, Throwable) - Constructor for class mx4j.tools.config.ConfigurationException
 
ConfigurationLoader - class mx4j.tools.config.ConfigurationLoader.
 
ConfigurationLoader() - Constructor for class mx4j.tools.config.ConfigurationLoader
 
ConfigurationLoader(ConfigurationBuilder) - Constructor for class mx4j.tools.config.ConfigurationLoader
 
ConfigurationLoader(MBeanServer) - Constructor for class mx4j.tools.config.ConfigurationLoader
 
ConfigurationLoader(MBeanServer, ConfigurationBuilder) - Constructor for class mx4j.tools.config.ConfigurationLoader
 
ConfigurationLoaderMBean - interface mx4j.tools.config.ConfigurationLoaderMBean.
 
Connection - interface mx4j.tools.remote.Connection.
Represents a connection between a client and a server.
ConnectionIDRequestHandler - class mx4j.tools.remote.soap.ConnectionIDRequestHandler.
This class is used in the Axis deployment descriptor, and parses the SOAP header (on server-side) that contains the connection ID sent by the client.
ConnectionIDRequestHandler() - Constructor for class mx4j.tools.remote.soap.ConnectionIDRequestHandler
 
ConnectionManager - interface mx4j.tools.remote.ConnectionManager.
A ConnectionManager is a server-side object that acts as the factory for new connections and manages the authentication details.
ConnectionNotificationEmitter - class mx4j.remote.ConnectionNotificationEmitter.
 
ConnectionNotificationEmitter(JMXConnector) - Constructor for class mx4j.remote.ConnectionNotificationEmitter
 
ConnectionResolver - class mx4j.remote.ConnectionResolver.
ConnectionResolver handles the details of creating connections for different protocols.
ConnectionResolver() - Constructor for class mx4j.remote.ConnectionResolver
 
ConstructorsCommandProcessor - class mx4j.tools.adaptor.http.ConstructorsCommandProcessor.
ConstructorsCommandProcessor, processes a request to query the available constructors for a classname
ConstructorsCommandProcessor() - Constructor for class mx4j.tools.adaptor.http.ConstructorsCommandProcessor
 
ContextClassLoaderMBeanServerInterceptor - class mx4j.server.interceptor.ContextClassLoaderMBeanServerInterceptor.
This interceptor sets the context class loader to the proper value for incoming calls.
ContextClassLoaderMBeanServerInterceptor() - Constructor for class mx4j.server.interceptor.ContextClassLoaderMBeanServerInterceptor
 
CosNamingService - class mx4j.tools.naming.CosNamingService.
An MBean that wraps tnameserv.
CosNamingService() - Constructor for class mx4j.tools.naming.CosNamingService
Creates a new instance of CosNamingService with the default port (900).
CosNamingService(int) - Constructor for class mx4j.tools.naming.CosNamingService
Creates a new instance of CosNamingService with the specified port.
CosNamingServiceMBean - interface mx4j.tools.naming.CosNamingServiceMBean.
Management interface for the CosNamingService MBean.
CosNamingServiceMBeanDescription - class mx4j.tools.naming.CosNamingServiceMBeanDescription.
Management interface descriptions for the CosNamingService MBean.
CosNamingServiceMBeanDescription() - Constructor for class mx4j.tools.naming.CosNamingServiceMBeanDescription
 
CreateMBeanCommandProcessor - class mx4j.tools.adaptor.http.CreateMBeanCommandProcessor.
CreateMBeanCommandProcessor, processes a request for creating and registering an MBean
CreateMBeanCommandProcessor() - Constructor for class mx4j.tools.adaptor.http.CreateMBeanCommandProcessor
Constructs a new CreateMBeanCommandProcessor
cacheMBeanInfo(MBeanInfo) - Method in class mx4j.tools.i18n.I18NStandardMBean
Once the MBeanInfo has been obtained discard our caches.
canCreateParameterValue(String) - Static method in class mx4j.tools.adaptor.http.CommandProcessorUtil
Checks if the given type is primitive of can be initialized from String.
This is done by trying to load the class and checking if there is a public String only constructor.
canonicalizePath(String) - Static method in class mx4j.tools.adaptor.http.HttpUtil
Makes a path canonical
chain(Object, Method, Object[]) - Method in class mx4j.tools.remote.SubjectInvoker
 
checkRelationServiceIsRegistered() - Method in class mx4j.tools.adaptor.http.RelationCommandProcessor
 
clear() - Method in class mx4j.timer.TimeQueue
Removes all the tasks from this TimeQueue.
clearInterceptors() - Method in class mx4j.server.interceptor.MBeanServerInterceptorConfigurator
Removes all the interceptors added via MBeanServerInterceptorConfigurator.addInterceptor(MBeanServerInterceptor interceptor).
clearInterceptors() - Method in interface mx4j.server.interceptor.MBeanServerInterceptorConfiguratorMBean
Removes all the interceptors added via MBeanServerInterceptorConfiguratorMBean.addInterceptor(MBeanServerInterceptor interceptor).
clearNotificationStatus() - Method in class mx4j.monitor.MX4JCounterMonitor.CounterMonitorInfo
 
clearNotificationStatus() - Method in class mx4j.monitor.MX4JGaugeMonitor.GaugeMonitorInfo
 
clearNotificationStatus() - Method in class mx4j.monitor.MX4JMonitor.MonitorInfo
 
clearNotificationStatus() - Method in class mx4j.monitor.MX4JStringMonitor.StringMonitorInfo
 
clearObservedObjects() - Method in class mx4j.monitor.MX4JMonitor
 
clone() - Method in interface mx4j.server.MBeanRepository
Clones this MBean repository
cloneClassLoaders() - Method in class mx4j.server.DefaultClassLoaderRepository
 
close() - Method in class mx4j.remote.DefaultRemoteNotificationServerHandler
 
close() - Method in interface mx4j.remote.RemoteNotificationServerHandler
Closes this handler, that will not accept anymore add or removal of listeners
close() - Method in class mx4j.remote.rmi.RMIConnectionInvoker
 
close() - Method in class mx4j.tools.remote.AbstractConnection
 
close() - Method in class mx4j.tools.remote.AbstractConnectionManager
Implemented using the template method pattern
close() - Method in class mx4j.tools.remote.AbstractJMXConnector
 
close() - Method in interface mx4j.tools.remote.Connection
Closes this connection
close() - Method in interface mx4j.tools.remote.ConnectionManager
Closes this ConnectionManager and all the opened connections it manages.
close() - Method in interface mx4j.tools.remote.JMXConnection
 
close() - Method in class mx4j.tools.remote.JMXConnectionHandler
Overridden to allow nested connections to close and release their resources and, afterwards, to close this connection with the JSR 160 semantic provided by the superclass.
close() - Method in class mx4j.tools.remote.http.HTTPClientInvoker
 
close() - Method in class mx4j.tools.remote.http.HTTPServerInvoker
 
close() - Method in class mx4j.tools.remote.http.HTTPService
 
close() - Method in class mx4j.tools.remote.soap.SOAPClientInvoker
 
closeConnection(Connection) - Method in class mx4j.tools.remote.AbstractConnectionManager
Implemented using the template method pattern, handles the emission of the connection notification of type "closed".
closeConnection(Connection) - Method in interface mx4j.tools.remote.ConnectionManager
Closes the given Connection.
code - Variable in class mx4j.tools.adaptor.http.HttpException
Error code
code - Variable in class mx4j.tools.adaptor.http.HttpOutputStream
Answer code
compare(Number, Number) - Method in class mx4j.monitor.MX4JCounterMonitor
 
compare(Number, Number) - Method in class mx4j.monitor.MX4JGaugeMonitor
 
compare(String, String) - Method in class mx4j.monitor.MX4JStringMonitor
 
compareTo(Object) - Method in class mx4j.timer.TimeTask
Compares 2 TimeTasks by comparing their next execution times
compareTo(Object) - Method in class mx4j.tools.stats.PointTime
 
completeCall() - Method in interface mx4j.tools.remote.caucho.CauchoInput
 
completeCall() - Method in interface mx4j.tools.remote.caucho.CauchoOutput
 
completeReply() - Method in interface mx4j.tools.remote.caucho.CauchoInput
 
completeReply() - Method in interface mx4j.tools.remote.caucho.CauchoOutput
 
configure(MBeanServer) - Method in interface mx4j.tools.config.ConfigurationBuilder.Node
 
configure(MBeanServer) - Method in class mx4j.tools.config.DefaultConfigurationBuilder.Arg
 
configure(MBeanServer) - Method in class mx4j.tools.config.DefaultConfigurationBuilder.Call
 
configure(MBeanServer) - Method in class mx4j.tools.config.DefaultConfigurationBuilder.Configuration
 
configure(MBeanServer) - Method in class mx4j.tools.config.DefaultConfigurationBuilder.Create
 
configure(MBeanServer) - Method in class mx4j.tools.config.DefaultConfigurationBuilder.New
 
configure(MBeanServer) - Method in class mx4j.tools.config.DefaultConfigurationBuilder.Object
 
configure(MBeanServer) - Method in class mx4j.tools.config.DefaultConfigurationBuilder.Register
 
configure(MBeanServer) - Method in class mx4j.tools.config.DefaultConfigurationBuilder.Shutdown
 
configure(MBeanServer) - Method in class mx4j.tools.config.DefaultConfigurationBuilder.Startup
 
configure(MBeanServer) - Method in class mx4j.tools.config.DefaultConfigurationBuilder.Unregister
 
configureListener(JMXServiceURL, Map) - Method in class mx4j.tools.remote.http.jetty.JettyWebContainer
 
connect(Object) - Method in class mx4j.tools.remote.AbstractConnectionManager
Implemented using the template method pattern, it handles authentication, creation of the connection ID, emission of connection notification of type "opened".
connect() - Method in class mx4j.tools.remote.AbstractJMXConnector
 
connect(Map) - Method in class mx4j.tools.remote.AbstractJMXConnector
 
connect(Object) - Method in interface mx4j.tools.remote.ConnectionManager
Factory method that creates connections that are specific to the client that invoked this method.
connect(Object) - Method in class mx4j.tools.remote.http.HTTPClientInvoker
 
connect(Object) - Method in interface mx4j.tools.remote.http.HTTPConnection
This method is called when a call initiated by JMXConnector.connect() arrives on server side.
connect(Object) - Method in class mx4j.tools.remote.http.HTTPConnectionHandler
 
connect(Object) - Method in class mx4j.tools.remote.http.HTTPServerInvoker
 
connect(Object) - Method in class mx4j.tools.remote.http.HTTPService
 
connect(Object) - Method in class mx4j.tools.remote.soap.SOAPClientInvoker
 
connectionClosed(String, String, Object) - Method in class mx4j.tools.remote.AbstractJMXConnectorServer
 
connectionFailed(String, String, Object) - Method in class mx4j.tools.remote.AbstractJMXConnectorServer
 
connectionOpened(String, String, Object) - Method in class mx4j.tools.remote.AbstractJMXConnectorServer
 
constructClassName(String, String, String) - Static method in class mx4j.remote.ProviderHelper
 
contains(NotificationTuple) - Method in class mx4j.remote.AbstractRemoteNotificationClientHandler
 
contains(NotificationTuple) - Method in interface mx4j.remote.RemoteNotificationClientHandler
Returns whether the tuple is already present in this handler
containsKey(String) - Method in interface mx4j.tools.config.ConfigurationBuilder.ObjectsHolder
 
containsKey(String) - Method in class mx4j.tools.config.DefaultConfigurationBuilder.Configuration
 
containsObservedObject(ObjectName) - Method in class mx4j.monitor.MX4JMonitor
 
containsObservedObject(ObjectName) - Method in interface mx4j.monitor.MX4JMonitorMBean
 
convertPriority(int) - Method in class mx4j.log.Log4JLogger
Converts MX4J priority to Log4J priority
count - Variable in class mx4j.tools.stats.AbstractStatisticsRecorder
 
create(MBeanMetaData) - Static method in class mx4j.server.BCELMBeanInvoker
Creates a new MBeanInvoker created on-the-fly by using BCEL.
create() - Static method in class mx4j.server.MBeanMetaData.Factory
 
createArchiveURL(URL, String) - Method in class mx4j.loading.MLetTag
Returns the URL for the given archive file name using the provided URL as a codebase, or null if the URL cannot be created.
createCauchoInput(InputStream) - Method in class mx4j.tools.remote.caucho.CauchoClientInvoker
 
createCauchoInput(InputStream) - Method in class mx4j.tools.remote.caucho.CauchoServlet
 
createCauchoInput(InputStream) - Method in class mx4j.tools.remote.caucho.burlap.BurlapClientInvoker
 
createCauchoInput(InputStream) - Method in class mx4j.tools.remote.caucho.burlap.BurlapServlet
 
createCauchoInput(InputStream) - Method in class mx4j.tools.remote.caucho.hessian.HessianClientInvoker
 
createCauchoInput(InputStream) - Method in class mx4j.tools.remote.caucho.hessian.HessianServlet
 
createCauchoOutput(OutputStream) - Method in class mx4j.tools.remote.caucho.CauchoClientInvoker
 
createCauchoOutput(OutputStream) - Method in class mx4j.tools.remote.caucho.CauchoServlet
 
createCauchoOutput(OutputStream) - Method in class mx4j.tools.remote.caucho.burlap.BurlapClientInvoker
 
createCauchoOutput(OutputStream) - Method in class mx4j.tools.remote.caucho.burlap.BurlapServlet
 
createCauchoOutput(OutputStream) - Method in class mx4j.tools.remote.caucho.hessian.HessianClientInvoker
 
createCauchoOutput(OutputStream) - Method in class mx4j.tools.remote.caucho.hessian.HessianServlet
 
createClassComparator() - Static method in class mx4j.tools.adaptor.http.CommandProcessorUtil
 
createConfigurationNode(Element) - Method in interface mx4j.tools.config.ConfigurationBuilder
 
createConfigurationNode(Element) - Method in class mx4j.tools.config.DefaultConfigurationBuilder
 
createConnectionID(String, String, int, Subject) - Static method in class mx4j.remote.MX4JRemoteUtils
 
createConnectionID(Subject) - Method in class mx4j.tools.remote.AbstractConnectionManager
Returns a connection ID as specified by JSR 160.
createConnectionManager(AbstractJMXConnectorServer, JMXServiceURL, Map) - Method in class mx4j.tools.remote.http.HTTPConnectorServer
 
createConnectionNotificationEmitter() - Method in class mx4j.tools.remote.AbstractJMXConnector
Creates a notification emitter used to emit connection notifications.
createConstructorComparator() - Static method in class mx4j.tools.adaptor.http.CommandProcessorUtil
 
createHeartBeat(HTTPConnection, ConnectionNotificationEmitter, Map) - Method in class mx4j.tools.remote.http.HTTPConnector
 
createLoggerPrototype() - Method in class mx4j.log.LoggerBroadcaster
 
createMBean(String, ObjectName) - Method in class mx4j.remote.rmi.ClientInvoker
 
createMBean(String, ObjectName, Object[], String[]) - Method in class mx4j.remote.rmi.ClientInvoker
 
createMBean(String, ObjectName, ObjectName) - Method in class mx4j.remote.rmi.ClientInvoker
 
createMBean(String, ObjectName, ObjectName, Object[], String[]) - Method in class mx4j.remote.rmi.ClientInvoker
 
createMBean(String, ObjectName, Subject) - Method in class mx4j.remote.rmi.RMIConnectionInvoker
 
createMBean(String, ObjectName, ObjectName, Subject) - Method in class mx4j.remote.rmi.RMIConnectionInvoker
 
createMBean(String, ObjectName, MarshalledObject, String[], Subject) - Method in class mx4j.remote.rmi.RMIConnectionInvoker
 
createMBean(String, ObjectName, ObjectName, MarshalledObject, String[], Subject) - Method in class mx4j.remote.rmi.RMIConnectionInvoker
 
createMBean(String, ObjectName) - Method in class mx4j.server.ChainedMBeanServer
 
createMBean(String, ObjectName, Object[], String[]) - Method in class mx4j.server.ChainedMBeanServer
 
createMBean(String, ObjectName, ObjectName) - Method in class mx4j.server.ChainedMBeanServer
 
createMBean(String, ObjectName, ObjectName, Object[], String[]) - Method in class mx4j.server.ChainedMBeanServer
 
createMBean(String, ObjectName) - Method in class mx4j.server.MX4JMBeanServer
 
createMBean(String, ObjectName, Object[], String[]) - Method in class mx4j.server.MX4JMBeanServer
 
createMBean(String, ObjectName, ObjectName) - Method in class mx4j.server.MX4JMBeanServer
 
createMBean(String, ObjectName, ObjectName, Object[], String[]) - Method in class mx4j.server.MX4JMBeanServer
 
createMBean(String, ObjectName, Object, String[], Subject) - Method in class mx4j.tools.remote.AbstractServerInvoker
 
createMBean(String, ObjectName, ObjectName, Object, String[], Subject) - Method in class mx4j.tools.remote.AbstractServerInvoker
 
createMBean(String, ObjectName, Object, String[], Subject) - Method in interface mx4j.tools.remote.JMXConnection
 
createMBean(String, ObjectName, ObjectName, Object, String[], Subject) - Method in interface mx4j.tools.remote.JMXConnection
 
createMBean(String, ObjectName, Object, String[], Subject) - Method in class mx4j.tools.remote.JMXConnectionHandler
 
createMBean(String, ObjectName, ObjectName, Object, String[], Subject) - Method in class mx4j.tools.remote.JMXConnectionHandler
 
createMBean(String, ObjectName) - Method in class mx4j.tools.remote.JMXConnectionMBeanServerConnection
 
createMBean(String, ObjectName, Object[], String[]) - Method in class mx4j.tools.remote.JMXConnectionMBeanServerConnection
 
createMBean(String, ObjectName, ObjectName) - Method in class mx4j.tools.remote.JMXConnectionMBeanServerConnection
 
createMBean(String, ObjectName, ObjectName, Object[], String[]) - Method in class mx4j.tools.remote.JMXConnectionMBeanServerConnection
 
createMBean(String, ObjectName, Object, String[], Subject) - Method in class mx4j.tools.remote.http.HTTPClientInvoker
 
createMBean(String, ObjectName, ObjectName, Object, String[], Subject) - Method in class mx4j.tools.remote.http.HTTPClientInvoker
 
createMBean(String, ObjectName, Object, String[], Subject) - Method in class mx4j.tools.remote.http.HTTPService
 
createMBean(String, ObjectName, ObjectName, Object, String[], Subject) - Method in class mx4j.tools.remote.http.HTTPService
 
createMBean(String, ObjectName, Object, String[], Subject) - Method in class mx4j.tools.remote.soap.SOAPClientInvoker
 
createMBean(String, ObjectName, ObjectName, Object, String[], Subject) - Method in class mx4j.tools.remote.soap.SOAPClientInvoker
 
createMBeanAttributeInfo() - Method in class mx4j.AbstractDynamicMBean
To be overridden to return metadata information about manageable attributes.
createMBeanConstructorInfo() - Method in class mx4j.AbstractDynamicMBean
To be overridden to return metadata information about manageable constructors.
createMBeanInfo() - Method in class mx4j.AbstractDynamicMBean
Creates the MBeanInfo for this instance, calling in succession factory methods that the user can override.
createMBeanNotificationInfo() - Method in class mx4j.AbstractDynamicMBean
To be overridden to return metadata information about manageable notifications.
createMBeanOperationInfo() - Method in class mx4j.AbstractDynamicMBean
To be overridden to return metadata information about manageable operations.
createMonitorInfo() - Method in class mx4j.monitor.MX4JCounterMonitor
 
createMonitorInfo() - Method in class mx4j.monitor.MX4JGaugeMonitor
 
createMonitorInfo() - Method in class mx4j.monitor.MX4JMonitor
 
createMonitorInfo() - Method in class mx4j.monitor.MX4JStringMonitor
 
createMonitorNotification(String, long, String, ObjectName, String, Object, Object) - Method in class mx4j.monitor.MX4JMonitor
 
createNotificationEmitter() - Method in class mx4j.monitor.MX4JMonitor
 
createObject() - Method in class mx4j.tools.remote.soap.axis.ser.AttributeDeser
 
createObject() - Method in class mx4j.tools.remote.soap.axis.ser.AttributeListDeser
 
createObject() - Method in class mx4j.tools.remote.soap.axis.ser.AxisDeserializer
 
createObject() - Method in class mx4j.tools.remote.soap.axis.ser.MBeanAttributeInfoDeser
 
createObject() - Method in class mx4j.tools.remote.soap.axis.ser.MBeanConstructorInfoDeser
 
createObject() - Method in class mx4j.tools.remote.soap.axis.ser.MBeanInfoDeser
 
createObject() - Method in class mx4j.tools.remote.soap.axis.ser.MBeanNotificationInfoDeser
 
createObject() - Method in class mx4j.tools.remote.soap.axis.ser.MBeanOperationInfoDeser
 
createObject() - Method in class mx4j.tools.remote.soap.axis.ser.MBeanParameterInfoDeser
 
createObject() - Method in class mx4j.tools.remote.soap.axis.ser.MBeanServerNotificationDeser
 
createObject() - Method in class mx4j.tools.remote.soap.axis.ser.MBeanServerNotificationFilterDeser
 
createObject() - Method in class mx4j.tools.remote.soap.axis.ser.MonitorNotificationDeser
 
createObject() - Method in class mx4j.tools.remote.soap.axis.ser.NotificationDeser
 
createObject() - Method in class mx4j.tools.remote.soap.axis.ser.NotificationFilterSupportDeser
 
createObject() - Method in class mx4j.tools.remote.soap.axis.ser.NotificationResultDeser
 
createObject() - Method in class mx4j.tools.remote.soap.axis.ser.ObjectInstanceDeser
 
createObject() - Method in class mx4j.tools.remote.soap.axis.ser.ObjectNameDeser
 
createObject() - Method in class mx4j.tools.remote.soap.axis.ser.PrincipalDeser
 
createObject() - Method in class mx4j.tools.remote.soap.axis.ser.RelationTypeSupportDeser
 
createObject() - Method in class mx4j.tools.remote.soap.axis.ser.RoleDeser
 
createObject() - Method in class mx4j.tools.remote.soap.axis.ser.RoleInfoDeser
 
createObject() - Method in class mx4j.tools.remote.soap.axis.ser.RoleListDeser
 
createObject() - Method in class mx4j.tools.remote.soap.axis.ser.RoleResultDeser
 
createObject() - Method in class mx4j.tools.remote.soap.axis.ser.RoleUnresolvedDeser
 
createObject() - Method in class mx4j.tools.remote.soap.axis.ser.RoleUnresolvedListDeser
 
createObject() - Method in class mx4j.tools.remote.soap.axis.ser.SetDeser
 
createObject() - Method in class mx4j.tools.remote.soap.axis.ser.SubjectDeser
 
createObject() - Method in class mx4j.tools.remote.soap.axis.ser.TargetedNotificationDeser
 
createObject() - Method in class mx4j.tools.remote.soap.axis.ser.TimerNotificationDeser
 
createObjectInstanceComparator() - Static method in class mx4j.tools.adaptor.http.CommandProcessorUtil
 
createObjectNameComparator() - Static method in class mx4j.tools.adaptor.http.CommandProcessorUtil
 
createParameterValue(String, String) - Static method in class mx4j.tools.adaptor.http.CommandProcessorUtil
Creates a parameter object of the given type containing a given value.
createRMIServer(JMXServiceURL, Map) - Method in class mx4j.remote.resolver.iiop.Resolver
 
createRMIServer(JMXServiceURL, Map) - Method in class mx4j.remote.resolver.rmi.Resolver
 
createRemoteNotificationClientHandler(HTTPConnection, ConnectionNotificationEmitter, HeartBeat, Map) - Method in class mx4j.tools.remote.http.HTTPConnector
 
createServer(JMXServiceURL, Map) - Method in class mx4j.remote.ConnectionResolver
Creates an instance of the server as specified in the given JMXServiceURL.
createServer(JMXServiceURL, Map) - Method in class mx4j.remote.resolver.rmi.Resolver
 
createServer(JMXServiceURL, Map) - Method in class mx4j.tools.remote.http.HTTPResolver
 
createServer(JMXServiceURL, Map) - Method in class mx4j.tools.remote.resolver.local.Resolver
 
createServerSocket(int, int, String) - Method in interface mx4j.tools.adaptor.AdaptorServerSocketFactory
Creates a new ServerSocket on the specified port, with the specified backlog and on the given host.
createServerSocket(int, int, String) - Method in class mx4j.tools.adaptor.PlainAdaptorServerSocketFactory
 
createServerSocket(int, int, String) - Method in class mx4j.tools.adaptor.ssl.SSLAdaptorServerSocketFactory
Returns a SSLServerSocket on the given port.
createServerSocket(int) - Method in class mx4j.tools.remote.rmi.SSLRMIServerSocketFactory
 
createService() - Method in class mx4j.tools.remote.caucho.burlap.BurlapServlet
 
createService() - Method in class mx4j.tools.remote.caucho.burlap.SSLBurlapServlet
 
createService() - Method in class mx4j.tools.remote.caucho.hessian.HessianServlet
 
createService() - Method in class mx4j.tools.remote.caucho.hessian.SSLHessianServlet
 
createSocket(String, int) - Method in class mx4j.tools.remote.rmi.SSLRMIClientSocketFactory
 
createTransformer(String) - Method in class mx4j.tools.adaptor.http.XSLTProcessor
 
createWebContainer(JMXServiceURL, String, Map) - Method in class mx4j.tools.remote.http.HTTPResolver
 

D

DEBUG - Static variable in class mx4j.log.Logger
 
DEFAULT_WEB_CONTAINER_CLASS - Static variable in class mx4j.tools.remote.http.HTTPResolver
 
DefaultClassLoaderRepository - class mx4j.server.DefaultClassLoaderRepository.
Default implementation of a ClassLoaderRepository
DefaultClassLoaderRepository() - Constructor for class mx4j.server.DefaultClassLoaderRepository
 
DefaultConfigurationBuilder - class mx4j.tools.config.DefaultConfigurationBuilder.
 
DefaultConfigurationBuilder() - Constructor for class mx4j.tools.config.DefaultConfigurationBuilder
 
DefaultConfigurationBuilder.AbstractNode - class mx4j.tools.config.DefaultConfigurationBuilder.AbstractNode.
 
DefaultConfigurationBuilder.AbstractNode() - Constructor for class mx4j.tools.config.DefaultConfigurationBuilder.AbstractNode
 
DefaultConfigurationBuilder.Arg - class mx4j.tools.config.DefaultConfigurationBuilder.Arg.
 
DefaultConfigurationBuilder.Arg() - Constructor for class mx4j.tools.config.DefaultConfigurationBuilder.Arg
 
DefaultConfigurationBuilder.Call - class mx4j.tools.config.DefaultConfigurationBuilder.Call.
 
DefaultConfigurationBuilder.Call() - Constructor for class mx4j.tools.config.DefaultConfigurationBuilder.Call
 
DefaultConfigurationBuilder.Configuration - class mx4j.tools.config.DefaultConfigurationBuilder.Configuration.
 
DefaultConfigurationBuilder.Configuration() - Constructor for class mx4j.tools.config.DefaultConfigurationBuilder.Configuration
 
DefaultConfigurationBuilder.Create - class mx4j.tools.config.DefaultConfigurationBuilder.Create.
 
DefaultConfigurationBuilder.Create() - Constructor for class mx4j.tools.config.DefaultConfigurationBuilder.Create
 
DefaultConfigurationBuilder.New - class mx4j.tools.config.DefaultConfigurationBuilder.New.
 
DefaultConfigurationBuilder.New() - Constructor for class mx4j.tools.config.DefaultConfigurationBuilder.New
 
DefaultConfigurationBuilder.Object - class mx4j.tools.config.DefaultConfigurationBuilder.Object.
 
DefaultConfigurationBuilder.Object() - Constructor for class mx4j.tools.config.DefaultConfigurationBuilder.Object
 
DefaultConfigurationBuilder.Register - class mx4j.tools.config.DefaultConfigurationBuilder.Register.
 
DefaultConfigurationBuilder.Register() - Constructor for class mx4j.tools.config.DefaultConfigurationBuilder.Register
 
DefaultConfigurationBuilder.Shutdown - class mx4j.tools.config.DefaultConfigurationBuilder.Shutdown.
 
DefaultConfigurationBuilder.Shutdown() - Constructor for class mx4j.tools.config.DefaultConfigurationBuilder.Shutdown
 
DefaultConfigurationBuilder.Startup - class mx4j.tools.config.DefaultConfigurationBuilder.Startup.
 
DefaultConfigurationBuilder.Startup() - Constructor for class mx4j.tools.config.DefaultConfigurationBuilder.Startup
 
DefaultConfigurationBuilder.Unregister - class mx4j.tools.config.DefaultConfigurationBuilder.Unregister.
 
DefaultConfigurationBuilder.Unregister() - Constructor for class mx4j.tools.config.DefaultConfigurationBuilder.Unregister
 
DefaultMBeanServerInterceptor - class mx4j.server.interceptor.DefaultMBeanServerInterceptor.
Base class for MBeanServer --> MBean interceptors.
DefaultMBeanServerInterceptor() - Constructor for class mx4j.server.interceptor.DefaultMBeanServerInterceptor
 
DefaultMBeanServerInterceptorMBean - interface mx4j.server.interceptor.DefaultMBeanServerInterceptorMBean.
Management interface for the DefaultMBeanServerInterceptor MBean
DefaultMBeanServerInterceptorMBeanDescription - class mx4j.server.interceptor.DefaultMBeanServerInterceptorMBeanDescription.
Management interface description for the DefaultMBeanServerInterceptor MBean
DefaultMBeanServerInterceptorMBeanDescription() - Constructor for class mx4j.server.interceptor.DefaultMBeanServerInterceptorMBeanDescription
 
DefaultProcessor - class mx4j.tools.adaptor.http.DefaultProcessor.
DefaultPostProcessor doesn't alter the result, just publising the xml file
DefaultProcessor() - Constructor for class mx4j.tools.adaptor.http.DefaultProcessor
 
DefaultRemoteNotificationServerHandler - class mx4j.remote.DefaultRemoteNotificationServerHandler.
Base implementation of the RemoteNotificationServerHandler interface.
DefaultRemoteNotificationServerHandler(Map) - Constructor for class mx4j.remote.DefaultRemoteNotificationServerHandler
Creates a new remote notification server handler.
DeleteMBeanCommandProcessor - class mx4j.tools.adaptor.http.DeleteMBeanCommandProcessor.
DeleteMBeanCommandProcessor, processes a request for unregistering an MBean
DeleteMBeanCommandProcessor() - Constructor for class mx4j.tools.adaptor.http.DeleteMBeanCommandProcessor
 
debug(Object) - Method in class mx4j.log.Logger
 
debug(Object, Throwable) - Method in class mx4j.log.Logger
 
decodeBase64(byte[]) - Static method in class mx4j.util.Base64Codec
 
decodeStub(JMXServiceURL, Map) - Method in class mx4j.remote.resolver.iiop.Resolver
 
decodeStub(JMXServiceURL, Map) - Method in class mx4j.remote.resolver.rmi.Resolver
 
deploy(JMXServiceURL, Map) - Method in class mx4j.tools.remote.http.HTTPResolver
 
deploy(String, JMXServiceURL, Map) - Method in interface mx4j.tools.remote.http.WebContainer
Deploys the given servlet class mapping it to the URL specified by the given JMXServiceURL.
deploy(String, JMXServiceURL, Map) - Method in class mx4j.tools.remote.http.jetty.JettyWebContainer
 
deploy(JMXServiceURL, Map) - Method in class mx4j.tools.remote.resolver.soap.Resolver
 
deserialize(String, byte[]) - Method in class mx4j.server.ChainedMBeanServer
 
deserialize(String, ObjectName, byte[]) - Method in class mx4j.server.ChainedMBeanServer
 
deserialize(ObjectName, byte[]) - Method in class mx4j.server.ChainedMBeanServer
 
deserialize(String, ObjectName, byte[]) - Method in class mx4j.server.MX4JMBeanServer
 
deserialize(String, byte[]) - Method in class mx4j.server.MX4JMBeanServer
 
deserialize(ObjectName, byte[]) - Method in class mx4j.server.MX4JMBeanServer
 
destroy() - Method in class mx4j.tools.remote.caucho.burlap.BurlapServlet
 
destroy() - Method in class mx4j.tools.remote.caucho.hessian.HessianServlet
 
destroyServer(Object, JMXServiceURL, Map) - Method in class mx4j.remote.ConnectionResolver
Destroys the server created by ConnectionResolver.createServer(javax.management.remote.JMXServiceURL, java.util.Map), by cleaning up resources it may have requested at creation time
destroyServer(Object, JMXServiceURL, Map) - Method in class mx4j.remote.resolver.iiop.Resolver
 
destroyServer(Object, JMXServiceURL, Map) - Method in class mx4j.remote.resolver.rmi.Resolver
 
destroyServer(Object, JMXServiceURL, Map) - Method in class mx4j.tools.remote.http.HTTPResolver
 
destroyServer(Object, JMXServiceURL, Map) - Method in class mx4j.tools.remote.resolver.local.Resolver
 
doClose() - Method in class mx4j.tools.remote.AbstractConnectionManager
Closes this ConnectionManager but not the connections it manages
doClose() - Method in class mx4j.tools.remote.AbstractJMXConnector
Template method to be implemented by subclasses to close this JMXConnector
doClose() - Method in class mx4j.tools.remote.http.HTTPConnectionManager
HTTPConnectionManager does not really manages connections, so this method does nothing by default
doClose() - Method in class mx4j.tools.remote.http.HTTPConnector
 
doClose() - Method in class mx4j.tools.remote.local.LocalConnector
 
doCloseConnection(Connection) - Method in class mx4j.tools.remote.AbstractConnectionManager
Closes the given Connection.
doCloseConnection(Connection) - Method in class mx4j.tools.remote.http.HTTPConnectionManager
HTTPConnectionManager does not really manages connections, so this method does nothing by default
doConnect(String, Subject) - Method in class mx4j.tools.remote.AbstractConnectionManager
Template method to be implemented by subclasses; must return the server-side part of a connection.
doConnect(Map) - Method in class mx4j.tools.remote.AbstractJMXConnector
 
doConnect(String, Subject) - Method in class mx4j.tools.remote.http.HTTPConnectionManager
 
doConnect(Map) - Method in class mx4j.tools.remote.http.HTTPConnector
 
doConnect(Map) - Method in class mx4j.tools.remote.local.LocalConnector
 
doGetMBeanServerConnection(Subject) - Method in class mx4j.tools.remote.AbstractJMXConnector
Template method to be implemented by subclasses to return an MBeanServerConnection for the given delegate subject.
doGetMBeanServerConnection(Subject) - Method in class mx4j.tools.remote.http.HTTPConnector
 
doGetMBeanServerConnection(Subject) - Method in class mx4j.tools.remote.local.LocalConnector
 
doGetMBeanServerConnection(Subject) - Method in class mx4j.tools.remote.soap.SOAPConnector
 
doInvoke(MBeanMetaData, String, String[], Object[]) - Method in class mx4j.server.ReflectionMBeanInvoker
Centralizes exception handling necessary to convert exceptions thrown by MBean's methods to JMX exceptions.
doStart() - Method in class mx4j.tools.remote.AbstractJMXConnectorServer
Template method implemented by subclasses to start this JMXConnectorServer
doStart() - Method in class mx4j.tools.remote.http.HTTPConnectorServer
 
doStart() - Method in class mx4j.tools.remote.local.LocalConnectorServer
 
doStart() - Method in class mx4j.tools.stats.AbstractStatisticsRecorder
Subclasses may override this to offer a custom startup procedure
doStart() - Method in class mx4j.tools.stats.ObserverStatisticsRecorder
 
doStop() - Method in class mx4j.tools.remote.AbstractJMXConnectorServer
Template method implemented by subclasses to stop this JMXConnectorServer
doStop() - Method in class mx4j.tools.remote.http.HTTPConnectorServer
 
doStop() - Method in class mx4j.tools.remote.local.LocalConnectorServer
 
doStop() - Method in class mx4j.tools.stats.AbstractStatisticsRecorder
Subclasses may override this to offer a custom stop procedure
doStop() - Method in class mx4j.tools.stats.ObserverStatisticsRecorder
 

E

EMBEDDED_WEB_CONTAINER_CLASS - Static variable in class mx4j.tools.remote.http.HTTPConnectorServer
 
EMPTY_ARGS - Static variable in class mx4j.server.ReflectionMBeanInvoker
A zero-length Object[] that indicates a parameterless argument list of a method
EMPTY_PARAMS - Static variable in class mx4j.server.ReflectionMBeanInvoker
A zero-length String[] that indicates a parameterless signature of a method.
ERROR - Static variable in class mx4j.log.Logger
 
EmptyCommandProcessor - class mx4j.tools.adaptor.http.EmptyCommandProcessor.
EmptyCommandProcessor, returns an empty xml tree
EmptyCommandProcessor() - Constructor for class mx4j.tools.adaptor.http.EmptyCommandProcessor
Constructs a new EmptyCommandProcessor
encodeBase64(byte[]) - Static method in class mx4j.util.Base64Codec
 
encodeStub(RMIServerImpl, Map) - Method in class mx4j.remote.resolver.iiop.Resolver
 
encodeStub(RMIServerImpl, Map) - Method in class mx4j.remote.resolver.rmi.Resolver
 
entries - Variable in class mx4j.tools.stats.AbstractStatisticsRecorder
 
equals(Object) - Method in class mx4j.remote.NotificationTuple
 
equals(Object) - Method in class mx4j.timer.TimerTask
 
equals(Object) - Method in class mx4j.tools.remote.rmi.SSLRMIClientSocketFactory
 
equals(Object) - Method in class mx4j.tools.stats.PointTime
 
error(Object) - Method in class mx4j.log.Logger
 
error(Object, Throwable) - Method in class mx4j.log.Logger
 
executeRequest(HttpInputStream) - Method in class mx4j.tools.adaptor.http.ConstructorsCommandProcessor
 
executeRequest(HttpInputStream) - Method in class mx4j.tools.adaptor.http.CreateMBeanCommandProcessor
 
executeRequest(HttpInputStream) - Method in class mx4j.tools.adaptor.http.DeleteMBeanCommandProcessor
 
executeRequest(HttpInputStream) - Method in class mx4j.tools.adaptor.http.EmptyCommandProcessor
 
executeRequest(HttpInputStream) - Method in class mx4j.tools.adaptor.http.GetAttributeCommandProcessor
 
executeRequest(HttpInputStream) - Method in interface mx4j.tools.adaptor.http.HttpCommandProcessor
Executes an HTTP request.
executeRequest(HttpInputStream) - Method in class mx4j.tools.adaptor.http.HttpCommandProcessorAdaptor
 
executeRequest(HttpInputStream) - Method in class mx4j.tools.adaptor.http.InvokeOperationCommandProcessor
 
executeRequest(HttpInputStream) - Method in class mx4j.tools.adaptor.http.MBeanCommandProcessor
 
executeRequest(HttpInputStream) - Method in class mx4j.tools.adaptor.http.RelationCommandProcessor
 
executeRequest(HttpInputStream) - Method in class mx4j.tools.adaptor.http.ServerByDomainCommandProcessor
 
executeRequest(HttpInputStream) - Method in class mx4j.tools.adaptor.http.ServerCommandProcessor
 
executeRequest(HttpInputStream) - Method in class mx4j.tools.adaptor.http.SetAttributeCommandProcessor
 
executeRequest(HttpInputStream) - Method in class mx4j.tools.adaptor.http.SetAttributesCommandProcessor
 

F

FATAL - Static variable in class mx4j.log.Logger
 
FETCH_NOTIFICATIONS_MAX_NUMBER - Static variable in interface mx4j.remote.MX4JRemoteConstants
The reference implementation uses this property to specify the maximum number of notification to fetch.
FETCH_NOTIFICATIONS_SLEEP - Static variable in interface mx4j.remote.MX4JRemoteConstants
MX4J's implementation uses this property to specify the amount of time (in ms) the client should sleep between notification fetches.
FETCH_NOTIFICATIONS_TIMEOUT - Static variable in interface mx4j.remote.MX4JRemoteConstants
The reference implementation uses this property to specify the notification fetch timeout (in ms).
FileLogger - class mx4j.log.FileLogger.
This logger logs to a file.
FileLogger(String) - Constructor for class mx4j.log.FileLogger
 
FilePersister - class mx4j.persist.FilePersister.
A persister object that stores to files.
FilePersister(String, String) - Constructor for class mx4j.persist.FilePersister
Creates a new FilePersister.
fatal(Object) - Method in class mx4j.log.Logger
 
fatal(Object, Throwable) - Method in class mx4j.log.Logger
 
fetchNotifications(long, int, long) - Method in class mx4j.remote.AbstractRemoteNotificationClientHandler
Calls the server side to fetch notifications.
fetchNotifications(long, int, long) - Method in class mx4j.remote.DefaultRemoteNotificationServerHandler
 
fetchNotifications(long, int, long) - Method in interface mx4j.remote.RemoteNotificationServerHandler
Fetches notifications from the notification buffer in order to send them to the client side
fetchNotifications(long, int, long) - Method in class mx4j.remote.rmi.RMIConnectionInvoker
 
fetchNotifications(long, int, long) - Method in class mx4j.remote.rmi.RMIRemoteNotificationClientHandler
 
fetchNotifications(long, int, long) - Method in class mx4j.tools.remote.http.HTTPClientInvoker
 
fetchNotifications(long, int, long) - Method in interface mx4j.tools.remote.http.HTTPConnection
 
fetchNotifications(long, int, long) - Method in class mx4j.tools.remote.http.HTTPConnectionHandler
 
fetchNotifications(long, int, long) - Method in class mx4j.tools.remote.http.HTTPRemoteNotificationClientHandler
 
fetchNotifications(long, int, long) - Method in class mx4j.tools.remote.http.HTTPServerInvoker
 
fetchNotifications(long, int, long) - Method in class mx4j.tools.remote.http.HTTPService
 
fetchNotifications(long, int, long) - Method in class mx4j.tools.remote.soap.SOAPClientInvoker
 
filterNotifications(TargetedNotification[]) - Method in class mx4j.remote.DefaultRemoteNotificationServerHandler
This method filters the given notification array and returns a possibly smaller array containing only notifications that passed successfully the filtering.
find(JMXServiceURL) - Static method in class mx4j.tools.remote.local.LocalConnectorServer
 
findConnection() - Method in class mx4j.tools.remote.http.HTTPService
 
findConnectionId() - Method in class mx4j.tools.remote.caucho.CauchoService
 
findConnectionId() - Method in class mx4j.tools.remote.http.HTTPService
 
findConnectionId() - Method in class mx4j.tools.remote.soap.SOAPService
 
findJMXServiceURL() - Method in class mx4j.tools.remote.http.HTTPService
 
findMethod(Class, String, Class[]) - Method in class mx4j.AbstractDynamicMBean
Returns the (public) method with the given name and signature on the given class.
findMethod(String) - Method in class mx4j.tools.remote.caucho.CauchoServlet
 
findRequestURL() - Method in class mx4j.tools.remote.caucho.CauchoService
 
findRequestURL() - Method in class mx4j.tools.remote.http.HTTPService
 
findRequestURL() - Method in class mx4j.tools.remote.soap.SOAPService
 
findSystemPackageList(String) - Static method in class mx4j.remote.ProviderHelper
 
findUnknownElement(String, HttpOutputStream, HttpInputStream) - Method in class mx4j.tools.adaptor.http.HttpAdaptor
 

G

GetAttributeCommandProcessor - class mx4j.tools.adaptor.http.GetAttributeCommandProcessor.
GetAttributeCommandProcessor, processes a request for getting one attribute of a specific MBean.
GetAttributeCommandProcessor() - Constructor for class mx4j.tools.adaptor.http.GetAttributeCommandProcessor
 
generateListenerID(ObjectName, NotificationFilter) - Method in class mx4j.remote.DefaultRemoteNotificationServerHandler
 
generateListenerID(ObjectName, NotificationFilter) - Method in interface mx4j.remote.RemoteNotificationServerHandler
Returns a unique ID for a client-side NotificationListener
get(ObjectName) - Method in interface mx4j.server.MBeanRepository
Returns the metadata information associated with the given object name.
get(String, String[]) - Method in class mx4j.util.MethodTernaryTree
Returns the method information given the method name and its signature.
getAddress() - Method in class mx4j.tools.remote.AbstractJMXConnector
Returns the JMXServiceURL this JMXConnector will connect to.
getAddress() - Method in class mx4j.tools.remote.AbstractJMXConnectorServer
 
getArchive() - Method in class mx4j.loading.MLetTag
 
getArguments() - Method in class mx4j.loading.MLetTag
 
getAttribute(String) - Method in class mx4j.AbstractDynamicMBean
Returns the value of the manageable attribute, as specified by the DynamicMBean interface.
getAttribute(ObjectName, String) - Method in class mx4j.remote.rmi.ClientInvoker
 
getAttribute(ObjectName, String, Subject) - Method in class mx4j.remote.rmi.RMIConnectionInvoker
 
getAttribute(ObjectName, String) - Method in class mx4j.server.ChainedMBeanServer
 
getAttribute(MBeanMetaData, String) - Method in interface mx4j.server.MBeanInvoker
Returns the value of the specified attribute.
getAttribute(ObjectName, String) - Method in class mx4j.server.MX4JMBeanServer
 
getAttribute(MBeanMetaData, String) - Method in class mx4j.server.ReflectionMBeanInvoker
 
getAttribute(MBeanMetaData, String) - Method in class mx4j.server.interceptor.ContextClassLoaderMBeanServerInterceptor
 
getAttribute(MBeanMetaData, String) - Method in class mx4j.server.interceptor.DefaultMBeanServerInterceptor
 
getAttribute(MBeanMetaData, String) - Method in class mx4j.server.interceptor.InvokerMBeanServerInterceptor
 
getAttribute(MBeanMetaData, String) - Method in interface mx4j.server.interceptor.MBeanServerInterceptor
Gets the specified attribute value from the MBean instance.
getAttribute(MBeanMetaData, String) - Method in class mx4j.server.interceptor.SecurityMBeanServerInterceptor
 
getAttribute(ObjectName, String, Subject) - Method in class mx4j.tools.remote.AbstractServerInvoker
 
getAttribute(ObjectName, String, Subject) - Method in interface mx4j.tools.remote.JMXConnection
 
getAttribute(ObjectName, String, Subject) - Method in class mx4j.tools.remote.JMXConnectionHandler
 
getAttribute(ObjectName, String) - Method in class mx4j.tools.remote.JMXConnectionMBeanServerConnection
 
getAttribute(ObjectName, String, Subject) - Method in class mx4j.tools.remote.http.HTTPClientInvoker
 
getAttribute(ObjectName, String, Subject) - Method in class mx4j.tools.remote.http.HTTPService
 
getAttribute(String) - Method in class mx4j.tools.remote.proxy.RemoteMBeanProxy
 
getAttribute(ObjectName, String, Subject) - Method in class mx4j.tools.remote.soap.SOAPClientInvoker
 
getAttributeDescription(String) - Method in interface mx4j.MBeanDescription
Should return the description for the specified attribute.
getAttributeDescription(String) - Method in class mx4j.MBeanDescriptionAdapter
 
getAttributeDescription(String) - Method in class mx4j.server.interceptor.DefaultMBeanServerInterceptorMBeanDescription
 
getAttributeDescription(String) - Method in class mx4j.server.interceptor.InvokerMBeanServerInterceptorMBeanDescription
 
getAttributeDescription(String) - Method in class mx4j.server.interceptor.MBeanServerInterceptorConfiguratorMBeanDescription
 
getAttributeDescription(String) - Method in class mx4j.server.interceptor.SecurityMBeanServerInterceptorMBeanDescription
 
getAttributeDescription(String) - Method in class mx4j.tools.adaptor.http.HttpAdaptorMBeanDescription
 
getAttributeDescription(String) - Method in class mx4j.tools.adaptor.http.ProcessorMBeanDescription
 
getAttributeDescription(String) - Method in class mx4j.tools.adaptor.http.XSLTProcessorMBeanDescription
 
getAttributeDescription(String) - Method in class mx4j.tools.adaptor.ssl.SSLAdaptorServerSocketFactoryMBeanDescription
 
getAttributeDescription(String) - Method in class mx4j.tools.jython.JythonRunnerMBeanDescription
 
getAttributeDescription(String) - Method in class mx4j.tools.naming.CosNamingServiceMBeanDescription
 
getAttributeDescription(String) - Method in class mx4j.tools.naming.NamingServiceMBeanDescription
 
getAttributeDescription(String) - Method in class mx4j.tools.stats.ObserverStatisticsRecorderMBeanDescription
 
getAttributeDescription(String) - Method in class mx4j.tools.stats.StatisticsRecorderMBeanDescription
 
getAttributeDescription(String) - Method in class mx4j.tools.stats.TimedStatisticsRecorderMBeanDescription
 
getAttributeDescription(String) - Method in class mx4j.tools.stats.ValueStatisticsRecorderMBeanDescription
 
getAttributes(String[]) - Method in class mx4j.AbstractDynamicMBean
Returns the manageable attributes, as specified by the DynamicMBean interface.
getAttributes(ObjectName, String[]) - Method in class mx4j.remote.rmi.ClientInvoker
 
getAttributes(ObjectName, String[], Subject) - Method in class mx4j.remote.rmi.RMIConnectionInvoker
 
getAttributes(ObjectName, String[]) - Method in class mx4j.server.ChainedMBeanServer
 
getAttributes(ObjectName, String[]) - Method in class mx4j.server.MX4JMBeanServer
 
getAttributes(MBeanMetaData, String[]) - Method in class mx4j.server.interceptor.ContextClassLoaderMBeanServerInterceptor
 
getAttributes(MBeanMetaData, String[]) - Method in class mx4j.server.interceptor.DefaultMBeanServerInterceptor
 
getAttributes(MBeanMetaData, String[]) - Method in class mx4j.server.interceptor.InvokerMBeanServerInterceptor
 
getAttributes(MBeanMetaData, String[]) - Method in interface mx4j.server.interceptor.MBeanServerInterceptor
Gets the specified attributes values from the MBean instance.
getAttributes(MBeanMetaData, String[]) - Method in class mx4j.server.interceptor.SecurityMBeanServerInterceptor
 
getAttributes() - Method in class mx4j.tools.remote.AbstractJMXConnectorServer
 
getAttributes(ObjectName, String[], Subject) - Method in class mx4j.tools.remote.AbstractServerInvoker
 
getAttributes(ObjectName, String[], Subject) - Method in interface mx4j.tools.remote.JMXConnection
 
getAttributes(ObjectName, String[], Subject) - Method in class mx4j.tools.remote.JMXConnectionHandler
 
getAttributes(ObjectName, String[]) - Method in class mx4j.tools.remote.JMXConnectionMBeanServerConnection
 
getAttributes(ObjectName, String[], Subject) - Method in class mx4j.tools.remote.http.HTTPClientInvoker
 
getAttributes(ObjectName, String[], Subject) - Method in class mx4j.tools.remote.http.HTTPService
 
getAttributes(String[]) - Method in class mx4j.tools.remote.proxy.RemoteMBeanProxy
 
getAttributes(ObjectName, String[], Subject) - Method in class mx4j.tools.remote.soap.SOAPClientInvoker
 
getAuthenticationMethod() - Method in class mx4j.tools.adaptor.http.HttpAdaptor
Authentication Method
getAuthenticationMethod() - Method in interface mx4j.tools.adaptor.http.HttpAdaptorMBean
Authentication Method
getAverage() - Method in class mx4j.tools.stats.AbstractStatisticsRecorder
 
getAverage() - Method in interface mx4j.tools.stats.StatisticsRecorderMBean
Returns the Average Value
getBCC() - Method in class mx4j.tools.mail.SMTP
 
getBCC() - Method in interface mx4j.tools.mail.SMTPMBean
Gets a comma separated list of addresses set in the BCC field
getCC() - Method in class mx4j.tools.mail.SMTP
 
getCC() - Method in interface mx4j.tools.mail.SMTPMBean
Gets a comma separated list of addresses set in the CC field
getCacheScript() - Method in class mx4j.tools.jython.JythonRunner
Returns whether the script should be kept in the cache.
getCacheScript() - Method in interface mx4j.tools.jython.JythonRunnerMBean
Returns whether the script should be kept in the cache.
getCachedMBeanInfo() - Method in class mx4j.tools.i18n.I18NStandardMBean
Initialise internal data structures.
getCategory() - Method in class mx4j.log.Logger
 
getCause() - Method in class mx4j.tools.config.ConfigurationException
 
getCause() - Method in class mx4j.tools.remote.proxy.RemoteMBeanProxyException
 
getChildren() - Method in interface mx4j.tools.config.ConfigurationBuilder.Node
 
getChildren() - Method in class mx4j.tools.config.DefaultConfigurationBuilder.AbstractNode
 
getClassLoader(ObjectName) - Method in class mx4j.server.ChainedMBeanServer
 
getClassLoader() - Method in interface mx4j.server.MBeanMetaData
Returns the classloader for the MBean
getClassLoader(ObjectName) - Method in class mx4j.server.MX4JMBeanServer
 
getClassLoaderFor(ObjectName) - Method in class mx4j.server.ChainedMBeanServer
 
getClassLoaderFor(ObjectName) - Method in class mx4j.server.MX4JMBeanServer
 
getClassLoaderRepository() - Method in class mx4j.server.ChainedMBeanServer
 
getClassLoaderRepository() - Method in class mx4j.server.MX4JMBeanServer
Returns the ClassLoaderRepository for this MBeanServer.
getClassLoaders() - Method in class mx4j.server.DefaultClassLoaderRepository
 
getCode() - Method in class mx4j.loading.MLetTag
 
getCode() - Method in class mx4j.tools.adaptor.http.HttpException
Return the exception code
getCodeBase() - Method in class mx4j.loading.MLetTag
 
getCodeMessage(int) - Static method in class mx4j.tools.adaptor.http.HttpUtil
Gets a message apropriate for a give HTTP code
getConnection() - Method in class mx4j.tools.remote.JMXConnectionHandler
 
getConnection() - Method in class mx4j.tools.remote.JMXConnectionMBeanServerConnection
 
getConnectionId() - Method in class mx4j.remote.rmi.RMIConnectionInvoker
 
getConnectionId() - Method in class mx4j.tools.remote.AbstractConnection
 
getConnectionId() - Method in interface mx4j.tools.remote.Connection
Returns the connection ID as specified by JSR 160 specification
getConnectionId() - Method in class mx4j.tools.remote.http.HTTPClientInvoker
 
getConnectionId() - Method in class mx4j.tools.remote.http.HTTPConnector
 
getConnectionId() - Method in class mx4j.tools.remote.http.HTTPService
 
getConnectionId() - Method in class mx4j.tools.remote.local.LocalConnector
 
getConnectionId() - Method in class mx4j.tools.remote.soap.SOAPClientInvoker
 
getConnectionNotificationEmitter() - Method in class mx4j.tools.remote.AbstractJMXConnector
 
getConstructorDescription(Constructor) - Method in interface mx4j.MBeanDescription
Should return the description for the given constructor of the MBean.
getConstructorDescription(Constructor) - Method in class mx4j.MBeanDescriptionAdapter
 
getConstructorDescription(Constructor) - Method in class mx4j.server.interceptor.MBeanServerInterceptorConfiguratorMBeanDescription
 
getConstructorDescription(Constructor) - Method in class mx4j.tools.adaptor.http.HttpAdaptorMBeanDescription
 
getConstructorDescription(Constructor) - Method in class mx4j.tools.adaptor.ssl.SSLAdaptorServerSocketFactoryMBeanDescription
 
getConstructorDescription(Constructor) - Method in class mx4j.tools.naming.CosNamingServiceMBeanDescription
 
getConstructorDescription(Constructor) - Method in class mx4j.tools.naming.NamingServiceMBeanDescription
 
getConstructorParameterDescription(Constructor, int) - Method in interface mx4j.MBeanDescription
Should return the description for the constructor's parameter for the given constructor and parameter index.
getConstructorParameterDescription(Constructor, int) - Method in class mx4j.MBeanDescriptionAdapter
 
getConstructorParameterDescription(Constructor, int) - Method in class mx4j.server.interceptor.MBeanServerInterceptorConfiguratorMBeanDescription
 
getConstructorParameterDescription(Constructor, int) - Method in class mx4j.tools.adaptor.http.HttpAdaptorMBeanDescription
 
getConstructorParameterDescription(Constructor, int) - Method in class mx4j.tools.naming.CosNamingServiceMBeanDescription
 
getConstructorParameterDescription(Constructor, int) - Method in class mx4j.tools.naming.NamingServiceMBeanDescription
 
getConstructorParameterName(Constructor, int) - Method in interface mx4j.MBeanDescription
Should return the name of the constructor's parameter for the given constructor and parameter index.
getConstructorParameterName(Constructor, int) - Method in class mx4j.MBeanDescriptionAdapter
 
getConstructorParameterName(Constructor, int) - Method in class mx4j.server.interceptor.MBeanServerInterceptorConfiguratorMBeanDescription
 
getConstructorParameterName(Constructor, int) - Method in class mx4j.tools.adaptor.http.HttpAdaptorMBeanDescription
 
getConstructorParameterName(Constructor, int) - Method in class mx4j.tools.naming.CosNamingServiceMBeanDescription
 
getConstructorParameterName(Constructor, int) - Method in class mx4j.tools.naming.NamingServiceMBeanDescription
 
getConstructors(MBeanConstructorInfo[], Object) - Method in class mx4j.tools.i18n.I18NStandardMBean
 
getContent() - Method in class mx4j.tools.mail.SMTP
 
getContent() - Method in interface mx4j.tools.mail.SMTPMBean
Returns the content of the mail
getCounter() - Method in class mx4j.monitor.MX4JCounterMonitor.CounterMonitorInfo
 
getDate() - Method in class mx4j.timer.TimerTask
 
getDate() - Method in class mx4j.tools.stats.PointTime
 
getDefaultDeserializer(Class) - Method in class mx4j.tools.remote.caucho.serialization.JMXSerializerFactory
 
getDefaultDomain() - Method in class mx4j.remote.rmi.ClientInvoker
 
getDefaultDomain(Subject) - Method in class mx4j.remote.rmi.RMIConnectionInvoker
 
getDefaultDomain() - Method in class mx4j.server.ChainedMBeanServer
 
getDefaultDomain() - Method in class mx4j.server.MX4JMBeanServer
 
getDefaultDomain(Subject) - Method in class mx4j.tools.remote.AbstractServerInvoker
 
getDefaultDomain(Subject) - Method in interface mx4j.tools.remote.JMXConnection
 
getDefaultDomain(Subject) - Method in class mx4j.tools.remote.JMXConnectionHandler
 
getDefaultDomain() - Method in class mx4j.tools.remote.JMXConnectionMBeanServerConnection
 
getDefaultDomain(Subject) - Method in class mx4j.tools.remote.http.HTTPClientInvoker
 
getDefaultDomain(Subject) - Method in class mx4j.tools.remote.http.HTTPService
 
getDefaultDomain(Subject) - Method in class mx4j.tools.remote.soap.SOAPClientInvoker
 
getDefaultPage() - Method in class mx4j.tools.adaptor.http.XSLTProcessor
 
getDefaultPage() - Method in interface mx4j.tools.adaptor.http.XSLTProcessorMBean
Returns the default start page
getDefaultPriority() - Static method in class mx4j.log.Log
Returns the default priority.
getDefaultSerializer(Class) - Method in class mx4j.tools.remote.caucho.serialization.JMXSerializerFactory
 
getDelegateSubject() - Method in class mx4j.tools.remote.JMXConnectionMBeanServerConnection
 
getDerivedGauge(ObjectName) - Method in class mx4j.monitor.MX4JCounterMonitor
 
getDerivedGauge(ObjectName) - Method in interface mx4j.monitor.MX4JCounterMonitorMBean
 
getDerivedGauge(ObjectName) - Method in class mx4j.monitor.MX4JGaugeMonitor
 
getDerivedGauge(ObjectName) - Method in interface mx4j.monitor.MX4JGaugeMonitorMBean
 
getDerivedGauge() - Method in class mx4j.monitor.MX4JMonitorNotification
 
getDerivedGauge(ObjectName) - Method in class mx4j.monitor.MX4JStringMonitor
 
getDerivedGauge(ObjectName) - Method in interface mx4j.monitor.MX4JStringMonitorMBean
 
getDerivedGaugeTimeStamp(ObjectName) - Method in class mx4j.monitor.MX4JCounterMonitor
 
getDerivedGaugeTimeStamp(ObjectName) - Method in interface mx4j.monitor.MX4JCounterMonitorMBean
 
getDerivedGaugeTimeStamp(ObjectName) - Method in class mx4j.monitor.MX4JGaugeMonitor
 
getDerivedGaugeTimeStamp(ObjectName) - Method in interface mx4j.monitor.MX4JGaugeMonitorMBean
 
getDerivedGaugeTimeStamp(ObjectName) - Method in class mx4j.monitor.MX4JStringMonitor
 
getDerivedGaugeTimeStamp(ObjectName) - Method in interface mx4j.monitor.MX4JStringMonitorMBean
 
getDescription(MBeanInfo) - Method in class mx4j.tools.i18n.I18NStandardMBean
Obtain global description for MBean.
getDescription(MBeanConstructorInfo) - Method in class mx4j.tools.i18n.I18NStandardMBean
Obtain the constructor description.
getDescription(MBeanConstructorInfo, MBeanParameterInfo, int) - Method in class mx4j.tools.i18n.I18NStandardMBean
Obtain the constructor parameter description.
getDescription(MBeanAttributeInfo) - Method in class mx4j.tools.i18n.I18NStandardMBean
Obtain the attribute description.
getDescription(MBeanOperationInfo) - Method in class mx4j.tools.i18n.I18NStandardMBean
Obtain the operation description.
getDescription(MBeanOperationInfo, MBeanParameterInfo, int) - Method in class mx4j.tools.i18n.I18NStandardMBean
Obtain the operation parameter description.
getDifferenceMode() - Method in class mx4j.monitor.MX4JCounterMonitor
 
getDifferenceMode() - Method in interface mx4j.monitor.MX4JCounterMonitorMBean
 
getDifferenceMode() - Method in class mx4j.monitor.MX4JGaugeMonitor
 
getDifferenceMode() - Method in interface mx4j.monitor.MX4JGaugeMonitorMBean
 
getDomains() - Method in class mx4j.remote.rmi.ClientInvoker
 
getDomains(Subject) - Method in class mx4j.remote.rmi.RMIConnectionInvoker
 
getDomains() - Method in class mx4j.server.ChainedMBeanServer
 
getDomains() - Method in class mx4j.server.MX4JMBeanServer
 
getDomains(Subject) - Method in class mx4j.tools.remote.AbstractServerInvoker
 
getDomains(Subject) - Method in interface mx4j.tools.remote.JMXConnection
 
getDomains(Subject) - Method in class mx4j.tools.remote.JMXConnectionHandler
 
getDomains() - Method in class mx4j.tools.remote.JMXConnectionMBeanServerConnection
 
getDomains(Subject) - Method in class mx4j.tools.remote.http.HTTPClientInvoker
 
getDomains(Subject) - Method in class mx4j.tools.remote.http.HTTPService
 
getDomains(Subject) - Method in class mx4j.tools.remote.soap.SOAPClientInvoker
 
getEndpoint(JMXServiceURL, Map) - Method in class mx4j.tools.remote.http.HTTPResolver
 
getEndpointProtocol(Map) - Method in class mx4j.tools.remote.http.HTTPResolver
 
getEndpointProtocol(Map) - Method in class mx4j.tools.remote.resolver.burlap.ssl.Resolver
 
getEndpointProtocol(Map) - Method in class mx4j.tools.remote.resolver.hessian.ssl.Resolver
 
getEndpointProtocol(Map) - Method in class mx4j.tools.remote.resolver.soap.ssl.Resolver
 
getEntries() - Method in class mx4j.tools.stats.AbstractStatisticsRecorder
 
getEntries() - Method in interface mx4j.tools.stats.StatisticsRecorderMBean
Returs a sorted map of the recorded values indexed by PointTime
getEnvironment() - Method in class mx4j.tools.remote.AbstractConnectionManager
Returns the environment passed when creating the JMXConnectorServer
getEnvironment() - Method in class mx4j.tools.remote.AbstractJMXConnectorServer
Returns the environment Map as is, without removing non-serializable entries like AbstractJMXConnectorServer.getAttributes() does.
getFile() - Method in class mx4j.tools.adaptor.http.XSLTProcessor
 
getFile() - Method in interface mx4j.tools.adaptor.http.XSLTProcessorMBean
Returns the jar/zip file or the directory where XSL files are loaded
getFileName() - Method in class mx4j.persist.FilePersister
Returns the path where the information is stored.
getFixedRate() - Method in class mx4j.timer.TimeTask
Returns whether this task is a fixed rate or fixed delay task.
getFixedRate() - Method in class mx4j.timer.TimerTask
 
getFromAddress() - Method in class mx4j.tools.mail.SMTP
 
getFromAddress() - Method in interface mx4j.tools.mail.SMTPMBean
Gets the from address attached to mails
getFromName() - Method in class mx4j.tools.mail.SMTP
 
getFromName() - Method in interface mx4j.tools.mail.SMTPMBean
Gets the from name presented on the mail
getGauge() - Method in class mx4j.monitor.MX4JCounterMonitor.CounterMonitorInfo
 
getGauge() - Method in class mx4j.monitor.MX4JGaugeMonitor.GaugeMonitorInfo
 
getGauge() - Method in class mx4j.monitor.MX4JStringMonitor.StringMonitorInfo
 
getGranularity() - Method in class mx4j.tools.stats.TimedStatisticsRecorder
 
getGranularity() - Method in interface mx4j.tools.stats.TimedStatisticsRecorderMBean
Returns how often the MBean will poll the variable value
getGranularityPeriod() - Method in class mx4j.monitor.MX4JMonitor
 
getGranularityPeriod() - Method in interface mx4j.monitor.MX4JMonitorMBean
 
getHTTPConnection() - Method in class mx4j.tools.remote.http.HTTPConnector
 
getHandback() - Method in class mx4j.remote.NotificationTuple
 
getHeadInterceptor() - Method in class mx4j.server.interceptor.MBeanServerInterceptorConfigurator
Returns the head interceptor of the interceptor chain.
getHeader(String) - Method in class mx4j.tools.adaptor.http.HttpInputStream
Returns a given header by name, assumes lower case
getHeaders() - Method in class mx4j.tools.adaptor.http.HttpInputStream
Returns a given header by name, assumes lower case
getHighThreshold() - Method in class mx4j.monitor.MX4JGaugeMonitor
 
getHighThreshold() - Method in interface mx4j.monitor.MX4JGaugeMonitorMBean
 
getHost() - Method in class mx4j.tools.adaptor.http.HttpAdaptor
Return the host name the server will be listening to.
getHost() - Method in interface mx4j.tools.adaptor.http.HttpAdaptorMBean
Return the host name the server will be listening to.
getImplementationName() - Method in class mx4j.server.MX4JMBeanServerDelegate
 
getImplementationVendor() - Method in class mx4j.server.MX4JMBeanServerDelegate
 
getImplementationVersion() - Method in class mx4j.server.MX4JMBeanServerDelegate
 
getIndex() - Method in class mx4j.tools.stats.PointTime
 
getInitThreshold() - Method in class mx4j.monitor.MX4JCounterMonitor
 
getInitThreshold() - Method in interface mx4j.monitor.MX4JCounterMonitorMBean
 
getInputStream(String) - Method in class mx4j.tools.adaptor.http.XSLTProcessor
 
getInvokeFilter() - Method in class mx4j.remote.NotificationTuple
 
getJMXConnector() - Method in class mx4j.tools.remote.proxy.RemoteMBeanProxy
 
getJavaType() - Method in class mx4j.tools.config.DefaultConfigurationBuilder.Arg
 
getLocale() - Method in class mx4j.tools.adaptor.http.XSLTProcessor
 
getLocale() - Method in interface mx4j.tools.adaptor.http.XSLTProcessorMBean
Returns the Locale used to internationalize the output
getLogger(String) - Static method in class mx4j.log.Log
Returns a new instance of a Logger associated with the given category; if Log.redirectTo(mx4j.log.Logger) has been called then a new instance of the prototype Logger, associated with the given category, is returned.
getLogger() - Method in class mx4j.monitor.MX4JMonitor
 
getLogger() - Method in class mx4j.remote.AbstractRemoteNotificationClientHandler
 
getLogger() - Method in class mx4j.remote.DefaultRemoteNotificationServerHandler
 
getLogger() - Static method in class mx4j.remote.ProviderHelper
 
getLogger() - Method in class mx4j.server.interceptor.DefaultMBeanServerInterceptor
 
getLogger() - Method in class mx4j.tools.remote.AbstractJMXConnectorServer
 
getLogger() - Method in class mx4j.tools.remote.http.HTTPService
 
getLogger() - Method in class mx4j.tools.remote.http.jetty.JettyWebContainer
 
getLogger() - Method in class mx4j.tools.remote.soap.axis.ser.AxisDeserializer
 
getLogger() - Method in class mx4j.tools.stats.AbstractStatisticsRecorder
 
getLowThreshold() - Method in class mx4j.monitor.MX4JGaugeMonitor
 
getLowThreshold() - Method in interface mx4j.monitor.MX4JGaugeMonitorMBean
 
getMBean() - Method in interface mx4j.server.MBeanMetaData
Returns the MBean instance
getMBeanClassName() - Method in class mx4j.AbstractDynamicMBean
To be overridden to return metadata information about the class name of this MBean; by default returns this class' name.
getMBeanCount() - Method in class mx4j.remote.rmi.ClientInvoker
 
getMBeanCount(Subject) - Method in class mx4j.remote.rmi.RMIConnectionInvoker
 
getMBeanCount() - Method in class mx4j.server.ChainedMBeanServer
 
getMBeanCount() - Method in class mx4j.server.MX4JMBeanServer
 
getMBeanCount(Subject) - Method in class mx4j.tools.remote.AbstractServerInvoker
 
getMBeanCount(Subject) - Method in interface mx4j.tools.remote.JMXConnection
 
getMBeanCount(Subject) - Method in class mx4j.tools.remote.JMXConnectionHandler
 
getMBeanCount() - Method in class mx4j.tools.remote.JMXConnectionMBeanServerConnection
 
getMBeanCount(Subject) - Method in class mx4j.tools.remote.http.HTTPClientInvoker
 
getMBeanCount(Subject) - Method in class mx4j.tools.remote.http.HTTPService
 
getMBeanCount(Subject) - Method in class mx4j.tools.remote.soap.SOAPClientInvoker
 
getMBeanDescription() - Method in class mx4j.AbstractDynamicMBean
To be overridden to return metadata information about the description of this MBean.
getMBeanDescription() - Method in interface mx4j.MBeanDescription
Should return the description of the MBean.
getMBeanDescription() - Method in class mx4j.MBeanDescriptionAdapter
 
getMBeanDescription() - Method in class mx4j.server.interceptor.DefaultMBeanServerInterceptorMBeanDescription
 
getMBeanDescription() - Method in class mx4j.server.interceptor.InvokerMBeanServerInterceptorMBeanDescription
 
getMBeanDescription() - Method in class mx4j.server.interceptor.MBeanServerInterceptorConfiguratorMBeanDescription
 
getMBeanDescription() - Method in class mx4j.server.interceptor.SecurityMBeanServerInterceptorMBeanDescription
 
getMBeanDescription() - Method in class mx4j.tools.adaptor.http.HttpAdaptorMBeanDescription
 
getMBeanDescription() - Method in class mx4j.tools.adaptor.http.XSLTProcessorMBeanDescription
 
getMBeanDescription() - Method in class mx4j.tools.adaptor.ssl.SSLAdaptorServerSocketFactoryMBeanDescription
 
getMBeanDescription() - Method in class mx4j.tools.jython.JythonRunnerMBeanDescription
 
getMBeanDescription() - Method in class mx4j.tools.naming.CosNamingServiceMBeanDescription
 
getMBeanDescription() - Method in class mx4j.tools.naming.NamingServiceMBeanDescription
 
getMBeanInfo() - Method in class mx4j.AbstractDynamicMBean
Returns the MBeaInfo, as specified by the DynamicMBean interface; the default implementation caches the value returned by AbstractDynamicMBean.createMBeanInfo() (that is thus called only once).
getMBeanInfo(ObjectName) - Method in class mx4j.remote.rmi.ClientInvoker
 
getMBeanInfo(ObjectName, Subject) - Method in class mx4j.remote.rmi.RMIConnectionInvoker
 
getMBeanInfo(ObjectName) - Method in class mx4j.server.ChainedMBeanServer
 
getMBeanInfo() - Method in interface mx4j.server.MBeanMetaData
Returns the MBeanInfo of the MBean
getMBeanInfo(ObjectName) - Method in class mx4j.server.MX4JMBeanServer
 
getMBeanInfo(MBeanMetaData) - Method in class mx4j.server.interceptor.ContextClassLoaderMBeanServerInterceptor
 
getMBeanInfo(MBeanMetaData) - Method in class mx4j.server.interceptor.DefaultMBeanServerInterceptor
 
getMBeanInfo(MBeanMetaData) - Method in class mx4j.server.interceptor.InvokerMBeanServerInterceptor
 
getMBeanInfo(MBeanMetaData) - Method in interface mx4j.server.interceptor.MBeanServerInterceptor
Calls getMBeanInfo on the MBean instance (only on DynamicMBeans).
getMBeanInfo(MBeanMetaData) - Method in class mx4j.server.interceptor.SecurityMBeanServerInterceptor
 
getMBeanInfo(ObjectName, Subject) - Method in class mx4j.tools.remote.AbstractServerInvoker
 
getMBeanInfo(ObjectName, Subject) - Method in interface mx4j.tools.remote.JMXConnection
 
getMBeanInfo(ObjectName, Subject) - Method in class mx4j.tools.remote.JMXConnectionHandler
 
getMBeanInfo(ObjectName) - Method in class mx4j.tools.remote.JMXConnectionMBeanServerConnection
 
getMBeanInfo(ObjectName, Subject) - Method in class mx4j.tools.remote.http.HTTPClientInvoker
 
getMBeanInfo(ObjectName, Subject) - Method in class mx4j.tools.remote.http.HTTPService
 
getMBeanInfo() - Method in class mx4j.tools.remote.proxy.RemoteMBeanProxy
 
getMBeanInfo(ObjectName, Subject) - Method in class mx4j.tools.remote.soap.SOAPClientInvoker
 
getMBeanInterface() - Method in interface mx4j.server.MBeanMetaData
Returns the management interface of the standard MBean
getMBeanInvoker() - Method in interface mx4j.server.MBeanMetaData
Returns the MBeanInvoker of the standard MBean
getMBeanServer() - Method in class mx4j.server.ChainedMBeanServer
Returns the nested MBeanServer
getMBeanServer() - Method in class mx4j.tools.remote.local.LocalConnectorServer
 
getMBeanServerBuilder() - Method in class mx4j.server.ChainedMBeanServerBuilder
Returns the chained MBeanServerBuilder this object delegates to.
getMBeanServerConnection() - Method in class mx4j.tools.remote.AbstractJMXConnector
 
getMBeanServerConnection(Subject) - Method in class mx4j.tools.remote.AbstractJMXConnector
 
getMBeanServerConnection() - Method in class mx4j.tools.remote.proxy.RemoteMBeanProxy
 
getMax() - Method in class mx4j.tools.stats.AbstractStatisticsRecorder
 
getMax() - Method in interface mx4j.tools.stats.StatisticsRecorderMBean
Returns the Maximum Value
getMaxEntries() - Method in class mx4j.tools.stats.AbstractStatisticsRecorder
 
getMaxEntries() - Method in interface mx4j.tools.stats.StatisticsRecorderMBean
Returns how many entries may be recorded.
getMaxRetries() - Method in class mx4j.remote.AbstractHeartBeat
 
getMaxRetries() - Method in class mx4j.remote.AbstractRemoteNotificationClientHandler
Returns the maximum number of attempts that should be made before declaring a connection failed.
getMaxRetries() - Method in interface mx4j.remote.HeartBeat
Returns the maximum number of retries this heart beat attempts after a first connection failure before declaring the connection or the server as dead.
getMechanismType() - Method in class mx4j.tools.remote.soap.axis.ser.AxisSerializer
 
getMessage() - Method in class mx4j.tools.remote.soap.axis.ser.NotificationDeser
 
getMethod() - Method in class mx4j.tools.adaptor.http.HttpInputStream
Returns the method of the request
getMethodForAttribute(MBeanAttributeInfo, boolean) - Method in class mx4j.server.CachingReflectionMBeanInvoker
 
getMethodForAttribute(MBeanAttributeInfo, boolean) - Method in class mx4j.server.ReflectionMBeanInvoker
Returns the method name for the given attribute.
getMimeType() - Method in class mx4j.tools.mail.SMTP
 
getMimeType() - Method in interface mx4j.tools.mail.SMTPMBean
Gets the MIME type set to the mail
getMin() - Method in class mx4j.tools.stats.AbstractStatisticsRecorder
 
getMin() - Method in interface mx4j.tools.stats.StatisticsRecorderMBean
Returns the Minimum Value
getModulus() - Method in class mx4j.monitor.MX4JCounterMonitor
 
getModulus() - Method in interface mx4j.monitor.MX4JCounterMonitorMBean
 
getMonitorInfo(ObjectName) - Method in class mx4j.monitor.MX4JMonitor
 
getName() - Method in class mx4j.tools.adaptor.http.DefaultProcessor
 
getName() - Method in interface mx4j.tools.adaptor.http.ProcessorMBean
 
getName() - Method in class mx4j.tools.adaptor.http.XSLTProcessor
 
getNext() - Method in class mx4j.server.interceptor.DefaultMBeanServerInterceptor
 
getNextExecutionTime() - Method in class mx4j.timer.TimeTask
Returns the next time at which the task will be executed, ie the TimeTask.run() method is called.
getNextExecutionTime() - Method in class mx4j.timer.TimerTask
 
getNotification() - Method in class mx4j.timer.TimerTask
 
getNotificationFilter() - Method in class mx4j.remote.NotificationTuple
 
getNotificationInfo() - Method in class mx4j.log.LoggerBroadcaster
 
getNotificationInfo() - Method in class mx4j.monitor.MX4JCounterMonitor
 
getNotificationInfo() - Method in class mx4j.monitor.MX4JGaugeMonitor
 
getNotificationInfo() - Method in class mx4j.monitor.MX4JStringMonitor
 
getNotificationInfo() - Method in class mx4j.tools.remote.proxy.RemoteMBeanProxy
 
getNotificationListener(NotificationTuple) - Method in class mx4j.remote.AbstractRemoteNotificationClientHandler
 
getNotificationListener() - Method in class mx4j.remote.NotificationTuple
 
getNotificationListener(NotificationTuple) - Method in interface mx4j.remote.RemoteNotificationClientHandler
Returns the ID of the listener for the given tuple
getNotificationListeners(NotificationTuple) - Method in class mx4j.remote.AbstractRemoteNotificationClientHandler
 
getNotificationListeners(NotificationTuple) - Method in interface mx4j.remote.RemoteNotificationClientHandler
Returns the IDs of the listeners for the given tuple
getNotificationName() - Method in class mx4j.tools.mail.SMTP
 
getNotificationName() - Method in interface mx4j.tools.mail.SMTPMBean
Returns the notification which will trigger the mail sending
getNotificationType() - Method in class mx4j.tools.jython.JythonRunner
Gets the specific notification type being listened
getNotificationType() - Method in interface mx4j.tools.jython.JythonRunnerMBean
Gets the specific notification type being listened
getNotificationsCount() - Method in class mx4j.remote.AbstractRemoteNotificationClientHandler
 
getNotify() - Method in class mx4j.monitor.MX4JCounterMonitor
 
getNotify() - Method in interface mx4j.monitor.MX4JCounterMonitorMBean
 
getNotifyDiffer() - Method in class mx4j.monitor.MX4JStringMonitor
 
getNotifyDiffer() - Method in interface mx4j.monitor.MX4JStringMonitorMBean
 
getNotifyHigh() - Method in class mx4j.monitor.MX4JGaugeMonitor
 
getNotifyHigh() - Method in interface mx4j.monitor.MX4JGaugeMonitorMBean
 
getNotifyLow() - Method in class mx4j.monitor.MX4JGaugeMonitor
 
getNotifyLow() - Method in interface mx4j.monitor.MX4JGaugeMonitorMBean
 
getNotifyMatch() - Method in class mx4j.monitor.MX4JStringMonitor
 
getNotifyMatch() - Method in interface mx4j.monitor.MX4JStringMonitorMBean
 
getObject() - Method in class mx4j.loading.MLetTag
 
getObject(String) - Method in interface mx4j.tools.config.ConfigurationBuilder.ObjectsHolder
 
getObject(String) - Method in class mx4j.tools.config.DefaultConfigurationBuilder.Configuration
 
getObjectInstance(ObjectName) - Method in class mx4j.remote.rmi.ClientInvoker
 
getObjectInstance(ObjectName, Subject) - Method in class mx4j.remote.rmi.RMIConnectionInvoker
 
getObjectInstance(ObjectName) - Method in class mx4j.server.ChainedMBeanServer
 
getObjectInstance() - Method in interface mx4j.server.MBeanMetaData
Returns the ObjectInstance of the MBean
getObjectInstance(ObjectName) - Method in class mx4j.server.MX4JMBeanServer
 
getObjectInstance(ObjectName, Subject) - Method in class mx4j.tools.remote.AbstractServerInvoker
 
getObjectInstance(ObjectName, Subject) - Method in interface mx4j.tools.remote.JMXConnection
 
getObjectInstance(ObjectName, Subject) - Method in class mx4j.tools.remote.JMXConnectionHandler
 
getObjectInstance(ObjectName) - Method in class mx4j.tools.remote.JMXConnectionMBeanServerConnection
 
getObjectInstance(ObjectName, Subject) - Method in class mx4j.tools.remote.http.HTTPClientInvoker
 
getObjectInstance(ObjectName, Subject) - Method in class mx4j.tools.remote.http.HTTPService
 
getObjectInstance(ObjectName, Subject) - Method in class mx4j.tools.remote.soap.SOAPClientInvoker
 
getObjectName() - Method in class mx4j.loading.MLetTag
 
getObjectName() - Method in class mx4j.remote.NotificationTuple
 
getObjectName() - Method in interface mx4j.server.MBeanMetaData
Returns the ObjectName of the MBean
getObjectid() - Method in class mx4j.tools.config.DefaultConfigurationBuilder.Object
 
getObservedAttribute() - Method in class mx4j.monitor.MX4JMonitor
 
getObservedAttribute() - Method in interface mx4j.monitor.MX4JMonitorMBean
 
getObservedAttribute() - Method in class mx4j.monitor.MX4JMonitorNotification
 
getObservedAttribute() - Method in class mx4j.tools.stats.ObserverStatisticsRecorder
 
getObservedAttribute() - Method in interface mx4j.tools.stats.ObserverStatisticsRecorderMBean
Returns the observed Attribute
getObservedObject() - Method in class mx4j.monitor.MX4JMonitorNotification
 
getObservedObject() - Method in class mx4j.tools.jython.JythonRunner
Gets the object being observed by this MBean
getObservedObject() - Method in interface mx4j.tools.jython.JythonRunnerMBean
Gets the object being observed by this MBean
getObservedObject() - Method in class mx4j.tools.mail.SMTP
 
getObservedObject() - Method in interface mx4j.tools.mail.SMTPMBean
Gets the MBean's objectname which is being listened
getObservedObject() - Method in class mx4j.tools.stats.ObserverStatisticsRecorder
 
getObservedObject() - Method in interface mx4j.tools.stats.ObserverStatisticsRecorderMBean
Returns the observed ObjectName
getObservedObjects() - Method in class mx4j.monitor.MX4JMonitor
 
getObservedObjects() - Method in interface mx4j.monitor.MX4JMonitorMBean
 
getOccurrences() - Method in class mx4j.timer.TimerTask
 
getOffset() - Method in class mx4j.monitor.MX4JCounterMonitor
 
getOffset() - Method in interface mx4j.monitor.MX4JCounterMonitorMBean
 
getOperationDescription(Method) - Method in interface mx4j.MBeanDescription
Should return the description for the specified operation.
getOperationDescription(Method) - Method in class mx4j.MBeanDescriptionAdapter
 
getOperationDescription(Method) - Method in class mx4j.server.interceptor.MBeanServerInterceptorConfiguratorMBeanDescription
 
getOperationDescription(Method) - Method in class mx4j.tools.adaptor.http.HttpAdaptorMBeanDescription
 
getOperationDescription(Method) - Method in class mx4j.tools.adaptor.http.ProcessorMBeanDescription
 
getOperationDescription(Method) - Method in class mx4j.tools.adaptor.http.XSLTProcessorMBeanDescription
 
getOperationDescription(Method) - Method in class mx4j.tools.adaptor.ssl.SSLAdaptorServerSocketFactoryMBeanDescription
 
getOperationDescription(Method) - Method in class mx4j.tools.jython.JythonRunnerMBeanDescription
 
getOperationDescription(Method) - Method in class mx4j.tools.naming.CosNamingServiceMBeanDescription
 
getOperationDescription(Method) - Method in class mx4j.tools.naming.NamingServiceMBeanDescription
 
getOperationDescription(Method) - Method in class mx4j.tools.stats.StatisticsRecorderMBeanDescription
 
getOperationParameterDescription(Method, int) - Method in interface mx4j.MBeanDescription
Should return the description for the operations's parameter for the given operation and parameter index.
getOperationParameterDescription(Method, int) - Method in class mx4j.MBeanDescriptionAdapter
 
getOperationParameterDescription(Method, int) - Method in class mx4j.server.interceptor.MBeanServerInterceptorConfiguratorMBeanDescription
 
getOperationParameterDescription(Method, int) - Method in class mx4j.tools.adaptor.http.HttpAdaptorMBeanDescription
 
getOperationParameterDescription(Method, int) - Method in class mx4j.tools.adaptor.http.XSLTProcessorMBeanDescription
 
getOperationParameterDescription(Method, int) - Method in class mx4j.tools.adaptor.ssl.SSLAdaptorServerSocketFactoryMBeanDescription
 
getOperationParameterName(Method, int) - Method in interface mx4j.MBeanDescription
Should return the name of the operation's parameter for the given operation and parameter index.
getOperationParameterName(Method, int) - Method in class mx4j.MBeanDescriptionAdapter
 
getOperationParameterName(Method, int) - Method in class mx4j.server.interceptor.MBeanServerInterceptorConfiguratorMBeanDescription
 
getOperationParameterName(Method, int) - Method in class mx4j.tools.adaptor.http.HttpAdaptorMBeanDescription
 
getOperationParameterName(Method, int) - Method in class mx4j.tools.adaptor.http.XSLTProcessorMBeanDescription
 
getOperationParameterName(Method, int) - Method in class mx4j.tools.adaptor.ssl.SSLAdaptorServerSocketFactoryMBeanDescription
 
getParameterName(MBeanConstructorInfo, MBeanParameterInfo, int) - Method in class mx4j.tools.i18n.I18NStandardMBean
Obtain constructor parameter name.
getParameterName(MBeanOperationInfo, MBeanParameterInfo, int) - Method in class mx4j.tools.i18n.I18NStandardMBean
Obtain operation parameter name.
getParent() - Method in interface mx4j.tools.config.ConfigurationBuilder.Node
 
getParent() - Method in class mx4j.tools.config.DefaultConfigurationBuilder.AbstractNode
 
getPath() - Method in class mx4j.tools.adaptor.http.HttpInputStream
Returns the path of the request
getPathInJar() - Method in class mx4j.tools.adaptor.http.XSLTProcessor
 
getPathInJar() - Method in interface mx4j.tools.adaptor.http.XSLTProcessorMBean
Returns the path of the XSL templates inside a jar file.
getPeriod() - Method in class mx4j.timer.TimeTask
Returns the period of this task.
getPeriod() - Method in class mx4j.timer.TimerTask
 
getPort() - Method in class mx4j.tools.adaptor.http.HttpAdaptor
Returns the port where the server is running on.
getPort() - Method in interface mx4j.tools.adaptor.http.HttpAdaptorMBean
Returns the port where the server is running on.
getPort() - Method in class mx4j.tools.naming.CosNamingService
Returns the port on which tnameserv listens for incoming connections
getPort() - Method in interface mx4j.tools.naming.CosNamingServiceMBean
Returns the port on which tnameserv listens for incoming connections
getPort() - Method in class mx4j.tools.naming.NamingService
 
getPort() - Method in interface mx4j.tools.naming.NamingServiceMBean
Returns the port on which rmiregistry listens for incoming connections
getPriority() - Method in class mx4j.log.Logger
 
getProcessor() - Method in class mx4j.tools.adaptor.http.HttpAdaptor
 
getProcessor(String) - Method in class mx4j.tools.adaptor.http.HttpAdaptor
 
getProcessor() - Method in interface mx4j.tools.adaptor.http.HttpAdaptorMBean
Returns the Processor set by HttpAdaptorMBean.setProcessor(mx4j.tools.adaptor.http.ProcessorMBean)
getProcessorName() - Method in class mx4j.tools.adaptor.http.HttpAdaptor
 
getProcessorName() - Method in interface mx4j.tools.adaptor.http.HttpAdaptorMBean
Returns the ObjectName of the processor set by HttpAdaptorMBean.setProcessorName(javax.management.ObjectName)
getProtocol() - Method in interface mx4j.tools.remote.ConnectionManager
Returns the protocol used by the corrispondent JMXConnectorServer.
getProtocol() - Method in class mx4j.tools.remote.caucho.CauchoService
 
getProtocol() - Method in class mx4j.tools.remote.http.HTTPConnectionManager
 
getProtocol() - Method in class mx4j.tools.remote.http.HTTPService
 
getProtocol() - Method in class mx4j.tools.remote.soap.SOAPService
 
getProtocol() - Method in class mx4j.tools.remote.soap.SSLSOAPService
 
getPulsePeriod() - Method in class mx4j.remote.AbstractHeartBeat
 
getPulsePeriod() - Method in interface mx4j.remote.HeartBeat
Returns the period of time in milliseconds between two heart beats
getPythonInterpreter() - Static method in class mx4j.tools.jython.JythonRunner
 
getQueryString() - Method in class mx4j.tools.adaptor.http.HttpInputStream
Returns the query string
getRecordingStart() - Method in class mx4j.tools.stats.AbstractStatisticsRecorder
 
getRecordingStart() - Method in interface mx4j.tools.stats.StatisticsRecorderMBean
Returns the date when it started recording
getRemoteNotificationClientHandler() - Method in class mx4j.tools.remote.http.HTTPConnector
 
getRemoteObjectName() - Method in class mx4j.tools.remote.proxy.RemoteMBeanProxy
 
getRequestsCount() - Method in class mx4j.tools.adaptor.http.HttpAdaptor
Requests count
getRequestsCount() - Method in interface mx4j.tools.adaptor.http.HttpAdaptorMBean
Requests count
getResource() - Method in class mx4j.AbstractDynamicMBean
Returns the resource object on which invoke attribute's getters, attribute's setters and operation's methods
getResponseDoc() - Method in class mx4j.tools.adaptor.http.HttpException
 
getRetryPeriod() - Method in class mx4j.remote.AbstractRemoteNotificationClientHandler
Returns the period between two retries if the connection with the server side fails.
getScript() - Method in class mx4j.tools.jython.JythonRunner
Returns the script as text.
getScript() - Method in interface mx4j.tools.jython.JythonRunnerMBean
Returns the script as text.
getScriptURL() - Method in class mx4j.tools.jython.JythonRunner
Returns the URL pointing to the script source
getScriptURL() - Method in interface mx4j.tools.jython.JythonRunnerMBean
Returns the URL pointing to the script source
getSecurityContext() - Method in class mx4j.tools.remote.AbstractConnectionManager
Returns a security context at the moment of creation of this ConnectionManager.
getSequenceNumber() - Method in class mx4j.tools.remote.soap.axis.ser.NotificationDeser
 
getServer() - Method in class mx4j.tools.remote.AbstractServerInvoker
 
getServer() - Method in class mx4j.tools.remote.http.jetty.JettyWebContainer
 
getServerHost() - Method in class mx4j.tools.mail.SMTP
 
getServerHost() - Method in interface mx4j.tools.mail.SMTPMBean
Gets the server's host as name or IP
getServerNotificationListener() - Method in class mx4j.remote.DefaultRemoteNotificationServerHandler
 
getServerNotificationListener() - Method in interface mx4j.remote.RemoteNotificationServerHandler
Returns the unique server side listener that will represent client-side listeners on MBeans.
getServerPort() - Method in class mx4j.tools.mail.SMTP
 
getServerPort() - Method in interface mx4j.tools.mail.SMTPMBean
Gets the server's port, by default is 25
getServerUsername() - Method in class mx4j.tools.mail.SMTP
 
getServerUsername() - Method in interface mx4j.tools.mail.SMTPMBean
Gets the username to log to the server
getService() - Method in class mx4j.tools.remote.caucho.CauchoClientInvoker
 
getService() - Method in class mx4j.tools.remote.caucho.CauchoServlet
 
getService() - Method in class mx4j.tools.remote.caucho.burlap.BurlapServlet
 
getService() - Method in class mx4j.tools.remote.caucho.hessian.HessianServlet
 
getService() - Method in class mx4j.tools.remote.http.HTTPClientInvoker
 
getServletClassName() - Method in class mx4j.tools.remote.http.HTTPResolver
 
getServletClassName() - Method in class mx4j.tools.remote.resolver.burlap.Resolver
 
getServletClassName() - Method in class mx4j.tools.remote.resolver.burlap.ssl.Resolver
 
getServletClassName() - Method in class mx4j.tools.remote.resolver.hessian.Resolver
 
getServletClassName() - Method in class mx4j.tools.remote.resolver.hessian.ssl.Resolver
 
getServletClassName() - Method in class mx4j.tools.remote.resolver.soap.Resolver
 
getSignature() - Method in class mx4j.loading.MLetTag
 
getSource() - Method in class mx4j.tools.remote.soap.axis.ser.NotificationDeser
 
getStandardAttributeInfo(MBeanMetaData, String, boolean) - Method in class mx4j.server.CachingReflectionMBeanInvoker
 
getStandardAttributeInfo(MBeanMetaData, String, boolean) - Method in class mx4j.server.ReflectionMBeanInvoker
Returns the MBeanAttributeInfo for the given attribute, or null if the attribute is not a management attribute.
getStandardManagementMethod(MBeanMetaData, String, String[]) - Method in class mx4j.server.CachingReflectionMBeanInvoker
 
getStandardManagementMethod(MBeanMetaData, String, String[]) - Method in class mx4j.server.ReflectionMBeanInvoker
Returns a java.lang.reflect.Method object for the given method name and signature.
getStandardOperationInfo(MBeanMetaData, String, String[]) - Method in class mx4j.server.CachingReflectionMBeanInvoker
 
getStandardOperationInfo(MBeanMetaData, String, String[]) - Method in class mx4j.server.ReflectionMBeanInvoker
Returns the MBeanOperationInfo for the given operation, or null if the operation is not a management operation.
getStartDate() - Method in class mx4j.tools.adaptor.http.HttpAdaptor
Starting date
getStartDate() - Method in interface mx4j.tools.adaptor.http.HttpAdaptorMBean
Starting date
getStringToCompare() - Method in class mx4j.monitor.MX4JStringMonitor
 
getStringToCompare() - Method in interface mx4j.monitor.MX4JStringMonitorMBean
 
getSubject() - Method in class mx4j.tools.mail.SMTP
 
getSubject() - Method in interface mx4j.tools.mail.SMTPMBean
Gets the mail subject
getText() - Method in class mx4j.tools.config.DefaultConfigurationBuilder.AbstractNode
 
getThreshold() - Method in class mx4j.monitor.MX4JCounterMonitor.CounterMonitorInfo
 
getThreshold(ObjectName) - Method in class mx4j.monitor.MX4JCounterMonitor
 
getThreshold(ObjectName) - Method in interface mx4j.monitor.MX4JCounterMonitorMBean
 
getTimeStamp() - Method in class mx4j.tools.remote.soap.axis.ser.NotificationDeser
 
getTimeout() - Method in class mx4j.tools.mail.SMTP
 
getTimeout() - Method in interface mx4j.tools.mail.SMTPMBean
Returns the timeout used when sending mails
getTimestamp() - Method in class mx4j.monitor.MX4JCounterMonitor.CounterMonitorInfo
 
getTimestamp() - Method in class mx4j.monitor.MX4JGaugeMonitor.GaugeMonitorInfo
 
getTimestamp() - Method in class mx4j.monitor.MX4JStringMonitor.StringMonitorInfo
 
getTo() - Method in class mx4j.tools.mail.SMTP
 
getTo() - Method in interface mx4j.tools.mail.SMTPMBean
Gets a comma separated list of addresses set in the TO field
getTrigger() - Method in class mx4j.monitor.MX4JMonitorNotification
 
getType() - Method in class mx4j.server.interceptor.ContextClassLoaderMBeanServerInterceptor
 
getType() - Method in class mx4j.server.interceptor.DefaultMBeanServerInterceptor
Returns the type of this interceptor
getType() - Method in interface mx4j.server.interceptor.DefaultMBeanServerInterceptorMBean
Returns the type of this interceptor
getType() - Method in class mx4j.server.interceptor.InvokerMBeanServerInterceptor
Returns the type of this interceptor
getType() - Method in interface mx4j.server.interceptor.InvokerMBeanServerInterceptorMBean
Returns the type of this interceptor
getType() - Method in interface mx4j.server.interceptor.MBeanServerInterceptor
A concise string that tells the type of this interceptor
getType() - Method in class mx4j.server.interceptor.NotificationListenerMBeanServerInterceptor
 
getType() - Method in class mx4j.server.interceptor.SecurityMBeanServerInterceptor
 
getType() - Method in interface mx4j.server.interceptor.SecurityMBeanServerInterceptorMBean
Returns the type of this interceptor
getType() - Method in class mx4j.tools.remote.soap.axis.ser.NotificationDeser
 
getUseText() - Method in class mx4j.tools.jython.JythonRunner
Indicates wether to use the script given in the ScripText variable or the one given in the script File.
getUseText() - Method in interface mx4j.tools.jython.JythonRunnerMBean
Indicates wether to use the script given in the ScripText variable or the one given in the script File.
getUserData() - Method in class mx4j.tools.remote.soap.axis.ser.NotificationDeser
 
getValue() - Method in class mx4j.tools.stats.ValueStatisticsRecorder
 
getValue() - Method in interface mx4j.tools.stats.ValueStatisticsRecorderMBean
Returns the recorded value
getVariable(String) - Method in class mx4j.tools.adaptor.http.HttpInputStream
Returns one variable value.
getVariableValues(String) - Method in class mx4j.tools.adaptor.http.HttpInputStream
Returns one variable values.
getVariables() - Method in class mx4j.tools.adaptor.http.HttpInputStream
Returns a map with the variables passed in the request.
getVersion() - Method in class mx4j.loading.MLetTag
 
getVersion() - Method in class mx4j.tools.adaptor.http.HttpAdaptor
Gets the HttpAdaptor version
getVersion() - Method in interface mx4j.tools.adaptor.http.HttpAdaptorMBean
Gets the HttpAdaptor version
getVersion() - Method in class mx4j.tools.adaptor.http.HttpInputStream
Returns the version of the request
granularity - Variable in class mx4j.tools.stats.TimedStatisticsRecorder
 

H

HTTPClientInvoker - class mx4j.tools.remote.http.HTTPClientInvoker.
 
HTTPClientInvoker() - Constructor for class mx4j.tools.remote.http.HTTPClientInvoker
 
HTTPConnection - interface mx4j.tools.remote.http.HTTPConnection.
 
HTTPConnectionHandler - class mx4j.tools.remote.http.HTTPConnectionHandler.
 
HTTPConnectionHandler(JMXConnection, ConnectionManager, String) - Constructor for class mx4j.tools.remote.http.HTTPConnectionHandler
 
HTTPConnectionMBeanServerConnection - class mx4j.tools.remote.http.HTTPConnectionMBeanServerConnection.
Implementation of an adapter that converts MBeanServerConnection calls to HTTPConnection calls.
HTTPConnectionMBeanServerConnection(JMXConnection, Subject, RemoteNotificationClientHandler) - Constructor for class mx4j.tools.remote.http.HTTPConnectionMBeanServerConnection
 
HTTPConnectionManager - class mx4j.tools.remote.http.HTTPConnectionManager.
 
HTTPConnectionManager(AbstractJMXConnectorServer, String, Map) - Constructor for class mx4j.tools.remote.http.HTTPConnectionManager
 
HTTPConnector - class mx4j.tools.remote.http.HTTPConnector.
 
HTTPConnector(JMXServiceURL, Map) - Constructor for class mx4j.tools.remote.http.HTTPConnector
 
HTTPConnectorServer - class mx4j.tools.remote.http.HTTPConnectorServer.
 
HTTPConnectorServer(JMXServiceURL, Map, MBeanServer) - Constructor for class mx4j.tools.remote.http.HTTPConnectorServer
 
HTTPHeartBeat - class mx4j.tools.remote.http.HTTPHeartBeat.
 
HTTPHeartBeat(HTTPConnection, ConnectionNotificationEmitter, Map) - Constructor for class mx4j.tools.remote.http.HTTPHeartBeat
 
HTTPRemoteNotificationClientHandler - class mx4j.tools.remote.http.HTTPRemoteNotificationClientHandler.
 
HTTPRemoteNotificationClientHandler(HTTPConnection, ConnectionNotificationEmitter, HeartBeat, Map) - Constructor for class mx4j.tools.remote.http.HTTPRemoteNotificationClientHandler
 
HTTPResolver - class mx4j.tools.remote.http.HTTPResolver.
 
HTTPResolver() - Constructor for class mx4j.tools.remote.http.HTTPResolver
 
HTTPServerInvoker - class mx4j.tools.remote.http.HTTPServerInvoker.
Implementation of the HTTPConnector interface that forwards the calls to an MBeanServerConnection object.
HTTPServerInvoker(MBeanServerConnection, RemoteNotificationServerHandler) - Constructor for class mx4j.tools.remote.http.HTTPServerInvoker
 
HTTPService - class mx4j.tools.remote.http.HTTPService.
 
HTTPService() - Constructor for class mx4j.tools.remote.http.HTTPService
 
HTTPSubjectInvoker - class mx4j.tools.remote.http.HTTPSubjectInvoker.
 
HTTP_SERVER_CONFIGURATION - Static variable in interface mx4j.remote.MX4JRemoteConstants
Deprecated. Use HTTPConnectorServer.WEB_CONTAINER_CONFIGURATION instead
HTTP_VERSION - Static variable in class mx4j.tools.adaptor.http.HttpConstants
HTTP implemented version
HeartBeat - interface mx4j.remote.HeartBeat.
A continuous pulse from client to server that gives the information that the connection is alive and the server is up.
HessianClientInvoker - class mx4j.tools.remote.caucho.hessian.HessianClientInvoker.
 
HessianClientInvoker(String) - Constructor for class mx4j.tools.remote.caucho.hessian.HessianClientInvoker
 
HessianServlet - class mx4j.tools.remote.caucho.hessian.HessianServlet.
 
HessianServlet() - Constructor for class mx4j.tools.remote.caucho.hessian.HessianServlet
 
HttpAdaptor - class mx4j.tools.adaptor.http.HttpAdaptor.
HttpAdaptor sets the basic adaptor listening for HTTP requests
HttpAdaptor() - Constructor for class mx4j.tools.adaptor.http.HttpAdaptor
Default Constructor added so that we can have some additional constructors as well.
HttpAdaptor(int) - Constructor for class mx4j.tools.adaptor.http.HttpAdaptor
Overloaded constructor to allow the port to be set.
HttpAdaptor(String) - Constructor for class mx4j.tools.adaptor.http.HttpAdaptor
Overloaded constructor to allow the host to be set.
HttpAdaptor(int, String) - Constructor for class mx4j.tools.adaptor.http.HttpAdaptor
Overloaded constructor to allow the port to be set.
HttpAdaptorMBean - interface mx4j.tools.adaptor.http.HttpAdaptorMBean.
Management interface for the HttpAdaptor MBean.
HttpAdaptorMBeanDescription - class mx4j.tools.adaptor.http.HttpAdaptorMBeanDescription.
Management interface descriptions for the HttpAdaptor MBean.
HttpAdaptorMBeanDescription() - Constructor for class mx4j.tools.adaptor.http.HttpAdaptorMBeanDescription
 
HttpCommandProcessor - interface mx4j.tools.adaptor.http.HttpCommandProcessor.
HttpCommandProcessor sets the structure of a command processor
HttpCommandProcessorAdaptor - class mx4j.tools.adaptor.http.HttpCommandProcessorAdaptor.
HttpCommandProcessor sets the structure of a command processor
HttpCommandProcessorAdaptor() - Constructor for class mx4j.tools.adaptor.http.HttpCommandProcessorAdaptor
 
HttpConstants - class mx4j.tools.adaptor.http.HttpConstants.
Define constants for the HTTP request processing
HttpConstants() - Constructor for class mx4j.tools.adaptor.http.HttpConstants
 
HttpException - exception mx4j.tools.adaptor.http.HttpException.
HttpException is emitted when an error parsing an HTTP request appears
HttpException(int, String) - Constructor for class mx4j.tools.adaptor.http.HttpException
Constructor for the HttpException object
HttpInputStream - class mx4j.tools.adaptor.http.HttpInputStream.
HttpInputStream processes an HTTP request
HttpInputStream(InputStream) - Constructor for class mx4j.tools.adaptor.http.HttpInputStream
Constructs a new HttpInputStream
HttpOutputStream - class mx4j.tools.adaptor.http.HttpOutputStream.
HttpAdaptor sets the basic adaptor listening for HTTP requests
HttpOutputStream(OutputStream, HttpInputStream) - Constructor for class mx4j.tools.adaptor.http.HttpOutputStream
Creates a new HttpOutputStream with a given OutputStream and an InputStream
HttpUtil - class mx4j.tools.adaptor.http.HttpUtil.
Utility methods for the HTTP adaptor
HttpUtil() - Constructor for class mx4j.tools.adaptor.http.HttpUtil
 
handleNotification(Notification, Object) - Method in class mx4j.tools.jython.JythonRunner
 
handleNotification(Notification, Object) - Method in class mx4j.tools.mail.SMTP
 
handleNotification(Notification, Object) - Method in class mx4j.tools.stats.NotificationStatisticsRecorder
 
handleSpecialInvoke(Object, Method, Object[]) - Method in class mx4j.tools.remote.SubjectInvoker
 
hashCode() - Method in class mx4j.remote.NotificationTuple
 
hashCode() - Method in class mx4j.timer.TimerTask
 
hashCode() - Method in class mx4j.tools.remote.rmi.SSLRMIClientSocketFactory
 
headers - Variable in class mx4j.tools.adaptor.http.HttpOutputStream
Headers to be sent

I

I18NStandardMBean - class mx4j.tools.i18n.I18NStandardMBean.
An extension of StandardMBean to support internationalization.
I18NStandardMBean(Object, Class) - Constructor for class mx4j.tools.i18n.I18NStandardMBean
Makes an I18NStandardMBean for the default locale with a separate implementation class.
I18NStandardMBean(Object, Class, Locale) - Constructor for class mx4j.tools.i18n.I18NStandardMBean
Makes an I18NStandardMBean for the given locale with a separate implementation class.
I18NStandardMBean(Class) - Constructor for class mx4j.tools.i18n.I18NStandardMBean
Makes a I18NStandardMBean for the default locale implemented by a subclass.
I18NStandardMBean(Class, Locale) - Constructor for class mx4j.tools.i18n.I18NStandardMBean
Makes a I18NStandardMBean for the given locale implemented by a subclass.
INFO - Static variable in class mx4j.log.Logger
 
ImplementationException - exception mx4j.ImplementationException.
Thrown when an internal error in the MX4J implementation is detected.
ImplementationException() - Constructor for class mx4j.ImplementationException
 
ImplementationException(String) - Constructor for class mx4j.ImplementationException
 
InvokeOperationCommandProcessor - class mx4j.tools.adaptor.http.InvokeOperationCommandProcessor.
InvokeOperationCommandProcessor, processes a request for unregistering an MBean
InvokeOperationCommandProcessor() - Constructor for class mx4j.tools.adaptor.http.InvokeOperationCommandProcessor
 
InvokerMBeanServerInterceptor - class mx4j.server.interceptor.InvokerMBeanServerInterceptor.
The last MBeanServer --$gt; MBean interceptor in the chain.
InvokerMBeanServerInterceptor(MBeanServer) - Constructor for class mx4j.server.interceptor.InvokerMBeanServerInterceptor
Instantiates a new interceptor instance.
InvokerMBeanServerInterceptorMBean - interface mx4j.server.interceptor.InvokerMBeanServerInterceptorMBean.
Management interface for the InvokerMBeanServerInterceptor MBean
InvokerMBeanServerInterceptorMBeanDescription - class mx4j.server.interceptor.InvokerMBeanServerInterceptorMBeanDescription.
Management interface description for the InvokerMBeanServerInterceptor MBean.
InvokerMBeanServerInterceptorMBeanDescription() - Constructor for class mx4j.server.interceptor.InvokerMBeanServerInterceptorMBeanDescription
 
indexOf(char[], int, char, int) - Static method in class mx4j.tools.adaptor.http.HttpUtil
 
info(Object) - Method in class mx4j.log.Logger
 
info(Object, Throwable) - Method in class mx4j.log.Logger
 
init() - Method in class mx4j.tools.remote.caucho.CauchoServlet
 
init() - Method in class mx4j.tools.remote.caucho.burlap.BurlapServlet
 
init() - Method in class mx4j.tools.remote.caucho.hessian.HessianServlet
 
instantiate(String) - Method in class mx4j.server.ChainedMBeanServer
 
instantiate(String, Object[], String[]) - Method in class mx4j.server.ChainedMBeanServer
 
instantiate(String, ObjectName) - Method in class mx4j.server.ChainedMBeanServer
 
instantiate(String, ObjectName, Object[], String[]) - Method in class mx4j.server.ChainedMBeanServer
 
instantiate(String) - Method in class mx4j.server.MX4JMBeanServer
 
instantiate(String, Object[], String[]) - Method in class mx4j.server.MX4JMBeanServer
 
instantiate(String, ObjectName) - Method in class mx4j.server.MX4JMBeanServer
 
instantiate(String, ObjectName, Object[], String[]) - Method in class mx4j.server.MX4JMBeanServer
 
instantiate(MBeanMetaData, String, String[], Object[]) - Method in class mx4j.server.interceptor.ContextClassLoaderMBeanServerInterceptor
 
instantiate(MBeanMetaData, String, String[], Object[]) - Method in class mx4j.server.interceptor.DefaultMBeanServerInterceptor
 
instantiate(MBeanMetaData, String, String[], Object[]) - Method in class mx4j.server.interceptor.InvokerMBeanServerInterceptor
 
instantiate(MBeanMetaData, String, String[], Object[]) - Method in interface mx4j.server.interceptor.MBeanServerInterceptor
Instantiate the given className passing the given arguments to the constructor with the given signature
instantiate(MBeanMetaData, String, String[], Object[]) - Method in class mx4j.server.interceptor.SecurityMBeanServerInterceptor
 
introspect(MBeanMetaData) - Method in class mx4j.server.MBeanIntrospector
Introspect the given mbean, storing the results in the given metadata.
invoke(String, Object[], String[]) - Method in class mx4j.AbstractDynamicMBean
Returns the value of the manageable operation as specified by the DynamicMBean interface
invoke(String, Class[], Object[]) - Method in class mx4j.AbstractDynamicMBean
Deprecated. Replaced by AbstractDynamicMBean.invoke(Object,String,Class[],Object[]).
The resource passed is the resource as set by AbstractDynamicMBean.setResource(java.lang.Object) or - if it is null - 'this' instance.
This method is deprecated because it is not thread safe.
invoke(Object, String, Class[], Object[]) - Method in class mx4j.AbstractDynamicMBean
Looks up the method to call on given resource and invokes it.
invoke(Object, Method, Object[]) - Method in class mx4j.remote.ClientProxy
 
invoke(Object, Method, Object[]) - Method in class mx4j.remote.rmi.ClientExceptionCatcher
 
invoke(ObjectName, String, Object[], String[]) - Method in class mx4j.remote.rmi.ClientInvoker
 
invoke(Object, Method, Object[]) - Method in class mx4j.remote.rmi.ClientUnmarshaller
 
invoke(ObjectName, String, MarshalledObject, String[], Subject) - Method in class mx4j.remote.rmi.RMIConnectionInvoker
 
invoke(Object, Method, Object[]) - Method in class mx4j.remote.rmi.RMIConnectionProxy
 
invoke(Object, Method, Object[]) - Method in class mx4j.remote.rmi.RMIConnectionSubjectInvoker
 
invoke(ObjectName, String, Object[], String[]) - Method in class mx4j.server.ChainedMBeanServer
 
invoke(MBeanMetaData, String, String[], Object[]) - Method in interface mx4j.server.MBeanInvoker
Invokes the specified operation on the MBean instance
invoke(ObjectName, String, Object[], String[]) - Method in class mx4j.server.MX4JMBeanServer
 
invoke(MBeanMetaData, String, String[], Object[]) - Method in class mx4j.server.ReflectionMBeanInvoker
 
invoke(MBeanMetaData, String, String[], Object[]) - Method in class mx4j.server.interceptor.ContextClassLoaderMBeanServerInterceptor
 
invoke(MBeanMetaData, String, String[], Object[]) - Method in class mx4j.server.interceptor.DefaultMBeanServerInterceptor
 
invoke(MBeanMetaData, String, String[], Object[]) - Method in class mx4j.server.interceptor.InvokerMBeanServerInterceptor
 
invoke(MBeanMetaData, String, String[], Object[]) - Method in interface mx4j.server.interceptor.MBeanServerInterceptor
Invokes the specified MBean operation on the MBean instance
invoke(MBeanMetaData, String, String[], Object[]) - Method in class mx4j.server.interceptor.SecurityMBeanServerInterceptor
 
invoke(ObjectName, String, Object, String[], Subject) - Method in class mx4j.tools.remote.AbstractServerInvoker
 
invoke(ObjectName, String, Object, String[], Subject) - Method in interface mx4j.tools.remote.JMXConnection
 
invoke(ObjectName, String, Object, String[], Subject) - Method in class mx4j.tools.remote.JMXConnectionHandler
 
invoke(ObjectName, String, Object[], String[]) - Method in class mx4j.tools.remote.JMXConnectionMBeanServerConnection
 
invoke(Object, Method, Object[]) - Method in class mx4j.tools.remote.SubjectInvoker
 
invoke(HttpServletRequest, CauchoInput, CauchoOutput) - Method in class mx4j.tools.remote.caucho.CauchoServlet
 
invoke(String, Object, Method, Map, Object[]) - Method in class mx4j.tools.remote.caucho.CauchoServlet
 
invoke(ObjectName, String, Object, String[], Subject) - Method in class mx4j.tools.remote.http.HTTPClientInvoker
 
invoke(ObjectName, String, Object, String[], Subject) - Method in class mx4j.tools.remote.http.HTTPService
 
invoke(String, Object[], String[]) - Method in class mx4j.tools.remote.proxy.RemoteMBeanProxy
 
invoke(MessageContext) - Method in class mx4j.tools.remote.soap.ConnectionIDRequestHandler
 
invoke(ObjectName, String, Object, String[], Subject) - Method in class mx4j.tools.remote.soap.SOAPClientInvoker
 
invokeImpl(MBeanMetaData, String, String[], Object[]) - Method in class mx4j.server.BCELMBeanInvoker
 
invokeImpl(MBeanMetaData, String, String[], Object[]) - Method in class mx4j.server.ReflectionMBeanInvoker
Performs the actual invocation of the MBean's method.
invokeMethod(Method, Object, Object[]) - Method in class mx4j.AbstractDynamicMBean
Invokes the given method on the given resource object with the given arguments.
isActive() - Method in class mx4j.monitor.MX4JMonitor
 
isActive() - Method in interface mx4j.monitor.MX4JMonitorMBean
 
isActive() - Method in class mx4j.remote.AbstractRemoteNotificationClientHandler
Returns whether this client handler is fetching notifications or not.
isActive() - Method in class mx4j.tools.adaptor.http.HttpAdaptor
Indicates whether the server's running
isActive() - Method in interface mx4j.tools.adaptor.http.HttpAdaptorMBean
Indicates whether the server's running
isActive() - Method in class mx4j.tools.remote.AbstractJMXConnectorServer
 
isActive - Variable in class mx4j.tools.stats.AbstractStatisticsRecorder
 
isActive() - Method in class mx4j.tools.stats.AbstractStatisticsRecorder
 
isActive() - Method in interface mx4j.tools.stats.StatisticsRecorderMBean
Indicates whether the MBean is recording values
isArrayByteBase64(byte[]) - Static method in class mx4j.util.Base64Codec
 
isAttributeGetter(Method) - Static method in class mx4j.util.Utils
Returns true is the given method is a JMX attribute getter method
isAttributeSetter(Method) - Static method in class mx4j.util.Utils
Returns true if the method is a JMX attribute setter method
isClosed() - Method in class mx4j.tools.remote.AbstractConnectionManager
Returns whether the AbstractConnectionManager.close() method has been called.
isClosed() - Method in class mx4j.tools.remote.AbstractJMXConnector
Returns whether the AbstractJMXConnector.close() method has been called.
isClosed() - Method in class mx4j.tools.remote.JMXConnectionHandler
 
isConnected() - Method in class mx4j.tools.remote.AbstractJMXConnector
Returns whether the AbstractJMXConnector.connect() or AbstractJMXConnector.connect(Map) method has been called on this JMXConnector.
isDifferNotified() - Method in class mx4j.monitor.MX4JStringMonitor.StringMonitorInfo
 
isDouble - Variable in class mx4j.tools.stats.AbstractStatisticsRecorder
 
isEnabled() - Method in class mx4j.server.interceptor.DefaultMBeanServerInterceptor
Returns whether this interceptor is enabled
isEnabled() - Method in interface mx4j.server.interceptor.DefaultMBeanServerInterceptorMBean
Returns whether this interceptor is enabled
isEnabled() - Method in class mx4j.server.interceptor.InvokerMBeanServerInterceptor
This interceptor is always enabled
isEnabled() - Method in interface mx4j.server.interceptor.InvokerMBeanServerInterceptorMBean
This interceptor is always enabled
isEnabled() - Method in class mx4j.server.interceptor.SecurityMBeanServerInterceptor
 
isEnabled() - Method in interface mx4j.server.interceptor.SecurityMBeanServerInterceptorMBean
This interceptor is always enabled
isEnabledFor(int) - Method in class mx4j.log.Logger
 
isEncodedForm(JMXServiceURL) - Method in class mx4j.remote.resolver.iiop.Resolver
 
isEncodedForm(JMXServiceURL) - Method in class mx4j.remote.resolver.rmi.Resolver
 
isErrorNotified() - Method in class mx4j.monitor.MX4JMonitor.MonitorInfo
 
isFinished() - Method in class mx4j.timer.TimeTask
Returns whethere this task is finished.
isFinished() - Method in class mx4j.timer.TimerTask
 
isHighNotified() - Method in class mx4j.monitor.MX4JGaugeMonitor.GaugeMonitorInfo
 
isInstanceOf(ObjectName, String) - Method in class mx4j.remote.rmi.ClientInvoker
 
isInstanceOf(ObjectName, String, Subject) - Method in class mx4j.remote.rmi.RMIConnectionInvoker
 
isInstanceOf(ObjectName, String) - Method in class mx4j.server.ChainedMBeanServer
 
isInstanceOf(ObjectName, String) - Method in class mx4j.server.MX4JMBeanServer
 
isInstanceOf(ObjectName, String, Subject) - Method in class mx4j.tools.remote.AbstractServerInvoker
 
isInstanceOf(ObjectName, String, Subject) - Method in interface mx4j.tools.remote.JMXConnection
 
isInstanceOf(ObjectName, String, Subject) - Method in class mx4j.tools.remote.JMXConnectionHandler
 
isInstanceOf(ObjectName, String) - Method in class mx4j.tools.remote.JMXConnectionMBeanServerConnection
 
isInstanceOf(ObjectName, String, Subject) - Method in class mx4j.tools.remote.http.HTTPClientInvoker
 
isInstanceOf(ObjectName, String, Subject) - Method in class mx4j.tools.remote.http.HTTPService
 
isInstanceOf(ObjectName, String, Subject) - Method in class mx4j.tools.remote.soap.SOAPClientInvoker
 
isLoginToServer() - Method in class mx4j.tools.mail.SMTP
 
isLoginToServer() - Method in interface mx4j.tools.mail.SMTPMBean
Indicates whether login to the SMTP server will be attpemted
isLowNotified() - Method in class mx4j.monitor.MX4JGaugeMonitor.GaugeMonitorInfo
 
isMBeanCompliant(MBeanMetaData) - Method in class mx4j.server.MBeanIntrospector
Returns whether the given already introspected metadata is compliant.
isMBeanDynamic() - Method in interface mx4j.server.MBeanMetaData
Returns whether the MBean is dynamic
isMBeanStandard() - Method in interface mx4j.server.MBeanMetaData
Returns whether the MBean is standard
isMatchNotified() - Method in class mx4j.monitor.MX4JStringMonitor.StringMonitorInfo
 
isPeriodic() - Method in class mx4j.timer.TimeTask
Returns whether this task is periodic.
isPeriodic() - Method in class mx4j.timer.TimerTask
 
isPlainInvoke(Method) - Method in class mx4j.tools.remote.SubjectInvoker
 
isPlainInvoke(Method) - Method in class mx4j.tools.remote.http.HTTPSubjectInvoker
 
isRegistered(ObjectName) - Method in class mx4j.remote.rmi.ClientInvoker
 
isRegistered(ObjectName, Subject) - Method in class mx4j.remote.rmi.RMIConnectionInvoker
 
isRegistered(ObjectName) - Method in class mx4j.server.ChainedMBeanServer
 
isRegistered(ObjectName) - Method in class mx4j.server.MX4JMBeanServer
 
isRegistered(ObjectName, Subject) - Method in class mx4j.tools.remote.AbstractServerInvoker
 
isRegistered(ObjectName, Subject) - Method in interface mx4j.tools.remote.JMXConnection
 
isRegistered(ObjectName, Subject) - Method in class mx4j.tools.remote.JMXConnectionHandler
 
isRegistered(ObjectName) - Method in class mx4j.tools.remote.JMXConnectionMBeanServerConnection
 
isRegistered(ObjectName, Subject) - Method in class mx4j.tools.remote.http.HTTPClientInvoker
 
isRegistered(ObjectName, Subject) - Method in class mx4j.tools.remote.http.HTTPService
 
isRegistered(ObjectName, Subject) - Method in class mx4j.tools.remote.soap.SOAPClientInvoker
 
isRunning() - Method in class mx4j.server.interceptor.MBeanServerInterceptorConfigurator
Returns whether this configurator is running and thus if the MBeanServer can accept incoming calls
isRunning() - Method in interface mx4j.server.interceptor.MBeanServerInterceptorConfiguratorMBean
Returns whether this configurator is running and thus if the MBeanServer can accept incoming calls
isRunning() - Method in class mx4j.tools.naming.CosNamingService
Returns whether this MBean has been started and not yet stopped.
isRunning() - Method in interface mx4j.tools.naming.CosNamingServiceMBean
Returns whether this MBean has been started and not yet stopped.
isRunning() - Method in class mx4j.tools.naming.NamingService
 
isRunning() - Method in interface mx4j.tools.naming.NamingServiceMBean
Returns whether this MBean has been started and not yet stopped.
isStopped() - Method in class mx4j.tools.remote.AbstractJMXConnectorServer
Returns whether the AbstractJMXConnectorServer.stop() method of this JMXConnectorServer has been called.
isThresholdNotified() - Method in class mx4j.monitor.MX4JCounterMonitor.CounterMonitorInfo
 
isTrulySerializable(Object) - Static method in class mx4j.remote.MX4JRemoteUtils
 
isUseCache() - Method in class mx4j.tools.adaptor.http.XSLTProcessor
 
isUseCache() - Method in interface mx4j.tools.adaptor.http.XSLTProcessorMBean
Returns if the XSL Templates are cached
isUseJar() - Method in class mx4j.tools.adaptor.http.XSLTProcessor
 
isUseJar() - Method in interface mx4j.tools.adaptor.http.XSLTProcessorMBean
Returns if the XSL files are contained in a jar/zip file.
isUsePath() - Method in class mx4j.tools.adaptor.http.XSLTProcessor
 
isUsePath() - Method in interface mx4j.tools.adaptor.http.XSLTProcessorMBean
Returns if the XSL files are contained in a path.
iterator() - Method in interface mx4j.server.MBeanRepository
Returns an iterator on the metadata stored in this repository.

J

JMXConnection - interface mx4j.tools.remote.JMXConnection.
 
JMXConnectionHandler - class mx4j.tools.remote.JMXConnectionHandler.
This handler manages the operations related to the connection itself, such as JMXConnectionHandler.close(), AbstractConnection.getConnectionId().
JMXConnectionHandler(JMXConnection, ConnectionManager, String) - Constructor for class mx4j.tools.remote.JMXConnectionHandler
 
JMXConnectionMBeanServerConnection - class mx4j.tools.remote.JMXConnectionMBeanServerConnection.
Abstract implementation of an adapter that converts MBeanServerConnection calls to JMXConnection calls.
JMXConnectionMBeanServerConnection(JMXConnection, Subject) - Constructor for class mx4j.tools.remote.JMXConnectionMBeanServerConnection
 
JMXSerializerFactory - class mx4j.tools.remote.caucho.serialization.JMXSerializerFactory.
 
JMXSerializerFactory() - Constructor for class mx4j.tools.remote.caucho.serialization.JMXSerializerFactory
 
JettyWebContainer - class mx4j.tools.remote.http.jetty.JettyWebContainer.
Jetty's implementation of WebContainer interface
JettyWebContainer() - Constructor for class mx4j.tools.remote.http.jetty.JettyWebContainer
 
JythonRunner - class mx4j.tools.jython.JythonRunner.
This MBean enables you to run scripts written in jython.
JythonRunner() - Constructor for class mx4j.tools.jython.JythonRunner
 
JythonRunnerMBean - interface mx4j.tools.jython.JythonRunnerMBean.
Management interface for the JythonRunner MBean.
JythonRunnerMBeanDescription - class mx4j.tools.jython.JythonRunnerMBeanDescription.
Management interface descriptions for the JythonRunner MBean.
JythonRunnerMBeanDescription() - Constructor for class mx4j.tools.jython.JythonRunnerMBeanDescription
 

L

LocalConnection - interface mx4j.tools.remote.local.LocalConnection.
 
LocalConnector - class mx4j.tools.remote.local.LocalConnector.
 
LocalConnector(JMXServiceURL, Map) - Constructor for class mx4j.tools.remote.local.LocalConnector
 
LocalConnectorServer - class mx4j.tools.remote.local.LocalConnectorServer.
 
LocalConnectorServer(JMXServiceURL, Map, MBeanServer) - Constructor for class mx4j.tools.remote.local.LocalConnectorServer
 
Log - class mx4j.log.Log.
Main class for the log service.
Log4JLogger - class mx4j.log.Log4JLogger.
Log that redirects log calls to a Log4J Logger.
Log4JLogger() - Constructor for class mx4j.log.Log4JLogger
This constructor is called to create instances of this Logger, following the prototype pattern.
Logger - class mx4j.log.Logger.
Base class for logging objects.
Logger() - Constructor for class mx4j.log.Logger
 
LoggerBroadcaster - class mx4j.log.LoggerBroadcaster.
This broadcaster MBean allows to redirect MX4J internal logging to registered JMX listeners.
LoggerBroadcaster() - Constructor for class mx4j.log.LoggerBroadcaster
 
LoggerBroadcaster.LoggerNotifier - class mx4j.log.LoggerBroadcaster.LoggerNotifier.
 
LoggerBroadcaster.LoggerNotifier() - Constructor for class mx4j.log.LoggerBroadcaster.LoggerNotifier
 
LoggerBroadcasterMBean - interface mx4j.log.LoggerBroadcasterMBean.
Management interface for the LoggerBroadcaster MBean.
list() - Method in class mx4j.tools.naming.NamingService
 
list() - Method in interface mx4j.tools.naming.NamingServiceMBean
Returns an array of the names bound in the rmiregistry
load() - Method in class mx4j.persist.FilePersister
 
load() - Method in class mx4j.persist.MBeanPersister
 
load() - Method in interface mx4j.persist.PersisterMBean
Loads the information persisted on the storage media.
loadClass(String) - Method in class mx4j.loading.RepositoryClassLoader
 
loadClass(String, ClassLoader) - Static method in class mx4j.remote.ProviderHelper
 
loadClass(String) - Method in class mx4j.server.DefaultClassLoaderRepository
 
loadClass(ClassLoader, String) - Static method in class mx4j.util.Utils
This methods load a class given the classloader and the name of the class, and work for extended names of primitive types.
loadClassBefore(ClassLoader, String) - Method in class mx4j.server.DefaultClassLoaderRepository
 
loadClassWithout(ClassLoader, String) - Method in class mx4j.server.DefaultClassLoaderRepository
 
loadClasses(ClassLoader, String[]) - Static method in class mx4j.util.Utils
Returns the classes whose names are specified by the names argument, loaded with the specified classloader.
loadStream(InputStream) - Static method in class mx4j.tools.jython.JythonRunner
 
log(int, Object, Throwable) - Method in class mx4j.log.CommonsLogger
 
log(int, Object, Throwable) - Method in class mx4j.log.FileLogger
 
log(int, Object, Throwable) - Method in class mx4j.log.Log4JLogger
 
log(int, Object, Throwable) - Method in class mx4j.log.Logger
 
log(int, Object, Throwable) - Method in class mx4j.log.LoggerBroadcaster.LoggerNotifier
 
log(int, Object, Throwable) - Method in class mx4j.log.MBeanLogger
 
lookupClient(JMXServiceURL, Map) - Method in class mx4j.remote.ConnectionResolver
Looks up a connection with the server side as specified in the given JMXServiceURL.
lookupClient(JMXServiceURL, Map) - Method in class mx4j.remote.resolver.rmi.Resolver
 
lookupClient(JMXServiceURL, Map) - Method in class mx4j.tools.remote.resolver.burlap.Resolver
 
lookupClient(JMXServiceURL, Map) - Method in class mx4j.tools.remote.resolver.hessian.Resolver
 
lookupClient(JMXServiceURL, Map) - Method in class mx4j.tools.remote.resolver.local.Resolver
 
lookupClient(JMXServiceURL, Map) - Method in class mx4j.tools.remote.resolver.soap.Resolver
 
lookupRMIServerStub(JMXServiceURL, Map) - Method in class mx4j.remote.resolver.rmi.Resolver
 

M

MBeanAttributeInfoDeser - class mx4j.tools.remote.soap.axis.ser.MBeanAttributeInfoDeser.
 
MBeanAttributeInfoDeser() - Constructor for class mx4j.tools.remote.soap.axis.ser.MBeanAttributeInfoDeser
 
MBeanAttributeInfoDeserFactory - class mx4j.tools.remote.soap.axis.ser.MBeanAttributeInfoDeserFactory.
 
MBeanAttributeInfoDeserFactory(Class, QName) - Constructor for class mx4j.tools.remote.soap.axis.ser.MBeanAttributeInfoDeserFactory
 
MBeanAttributeInfoSer - class mx4j.tools.remote.soap.axis.ser.MBeanAttributeInfoSer.
 
MBeanAttributeInfoSer() - Constructor for class mx4j.tools.remote.soap.axis.ser.MBeanAttributeInfoSer
 
MBeanAttributeInfoSerFactory - class mx4j.tools.remote.soap.axis.ser.MBeanAttributeInfoSerFactory.
 
MBeanAttributeInfoSerFactory(Class, QName) - Constructor for class mx4j.tools.remote.soap.axis.ser.MBeanAttributeInfoSerFactory
 
MBeanCommandProcessor - class mx4j.tools.adaptor.http.MBeanCommandProcessor.
MBeanCommandProcessor, processes a request for getting data about a MBean
MBeanCommandProcessor() - Constructor for class mx4j.tools.adaptor.http.MBeanCommandProcessor
 
MBeanConstructorInfoDeser - class mx4j.tools.remote.soap.axis.ser.MBeanConstructorInfoDeser.
 
MBeanConstructorInfoDeser() - Constructor for class mx4j.tools.remote.soap.axis.ser.MBeanConstructorInfoDeser
 
MBeanConstructorInfoDeserFactory - class mx4j.tools.remote.soap.axis.ser.MBeanConstructorInfoDeserFactory.
 
MBeanConstructorInfoDeserFactory(Class, QName) - Constructor for class mx4j.tools.remote.soap.axis.ser.MBeanConstructorInfoDeserFactory
 
MBeanConstructorInfoSer - class mx4j.tools.remote.soap.axis.ser.MBeanConstructorInfoSer.
 
MBeanConstructorInfoSer() - Constructor for class mx4j.tools.remote.soap.axis.ser.MBeanConstructorInfoSer
 
MBeanConstructorInfoSerFactory - class mx4j.tools.remote.soap.axis.ser.MBeanConstructorInfoSerFactory.
 
MBeanConstructorInfoSerFactory(Class, QName) - Constructor for class mx4j.tools.remote.soap.axis.ser.MBeanConstructorInfoSerFactory
 
MBeanDescription - interface mx4j.MBeanDescription.
Implement this inteface to give descriptions to standard MBean.
MBeanDescriptionAdapter - class mx4j.MBeanDescriptionAdapter.
Default implementation for the MBeanDescription interface.
MBeanDescriptionAdapter() - Constructor for class mx4j.MBeanDescriptionAdapter
 
MBeanInfoDeser - class mx4j.tools.remote.soap.axis.ser.MBeanInfoDeser.
 
MBeanInfoDeser() - Constructor for class mx4j.tools.remote.soap.axis.ser.MBeanInfoDeser
 
MBeanInfoDeserFactory - class mx4j.tools.remote.soap.axis.ser.MBeanInfoDeserFactory.
 
MBeanInfoDeserFactory(Class, QName) - Constructor for class mx4j.tools.remote.soap.axis.ser.MBeanInfoDeserFactory
 
MBeanInfoSer - class mx4j.tools.remote.soap.axis.ser.MBeanInfoSer.
 
MBeanInfoSer() - Constructor for class mx4j.tools.remote.soap.axis.ser.MBeanInfoSer
 
MBeanInfoSerFactory - class mx4j.tools.remote.soap.axis.ser.MBeanInfoSerFactory.
 
MBeanInfoSerFactory(Class, QName) - Constructor for class mx4j.tools.remote.soap.axis.ser.MBeanInfoSerFactory
 
MBeanIntrospector - class mx4j.server.MBeanIntrospector.
Introspector for MBeans.
MBeanIntrospector() - Constructor for class mx4j.server.MBeanIntrospector
 
MBeanInvoker - interface mx4j.server.MBeanInvoker.
Invokes methods on standard MBeans.
MBeanLogger - class mx4j.log.MBeanLogger.
This logger forwards log requests to an MBean, that must have an operation with signature
MBeanLogger(MBeanServer, ObjectName) - Constructor for class mx4j.log.MBeanLogger
 
MBeanMetaData - interface mx4j.server.MBeanMetaData.
Objects of this class hold metadata information about MBeans.
MBeanMetaData.Factory - class mx4j.server.MBeanMetaData.Factory.
Factory class that creates instance of the MBeanMetaData interface.
MBeanMetaData.Factory() - Constructor for class mx4j.server.MBeanMetaData.Factory
 
MBeanNotificationInfoDeser - class mx4j.tools.remote.soap.axis.ser.MBeanNotificationInfoDeser.
 
MBeanNotificationInfoDeser() - Constructor for class mx4j.tools.remote.soap.axis.ser.MBeanNotificationInfoDeser
 
MBeanNotificationInfoDeserFactory - class mx4j.tools.remote.soap.axis.ser.MBeanNotificationInfoDeserFactory.
 
MBeanNotificationInfoDeserFactory(Class, QName) - Constructor for class mx4j.tools.remote.soap.axis.ser.MBeanNotificationInfoDeserFactory
 
MBeanNotificationInfoSer - class mx4j.tools.remote.soap.axis.ser.MBeanNotificationInfoSer.
 
MBeanNotificationInfoSer() - Constructor for class mx4j.tools.remote.soap.axis.ser.MBeanNotificationInfoSer
 
MBeanNotificationInfoSerFactory - class mx4j.tools.remote.soap.axis.ser.MBeanNotificationInfoSerFactory.
 
MBeanNotificationInfoSerFactory(Class, QName) - Constructor for class mx4j.tools.remote.soap.axis.ser.MBeanNotificationInfoSerFactory
 
MBeanOperationInfoDeser - class mx4j.tools.remote.soap.axis.ser.MBeanOperationInfoDeser.
 
MBeanOperationInfoDeser() - Constructor for class mx4j.tools.remote.soap.axis.ser.MBeanOperationInfoDeser
 
MBeanOperationInfoDeserFactory - class mx4j.tools.remote.soap.axis.ser.MBeanOperationInfoDeserFactory.
 
MBeanOperationInfoDeserFactory(Class, QName) - Constructor for class mx4j.tools.remote.soap.axis.ser.MBeanOperationInfoDeserFactory
 
MBeanOperationInfoSer - class mx4j.tools.remote.soap.axis.ser.MBeanOperationInfoSer.
 
MBeanOperationInfoSer() - Constructor for class mx4j.tools.remote.soap.axis.ser.MBeanOperationInfoSer
 
MBeanOperationInfoSerFactory - class mx4j.tools.remote.soap.axis.ser.MBeanOperationInfoSerFactory.
 
MBeanOperationInfoSerFactory(Class, QName) - Constructor for class mx4j.tools.remote.soap.axis.ser.MBeanOperationInfoSerFactory
 
MBeanParameterInfoDeser - class mx4j.tools.remote.soap.axis.ser.MBeanParameterInfoDeser.
 
MBeanParameterInfoDeser() - Constructor for class mx4j.tools.remote.soap.axis.ser.MBeanParameterInfoDeser
 
MBeanParameterInfoDeserFactory - class mx4j.tools.remote.soap.axis.ser.MBeanParameterInfoDeserFactory.
 
MBeanParameterInfoDeserFactory(Class, QName) - Constructor for class mx4j.tools.remote.soap.axis.ser.MBeanParameterInfoDeserFactory
 
MBeanParameterInfoSer - class mx4j.tools.remote.soap.axis.ser.MBeanParameterInfoSer.
 
MBeanParameterInfoSer() - Constructor for class mx4j.tools.remote.soap.axis.ser.MBeanParameterInfoSer
 
MBeanParameterInfoSerFactory - class mx4j.tools.remote.soap.axis.ser.MBeanParameterInfoSerFactory.
 
MBeanParameterInfoSerFactory(Class, QName) - Constructor for class mx4j.tools.remote.soap.axis.ser.MBeanParameterInfoSerFactory
 
MBeanPersister - class mx4j.persist.MBeanPersister.
A persister that delegates the persistence to a registered persister MBean.
MBeanPersister(MBeanServer, ObjectName) - Constructor for class mx4j.persist.MBeanPersister
Creates a new MBeanPersister that delegates persistence to a persister MBean registered in the specified MBeanServer with the specified ObjectName.
MBeanRepository - interface mx4j.server.MBeanRepository.
The MBeanServer implementation delegates to implementations of this interface the storage of registered MBeans.
MBeanServerInterceptor - interface mx4j.server.interceptor.MBeanServerInterceptor.
MBeanServer --> MBean interceptor.
MBeanServerInterceptorConfigurator - class mx4j.server.interceptor.MBeanServerInterceptorConfigurator.
MBean that configures the MBeanServer --> MBean interceptor chain.
MBeanServerInterceptorConfigurator(MBeanServer) - Constructor for class mx4j.server.interceptor.MBeanServerInterceptorConfigurator
Creates an instance of this configurator, for the given MBeanServer
MBeanServerInterceptorConfiguratorMBean - interface mx4j.server.interceptor.MBeanServerInterceptorConfiguratorMBean.
Management interface for the MBeanServerInterceptorConfigurator MBean.
MBeanServerInterceptorConfiguratorMBeanDescription - class mx4j.server.interceptor.MBeanServerInterceptorConfiguratorMBeanDescription.
Management interface description for the MBeanServerInterceptorConfigurator MBean.
MBeanServerInterceptorConfiguratorMBeanDescription() - Constructor for class mx4j.server.interceptor.MBeanServerInterceptorConfiguratorMBeanDescription
 
MBeanServerNotificationDeser - class mx4j.tools.remote.soap.axis.ser.MBeanServerNotificationDeser.
 
MBeanServerNotificationDeser() - Constructor for class mx4j.tools.remote.soap.axis.ser.MBeanServerNotificationDeser
 
MBeanServerNotificationDeserFactory - class mx4j.tools.remote.soap.axis.ser.MBeanServerNotificationDeserFactory.
 
MBeanServerNotificationDeserFactory(Class, QName) - Constructor for class mx4j.tools.remote.soap.axis.ser.MBeanServerNotificationDeserFactory
 
MBeanServerNotificationFilterDeser - class mx4j.tools.remote.soap.axis.ser.MBeanServerNotificationFilterDeser.
 
MBeanServerNotificationFilterDeser() - Constructor for class mx4j.tools.remote.soap.axis.ser.MBeanServerNotificationFilterDeser
 
MBeanServerNotificationFilterDeserFactory - class mx4j.tools.remote.soap.axis.ser.MBeanServerNotificationFilterDeserFactory.
 
MBeanServerNotificationFilterDeserFactory(Class, QName) - Constructor for class mx4j.tools.remote.soap.axis.ser.MBeanServerNotificationFilterDeserFactory
 
MBeanServerNotificationFilterSer - class mx4j.tools.remote.soap.axis.ser.MBeanServerNotificationFilterSer.
 
MBeanServerNotificationFilterSer() - Constructor for class mx4j.tools.remote.soap.axis.ser.MBeanServerNotificationFilterSer
 
MBeanServerNotificationFilterSerFactory - class mx4j.tools.remote.soap.axis.ser.MBeanServerNotificationFilterSerFactory.
 
MBeanServerNotificationFilterSerFactory(Class, QName) - Constructor for class mx4j.tools.remote.soap.axis.ser.MBeanServerNotificationFilterSerFactory
 
MBeanServerNotificationSer - class mx4j.tools.remote.soap.axis.ser.MBeanServerNotificationSer.
 
MBeanServerNotificationSer() - Constructor for class mx4j.tools.remote.soap.axis.ser.MBeanServerNotificationSer
 
MBeanServerNotificationSerFactory - class mx4j.tools.remote.soap.axis.ser.MBeanServerNotificationSerFactory.
 
MBeanServerNotificationSerFactory(Class, QName) - Constructor for class mx4j.tools.remote.soap.axis.ser.MBeanServerNotificationSerFactory
 
METHOD_GET - Static variable in class mx4j.tools.adaptor.http.HttpConstants
Get method header
METHOD_POST - Static variable in class mx4j.tools.adaptor.http.HttpConstants
Post method header
MLET_TAG - Static variable in class mx4j.loading.MLetParser
 
MLetParseException - exception mx4j.loading.MLetParseException.
Thrown when a problem parsing MLet files is encountered
MLetParseException() - Constructor for class mx4j.loading.MLetParseException
 
MLetParseException(String) - Constructor for class mx4j.loading.MLetParseException
 
MLetParser - class mx4j.loading.MLetParser.
The parser for MLet files, as specified in the JMX documentation.
MLetParser() - Constructor for class mx4j.loading.MLetParser
Creates a new MLetParser
MLetParser(MLet) - Constructor for class mx4j.loading.MLetParser
Creates a new MLetParser
MLetTag - class mx4j.loading.MLetTag.
Represents an MLET tag, as documented in the JMX specification.
MLetTag() - Constructor for class mx4j.loading.MLetTag
 
MX4JCounterMonitor - class mx4j.monitor.MX4JCounterMonitor.
 
MX4JCounterMonitor() - Constructor for class mx4j.monitor.MX4JCounterMonitor
 
MX4JCounterMonitor(Class) - Constructor for class mx4j.monitor.MX4JCounterMonitor
 
MX4JCounterMonitor.CounterMonitorInfo - class mx4j.monitor.MX4JCounterMonitor.CounterMonitorInfo.
 
MX4JCounterMonitor.CounterMonitorInfo() - Constructor for class mx4j.monitor.MX4JCounterMonitor.CounterMonitorInfo
 
MX4JCounterMonitorMBean - interface mx4j.monitor.MX4JCounterMonitorMBean.
 
MX4JGaugeMonitor - class mx4j.monitor.MX4JGaugeMonitor.
 
MX4JGaugeMonitor() - Constructor for class mx4j.monitor.MX4JGaugeMonitor
 
MX4JGaugeMonitor(Class) - Constructor for class mx4j.monitor.MX4JGaugeMonitor
 
MX4JGaugeMonitor.GaugeMonitorInfo - class mx4j.monitor.MX4JGaugeMonitor.GaugeMonitorInfo.
 
MX4JGaugeMonitor.GaugeMonitorInfo() - Constructor for class mx4j.monitor.MX4JGaugeMonitor.GaugeMonitorInfo
 
MX4JGaugeMonitorMBean - interface mx4j.monitor.MX4JGaugeMonitorMBean.
 
MX4JMBeanServer - class mx4j.server.MX4JMBeanServer.
The MX4J MBeanServer implementation.
MX4JMBeanServer(String, MBeanServer, MBeanServerDelegate) - Constructor for class mx4j.server.MX4JMBeanServer
Create a new MBeanServer implementation with the specified default domain.
MX4JMBeanServerBuilder - class mx4j.server.MX4JMBeanServerBuilder.
This class is responsible for creating new instances of MBeanServerDelegate and MBeanServer.
MX4JMBeanServerBuilder() - Constructor for class mx4j.server.MX4JMBeanServerBuilder
 
MX4JMBeanServerDelegate - class mx4j.server.MX4JMBeanServerDelegate.
The MBeanServerDelegate subclass typical of the MX4J implementation.
MX4JMBeanServerDelegate() - Constructor for class mx4j.server.MX4JMBeanServerDelegate
 
MX4JMonitor - class mx4j.monitor.MX4JMonitor.
The class that implements the Monitor behavior of the JMX specification.
MX4JMonitor(Class) - Constructor for class mx4j.monitor.MX4JMonitor
 
MX4JMonitor.MonitorInfo - class mx4j.monitor.MX4JMonitor.MonitorInfo.
 
MX4JMonitor.MonitorInfo() - Constructor for class mx4j.monitor.MX4JMonitor.MonitorInfo
 
MX4JMonitorMBean - interface mx4j.monitor.MX4JMonitorMBean.
 
MX4JMonitorNotification - class mx4j.monitor.MX4JMonitorNotification.
 
MX4JMonitorNotification(String, Object, long, long, String, ObjectName, String, Object, Object) - Constructor for class mx4j.monitor.MX4JMonitorNotification
 
MX4JRemoteConstants - interface mx4j.remote.MX4JRemoteConstants.
 
MX4JRemoteUtils - class mx4j.remote.MX4JRemoteUtils.
 
MX4JRemoteUtils() - Constructor for class mx4j.remote.MX4JRemoteUtils
 
MX4JStringMonitor - class mx4j.monitor.MX4JStringMonitor.
 
MX4JStringMonitor() - Constructor for class mx4j.monitor.MX4JStringMonitor
 
MX4JStringMonitor(Class) - Constructor for class mx4j.monitor.MX4JStringMonitor
 
MX4JStringMonitor.StringMonitorInfo - class mx4j.monitor.MX4JStringMonitor.StringMonitorInfo.
 
MX4JStringMonitor.StringMonitorInfo() - Constructor for class mx4j.monitor.MX4JStringMonitor.StringMonitorInfo
 
MX4JStringMonitorMBean - interface mx4j.monitor.MX4JStringMonitorMBean.
 
MX4JSystemKeys - class mx4j.MX4JSystemKeys.
This class holds the system property keys that the MX4J implementation uses to plugin custom components.
MX4JSystemKeys() - Constructor for class mx4j.MX4JSystemKeys
 
MX4J_LOG_PRIORITY - Static variable in class mx4j.MX4JSystemKeys
Specifies the level of logging performed by the MX4J JMX implementation.
MX4J_LOG_PROTOTYPE - Static variable in class mx4j.MX4JSystemKeys
Specifies a full qualified class name of a class extending the Logger class, that will be used as prototype for new loggers created.
MX4J_MBEANSERVER_CLASSLOADER_REPOSITORY - Static variable in class mx4j.MX4JSystemKeys
Specifies a full qualified class name of a class extending the ModifiableClassLoaderRepository class, that will be used by the MBeanServer to store ClassLoader MBeans that wants to be registered in the MBeanServer's ClassLoaderRepository.
MX4J_MBEANSERVER_REPOSITORY - Static variable in class mx4j.MX4JSystemKeys
Specifies a full qualified class name of a class implementing the MBeanRepository interface, that will be used by the MBeanServer to store information about registered MBeans.
MX4J_MBEAN_INVOKER - Static variable in class mx4j.MX4JSystemKeys
Specifies a full qualified class name of a class implementing the MBeanInvoker interface, that will be used as invoker for standard MBeans.
MX4J_MBEAN_METADATA - Static variable in class mx4j.MX4JSystemKeys
Specifies a full qualified name of a class implementing the MBeanMetaData interface, that is used internally by MX4J to store information about the MBean.
MX4J_OBJECTNAME_CACHING - Static variable in class mx4j.MX4JSystemKeys
Specifies if the ObjectName class should cache ObjectName instances.
MX4J_STRICT_MBEAN_INTERFACE - Static variable in class mx4j.MX4JSystemKeys
When this property is set to false (as specified by Boolean.valueOf(String)), the MX4J JMX implementation will accept as MBean interfaces of standard MBeans also interfaces defined in different packages or as nested classes of the MBean class.
Marshaller - class mx4j.remote.rmi.Marshaller.
IMPORTANT: see RMIMarshaller
Marshaller() - Constructor for class mx4j.remote.rmi.Marshaller
 
MethodTernaryTree - class mx4j.util.MethodTernaryTree.
Specialized ternary tree for method metadata information.
MethodTernaryTree() - Constructor for class mx4j.util.MethodTernaryTree
 
ModifiableClassLoaderRepository - class mx4j.server.ModifiableClassLoaderRepository.
Base class to extend to create custom ClassLoaderRepositories.
ModifiableClassLoaderRepository() - Constructor for class mx4j.server.ModifiableClassLoaderRepository
 
MonitorNotificationDeser - class mx4j.tools.remote.soap.axis.ser.MonitorNotificationDeser.
 
MonitorNotificationDeser() - Constructor for class mx4j.tools.remote.soap.axis.ser.MonitorNotificationDeser
 
MonitorNotificationDeserFactory - class mx4j.tools.remote.soap.axis.ser.MonitorNotificationDeserFactory.
 
MonitorNotificationDeserFactory(Class, QName) - Constructor for class mx4j.tools.remote.soap.axis.ser.MonitorNotificationDeserFactory
 
MonitorNotificationSer - class mx4j.tools.remote.soap.axis.ser.MonitorNotificationSer.
 
MonitorNotificationSer() - Constructor for class mx4j.tools.remote.soap.axis.ser.MonitorNotificationSer
 
MonitorNotificationSerFactory - class mx4j.tools.remote.soap.axis.ser.MonitorNotificationSerFactory.
 
MonitorNotificationSerFactory(Class, QName) - Constructor for class mx4j.tools.remote.soap.axis.ser.MonitorNotificationSerFactory
 
main(String[]) - Static method in class mx4j.tools.remote.PasswordAuthenticator
Runs this class as main class to obfuscate passwords.
mangleMethodName(Method) - Method in class mx4j.tools.remote.caucho.CauchoServlet
 
mapMethods(Class, Map) - Method in class mx4j.tools.remote.caucho.CauchoServlet
 
maxEntries - Variable in class mx4j.tools.stats.AbstractStatisticsRecorder
 
maximumValue - Variable in class mx4j.tools.stats.AbstractStatisticsRecorder
 
minimumValue - Variable in class mx4j.tools.stats.AbstractStatisticsRecorder
 
monitor(ObjectName, String, Object, MX4JMonitor.MonitorInfo) - Method in class mx4j.monitor.MX4JCounterMonitor
 
monitor(ObjectName, String, Object, MX4JMonitor.MonitorInfo) - Method in class mx4j.monitor.MX4JGaugeMonitor
 
monitor(ObjectName, String, Object, MX4JMonitor.MonitorInfo) - Method in class mx4j.monitor.MX4JMonitor
 
monitor(ObjectName, String, Object, MX4JMonitor.MonitorInfo) - Method in class mx4j.monitor.MX4JStringMonitor
 
mx4j - package mx4j
 
mx4j.loading - package mx4j.loading
 
mx4j.log - package mx4j.log
 
mx4j.monitor - package mx4j.monitor
 
mx4j.persist - package mx4j.persist
 
mx4j.remote - package mx4j.remote
 
mx4j.remote.provider.iiop - package mx4j.remote.provider.iiop
 
mx4j.remote.provider.rmi - package mx4j.remote.provider.rmi
 
mx4j.remote.resolver.iiop - package mx4j.remote.resolver.iiop
 
mx4j.remote.resolver.rmi - package mx4j.remote.resolver.rmi
 
mx4j.remote.rmi - package mx4j.remote.rmi
 
mx4j.server - package mx4j.server
 
mx4j.server.interceptor - package mx4j.server.interceptor
 
mx4j.timer - package mx4j.timer
 
mx4j.tools.adaptor - package mx4j.tools.adaptor
 
mx4j.tools.adaptor.http - package mx4j.tools.adaptor.http
 
mx4j.tools.adaptor.ssl - package mx4j.tools.adaptor.ssl
 
mx4j.tools.config - package mx4j.tools.config
 
mx4j.tools.i18n - package mx4j.tools.i18n
 
mx4j.tools.jython - package mx4j.tools.jython
 
mx4j.tools.mail - package mx4j.tools.mail
 
mx4j.tools.naming - package mx4j.tools.naming
 
mx4j.tools.remote - package mx4j.tools.remote
 
mx4j.tools.remote.caucho - package mx4j.tools.remote.caucho
 
mx4j.tools.remote.caucho.burlap - package mx4j.tools.remote.caucho.burlap
 
mx4j.tools.remote.caucho.hessian - package mx4j.tools.remote.caucho.hessian
 
mx4j.tools.remote.caucho.serialization - package mx4j.tools.remote.caucho.serialization
 
mx4j.tools.remote.http - package mx4j.tools.remote.http
 
mx4j.tools.remote.http.jetty - package mx4j.tools.remote.http.jetty
 
mx4j.tools.remote.local - package mx4j.tools.remote.local
 
mx4j.tools.remote.provider.burlap - package mx4j.tools.remote.provider.burlap
 
mx4j.tools.remote.provider.burlap.ssl - package mx4j.tools.remote.provider.burlap.ssl
 
mx4j.tools.remote.provider.hessian - package mx4j.tools.remote.provider.hessian
 
mx4j.tools.remote.provider.hessian.ssl - package mx4j.tools.remote.provider.hessian.ssl
 
mx4j.tools.remote.provider.local - package mx4j.tools.remote.provider.local
 
mx4j.tools.remote.provider.soap - package mx4j.tools.remote.provider.soap
 
mx4j.tools.remote.provider.soap.ssl - package mx4j.tools.remote.provider.soap.ssl
 
mx4j.tools.remote.proxy - package mx4j.tools.remote.proxy
 
mx4j.tools.remote.resolver.burlap - package mx4j.tools.remote.resolver.burlap
 
mx4j.tools.remote.resolver.burlap.ssl - package mx4j.tools.remote.resolver.burlap.ssl
 
mx4j.tools.remote.resolver.hessian - package mx4j.tools.remote.resolver.hessian
 
mx4j.tools.remote.resolver.hessian.ssl - package mx4j.tools.remote.resolver.hessian.ssl
 
mx4j.tools.remote.resolver.local - package mx4j.tools.remote.resolver.local
 
mx4j.tools.remote.resolver.soap - package mx4j.tools.remote.resolver.soap
 
mx4j.tools.remote.resolver.soap.ssl - package mx4j.tools.remote.resolver.soap.ssl
 
mx4j.tools.remote.rmi - package mx4j.tools.remote.rmi
 
mx4j.tools.remote.soap - package mx4j.tools.remote.soap
 
mx4j.tools.remote.soap.axis.ser - package mx4j.tools.remote.soap.axis.ser
 
mx4j.tools.stats - package mx4j.tools.stats
 
mx4j.util - package mx4j.util
 

N

NAME_ATTR - Static variable in class mx4j.loading.MLetParser
 
NOTIFICATION_BUFFER_CAPACITY - Static variable in interface mx4j.remote.MX4JRemoteConstants
The reference implementation uses this property to specify the notification buffer size.
NOTIFICATION_PURGE_DISTANCE - Static variable in interface mx4j.remote.MX4JRemoteConstants
MX4J's implementation uses this property to specify the distance between the lowest expected notification sequence number (sent by the client via fetchNotifications()) and the minimum sequence number of the notification buffer.
NOTIFICATION_QUEUE_CAPACITY - Static variable in interface mx4j.remote.MX4JRemoteConstants
MX4J's implementation uses this property to specify the maximum notification queue size on client size.
NamingService - class mx4j.tools.naming.NamingService.
An MBean that wraps rmiregistry.
NamingService() - Constructor for class mx4j.tools.naming.NamingService
Creates a new instance of NamingService with the default rmiregistry port (1099).
NamingService(int) - Constructor for class mx4j.tools.naming.NamingService
Creates a new instance of NamingService with the specified port.
NamingServiceMBean - interface mx4j.tools.naming.NamingServiceMBean.
Management interface for the NamingService MBean.
NamingServiceMBeanDescription - class mx4j.tools.naming.NamingServiceMBeanDescription.
Management interface descriptions for the NamingService MBean.
NamingServiceMBeanDescription() - Constructor for class mx4j.tools.naming.NamingServiceMBeanDescription
 
NotificationDeser - class mx4j.tools.remote.soap.axis.ser.NotificationDeser.
 
NotificationDeser() - Constructor for class mx4j.tools.remote.soap.axis.ser.NotificationDeser
 
NotificationDeserFactory - class mx4j.tools.remote.soap.axis.ser.NotificationDeserFactory.
 
NotificationDeserFactory(Class, QName) - Constructor for class mx4j.tools.remote.soap.axis.ser.NotificationDeserFactory
 
NotificationFilterSupportDeser - class mx4j.tools.remote.soap.axis.ser.NotificationFilterSupportDeser.
 
NotificationFilterSupportDeser() - Constructor for class mx4j.tools.remote.soap.axis.ser.NotificationFilterSupportDeser
 
NotificationFilterSupportDeserFactory - class mx4j.tools.remote.soap.axis.ser.NotificationFilterSupportDeserFactory.
 
NotificationFilterSupportDeserFactory(Class, QName) - Constructor for class mx4j.tools.remote.soap.axis.ser.NotificationFilterSupportDeserFactory
 
NotificationFilterSupportSer - class mx4j.tools.remote.soap.axis.ser.NotificationFilterSupportSer.
 
NotificationFilterSupportSer() - Constructor for class mx4j.tools.remote.soap.axis.ser.NotificationFilterSupportSer
 
NotificationFilterSupportSerFactory - class mx4j.tools.remote.soap.axis.ser.NotificationFilterSupportSerFactory.
 
NotificationFilterSupportSerFactory(Class, QName) - Constructor for class mx4j.tools.remote.soap.axis.ser.NotificationFilterSupportSerFactory
 
NotificationListenerMBeanServerInterceptor - class mx4j.server.interceptor.NotificationListenerMBeanServerInterceptor.
Interceptor that takes care of replacing the source of Notifications to the ObjectName of the NotificationBroadcaster that emitted it.
NotificationListenerMBeanServerInterceptor() - Constructor for class mx4j.server.interceptor.NotificationListenerMBeanServerInterceptor
 
NotificationResultDeser - class mx4j.tools.remote.soap.axis.ser.NotificationResultDeser.
 
NotificationResultDeser() - Constructor for class mx4j.tools.remote.soap.axis.ser.NotificationResultDeser
 
NotificationResultDeserFactory - class mx4j.tools.remote.soap.axis.ser.NotificationResultDeserFactory.
 
NotificationResultDeserFactory(Class, QName) - Constructor for class mx4j.tools.remote.soap.axis.ser.NotificationResultDeserFactory
 
NotificationResultSer - class mx4j.tools.remote.soap.axis.ser.NotificationResultSer.
 
NotificationResultSer() - Constructor for class mx4j.tools.remote.soap.axis.ser.NotificationResultSer
 
NotificationResultSerFactory - class mx4j.tools.remote.soap.axis.ser.NotificationResultSerFactory.
 
NotificationResultSerFactory(Class, QName) - Constructor for class mx4j.tools.remote.soap.axis.ser.NotificationResultSerFactory
 
NotificationSer - class mx4j.tools.remote.soap.axis.ser.NotificationSer.
 
NotificationSer() - Constructor for class mx4j.tools.remote.soap.axis.ser.NotificationSer
 
NotificationSerFactory - class mx4j.tools.remote.soap.axis.ser.NotificationSerFactory.
 
NotificationSerFactory(Class, QName) - Constructor for class mx4j.tools.remote.soap.axis.ser.NotificationSerFactory
 
NotificationStatisticsRecorder - class mx4j.tools.stats.NotificationStatisticsRecorder.
NotificationStatisticsRecorder records statistics of an attribute based on notifications emitted when it changes.
NotificationStatisticsRecorder() - Constructor for class mx4j.tools.stats.NotificationStatisticsRecorder
 
NotificationTuple - class mx4j.remote.NotificationTuple.
 
NotificationTuple(ObjectName, NotificationListener) - Constructor for class mx4j.remote.NotificationTuple
 
NotificationTuple(ObjectName, NotificationListener, NotificationFilter, Object) - Constructor for class mx4j.remote.NotificationTuple
 
narrowRMIServerStub(Object) - Method in class mx4j.remote.resolver.iiop.Resolver
 
narrowRMIServerStub(Object) - Method in class mx4j.remote.resolver.rmi.Resolver
 
newConnectionResolver(String, Map) - Static method in class mx4j.remote.ConnectionResolver
Returns a subclass of ConnectionResolver for the specified protocol.
newInstance(MBeanServerConnection) - Static method in class mx4j.remote.rmi.ClientExceptionCatcher
 
newInstance(MBeanServerConnection, ClassLoader) - Static method in class mx4j.remote.rmi.ClientUnmarshaller
 
newInstance(RMIConnection, Subject, AccessControlContext, Map) - Static method in class mx4j.remote.rmi.RMIConnectionSubjectInvoker
 
newInstance(HTTPConnection, Subject, AccessControlContext, Map) - Static method in class mx4j.tools.remote.http.HTTPSubjectInvoker
 
newJMXConnector(JMXServiceURL, Map) - Static method in class mx4j.remote.ProviderFactory
 
newJMXConnector(JMXServiceURL, Map) - Method in class mx4j.remote.provider.iiop.ClientProvider
 
newJMXConnector(JMXServiceURL, Map) - Method in class mx4j.remote.provider.rmi.ClientProvider
 
newJMXConnector(JMXServiceURL, Map) - Method in class mx4j.tools.remote.provider.burlap.ClientProvider
 
newJMXConnector(JMXServiceURL, Map) - Method in class mx4j.tools.remote.provider.burlap.ssl.ClientProvider
 
newJMXConnector(JMXServiceURL, Map) - Method in class mx4j.tools.remote.provider.hessian.ClientProvider
 
newJMXConnector(JMXServiceURL, Map) - Method in class mx4j.tools.remote.provider.hessian.ssl.ClientProvider
 
newJMXConnector(JMXServiceURL, Map) - Method in class mx4j.tools.remote.provider.local.ClientProvider
 
newJMXConnector(JMXServiceURL, Map) - Method in class mx4j.tools.remote.provider.soap.ClientProvider
 
newJMXConnector(JMXServiceURL, Map) - Method in class mx4j.tools.remote.provider.soap.ssl.ClientProvider
 
newJMXConnectorServer(JMXServiceURL, Map, MBeanServer) - Static method in class mx4j.remote.ProviderFactory
 
newJMXConnectorServer(JMXServiceURL, Map, MBeanServer) - Method in class mx4j.remote.provider.iiop.ServerProvider
 
newJMXConnectorServer(JMXServiceURL, Map, MBeanServer) - Method in class mx4j.remote.provider.rmi.ServerProvider
 
newJMXConnectorServer(JMXServiceURL, Map, MBeanServer) - Method in class mx4j.tools.remote.provider.burlap.ServerProvider
 
newJMXConnectorServer(JMXServiceURL, Map, MBeanServer) - Method in class mx4j.tools.remote.provider.burlap.ssl.ServerProvider
 
newJMXConnectorServer(JMXServiceURL, Map, MBeanServer) - Method in class mx4j.tools.remote.provider.hessian.ServerProvider
 
newJMXConnectorServer(JMXServiceURL, Map, MBeanServer) - Method in class mx4j.tools.remote.provider.hessian.ssl.ServerProvider
 
newJMXConnectorServer(JMXServiceURL, Map, MBeanServer) - Method in class mx4j.tools.remote.provider.local.ServerProvider
 
newJMXConnectorServer(JMXServiceURL, Map, MBeanServer) - Method in class mx4j.tools.remote.provider.soap.ServerProvider
 
newJMXConnectorServer(JMXServiceURL, Map, MBeanServer) - Method in class mx4j.tools.remote.provider.soap.ssl.ServerProvider
 
newMBeanServer(String, MBeanServer, MBeanServerDelegate) - Method in class mx4j.server.ChainedMBeanServerBuilder
Forwards the call to the chained builder.
newMBeanServer(String, MBeanServer, MBeanServerDelegate) - Method in class mx4j.server.MX4JMBeanServerBuilder
Returns a new MX4JMBeanServer instance.
newMBeanServerDelegate() - Method in class mx4j.server.ChainedMBeanServerBuilder
Forwards the call to the chained builder.
newMBeanServerDelegate() - Method in class mx4j.server.MX4JMBeanServerBuilder
Returns a new MX4JMBeanServerDelegate instance for a new MBeanServer.
normalize(String) - Method in class mx4j.tools.adaptor.http.DefaultProcessor
Normalizes the given string.
normalizeCodeBase(URL) - Method in class mx4j.loading.MLetTag
Normalizes the codebase held by this MLetTag (specified in the MLet file) using the URL of the MLet file as default.
normalizeProtocol(String) - Static method in class mx4j.remote.ProviderHelper
 
notFoundElement(String, HttpOutputStream, HttpInputStream) - Method in class mx4j.tools.adaptor.http.DefaultProcessor
 
notFoundElement(String, HttpOutputStream, HttpInputStream) - Method in interface mx4j.tools.adaptor.http.ProcessorMBean
Let the processor load internally a not found element.
notFoundElement(String, HttpOutputStream, HttpInputStream) - Method in class mx4j.tools.adaptor.http.XSLTProcessor
 

O

OBJECT_ATTR - Static variable in class mx4j.loading.MLetParser
 
OBJECT_NAME - Static variable in class mx4j.server.interceptor.MBeanServerInterceptorConfigurator
 
OPEN_BRACKET - Static variable in class mx4j.loading.MLetParser
 
OPEN_COMMENT - Static variable in class mx4j.loading.MLetParser
 
ObjectInstanceDeser - class mx4j.tools.remote.soap.axis.ser.ObjectInstanceDeser.
 
ObjectInstanceDeser() - Constructor for class mx4j.tools.remote.soap.axis.ser.ObjectInstanceDeser
 
ObjectInstanceDeserFactory - class mx4j.tools.remote.soap.axis.ser.ObjectInstanceDeserFactory.
 
ObjectInstanceDeserFactory(Class, QName) - Constructor for class mx4j.tools.remote.soap.axis.ser.ObjectInstanceDeserFactory
 
ObjectInstanceSer - class mx4j.tools.remote.soap.axis.ser.ObjectInstanceSer.
 
ObjectInstanceSer() - Constructor for class mx4j.tools.remote.soap.axis.ser.ObjectInstanceSer
 
ObjectInstanceSerFactory - class mx4j.tools.remote.soap.axis.ser.ObjectInstanceSerFactory.
 
ObjectInstanceSerFactory(Class, QName) - Constructor for class mx4j.tools.remote.soap.axis.ser.ObjectInstanceSerFactory
 
ObjectNameDeser - class mx4j.tools.remote.soap.axis.ser.ObjectNameDeser.
 
ObjectNameDeser() - Constructor for class mx4j.tools.remote.soap.axis.ser.ObjectNameDeser
 
ObjectNameDeserFactory - class mx4j.tools.remote.soap.axis.ser.ObjectNameDeserFactory.
 
ObjectNameDeserFactory(Class, QName) - Constructor for class mx4j.tools.remote.soap.axis.ser.ObjectNameDeserFactory
 
ObjectNameSer - class mx4j.tools.remote.soap.axis.ser.ObjectNameSer.
 
ObjectNameSer() - Constructor for class mx4j.tools.remote.soap.axis.ser.ObjectNameSer
 
ObjectNameSerFactory - class mx4j.tools.remote.soap.axis.ser.ObjectNameSerFactory.
 
ObjectNameSerFactory(Class, QName) - Constructor for class mx4j.tools.remote.soap.axis.ser.ObjectNameSerFactory
 
ObserverStatisticsRecorder - class mx4j.tools.stats.ObserverStatisticsRecorder.
 
ObserverStatisticsRecorder() - Constructor for class mx4j.tools.stats.ObserverStatisticsRecorder
 
ObserverStatisticsRecorderMBean - interface mx4j.tools.stats.ObserverStatisticsRecorderMBean.
Management interface for ObserverStatisticsRecorder MBeans.
ObserverStatisticsRecorderMBeanDescription - class mx4j.tools.stats.ObserverStatisticsRecorderMBeanDescription.
Management interface descriptions for the ObserverStatisticsRecorder MBean.
ObserverStatisticsRecorderMBeanDescription() - Constructor for class mx4j.tools.stats.ObserverStatisticsRecorderMBeanDescription
 
obfuscatePassword(String) - Static method in class mx4j.tools.remote.PasswordAuthenticator
Obfuscates the given password using MD5 as digest algorithm
obfuscatePassword(String, String) - Static method in class mx4j.tools.remote.PasswordAuthenticator
Obfuscates the given password using the given digest algorithm.
Obfuscation consists of 2 steps: first the clear text password is digested using the specified algorithm, then the resulting bytes are Base64-encoded.
For example, the obfuscated version of the password "password" is "OBF(MD5):X03MO1qnZdYdgyfeuILPmQ==" or "OBF(SHA-1):W6ph5Mm5Pz8GgiULbPgzG37mj9g=".
observedAttribute - Variable in class mx4j.tools.stats.ObserverStatisticsRecorder
 
observedName - Variable in class mx4j.tools.stats.ObserverStatisticsRecorder
 
onEndElement(String, String, DeserializationContext) - Method in class mx4j.tools.remote.soap.axis.ser.AxisDeserializer
 
onSerialize(SerializationContext, NotificationFilterSupport) - Method in class mx4j.tools.remote.soap.axis.ser.MBeanServerNotificationFilterSer
 
onSerialize(SerializationContext, Notification) - Method in class mx4j.tools.remote.soap.axis.ser.MBeanServerNotificationSer
 
onSerialize(SerializationContext, Notification) - Method in class mx4j.tools.remote.soap.axis.ser.MonitorNotificationSer
 
onSerialize(SerializationContext, NotificationFilterSupport) - Method in class mx4j.tools.remote.soap.axis.ser.NotificationFilterSupportSer
 
onSerialize(SerializationContext, Notification) - Method in class mx4j.tools.remote.soap.axis.ser.NotificationSer
 
onSerialize(SerializationContext, Notification) - Method in class mx4j.tools.remote.soap.axis.ser.TimerNotificationSer
 
onSetChildValue(Object, Object) - Method in class mx4j.tools.remote.soap.axis.ser.AttributeDeser
 
onSetChildValue(Object, Object) - Method in class mx4j.tools.remote.soap.axis.ser.AttributeListDeser
 
onSetChildValue(Object, Object) - Method in class mx4j.tools.remote.soap.axis.ser.AxisDeserializer
 
onSetChildValue(Object, Object) - Method in class mx4j.tools.remote.soap.axis.ser.MBeanAttributeInfoDeser
 
onSetChildValue(Object, Object) - Method in class mx4j.tools.remote.soap.axis.ser.MBeanConstructorInfoDeser
 
onSetChildValue(Object, Object) - Method in class mx4j.tools.remote.soap.axis.ser.MBeanInfoDeser
 
onSetChildValue(Object, Object) - Method in class mx4j.tools.remote.soap.axis.ser.MBeanNotificationInfoDeser
 
onSetChildValue(Object, Object) - Method in class mx4j.tools.remote.soap.axis.ser.MBeanOperationInfoDeser
 
onSetChildValue(Object, Object) - Method in class mx4j.tools.remote.soap.axis.ser.MBeanParameterInfoDeser
 
onSetChildValue(Object, Object) - Method in class mx4j.tools.remote.soap.axis.ser.MBeanServerNotificationDeser
 
onSetChildValue(Object, Object) - Method in class mx4j.tools.remote.soap.axis.ser.MBeanServerNotificationFilterDeser
 
onSetChildValue(Object, Object) - Method in class mx4j.tools.remote.soap.axis.ser.MonitorNotificationDeser
 
onSetChildValue(Object, Object) - Method in class mx4j.tools.remote.soap.axis.ser.NotificationDeser
 
onSetChildValue(Object, Object) - Method in class mx4j.tools.remote.soap.axis.ser.NotificationFilterSupportDeser
 
onSetChildValue(Object, Object) - Method in class mx4j.tools.remote.soap.axis.ser.NotificationResultDeser
 
onSetChildValue(Object, Object) - Method in class mx4j.tools.remote.soap.axis.ser.ObjectInstanceDeser
 
onSetChildValue(Object, Object) - Method in class mx4j.tools.remote.soap.axis.ser.ObjectNameDeser
 
onSetChildValue(Object, Object) - Method in class mx4j.tools.remote.soap.axis.ser.PrincipalDeser
 
onSetChildValue(Object, Object) - Method in class mx4j.tools.remote.soap.axis.ser.RelationTypeSupportDeser
 
onSetChildValue(Object, Object) - Method in class mx4j.tools.remote.soap.axis.ser.RoleDeser
 
onSetChildValue(Object, Object) - Method in class mx4j.tools.remote.soap.axis.ser.RoleInfoDeser
 
onSetChildValue(Object, Object) - Method in class mx4j.tools.remote.soap.axis.ser.RoleListDeser
 
onSetChildValue(Object, Object) - Method in class mx4j.tools.remote.soap.axis.ser.RoleResultDeser
 
onSetChildValue(Object, Object) - Method in class mx4j.tools.remote.soap.axis.ser.RoleUnresolvedDeser
 
onSetChildValue(Object, Object) - Method in class mx4j.tools.remote.soap.axis.ser.RoleUnresolvedListDeser
 
onSetChildValue(Object, Object) - Method in class mx4j.tools.remote.soap.axis.ser.SetDeser
 
onSetChildValue(Object, Object) - Method in class mx4j.tools.remote.soap.axis.ser.SubjectDeser
 
onSetChildValue(Object, Object) - Method in class mx4j.tools.remote.soap.axis.ser.TargetedNotificationDeser
 
onSetChildValue(Object, Object) - Method in class mx4j.tools.remote.soap.axis.ser.TimerNotificationDeser
 
onStartChild(String, String, String, Attributes, DeserializationContext) - Method in class mx4j.tools.remote.soap.axis.ser.AxisDeserializer
 
onStartElement(String, String, String, Attributes, DeserializationContext) - Method in class mx4j.tools.remote.soap.axis.ser.AxisDeserializer
 

P

POST_DEREGISTER - Static variable in interface mx4j.server.interceptor.MBeanServerInterceptor
Constant used to specify the status of the MBean registration in MBeanServerInterceptor.registration(mx4j.server.MBeanMetaData, int)
POST_REGISTER_FALSE - Static variable in interface mx4j.server.interceptor.MBeanServerInterceptor
Constant used to specify the status of the MBean registration in MBeanServerInterceptor.registration(mx4j.server.MBeanMetaData, int)
POST_REGISTER_TRUE - Static variable in interface mx4j.server.interceptor.MBeanServerInterceptor
Constant used to specify the status of the MBean registration in MBeanServerInterceptor.registration(mx4j.server.MBeanMetaData, int)
PRE_DEREGISTER - Static variable in interface mx4j.server.interceptor.MBeanServerInterceptor
Constant used to specify the status of the MBean registration in MBeanServerInterceptor.registration(mx4j.server.MBeanMetaData, int)
PRE_REGISTER - Static variable in interface mx4j.server.interceptor.MBeanServerInterceptor
Constant used to specify the status of the MBean registration in MBeanServerInterceptor.registration(mx4j.server.MBeanMetaData, int)
PROTOCOL_RESOLVER_PACKAGES - Static variable in interface mx4j.remote.MX4JRemoteConstants
The key that specifies resolver packages, very much like JMXConnectorFactory.PROTOCOL_PROVIDER_PACKAGES
PROVIDER_PACKAGES - Static variable in interface mx4j.remote.MX4JRemoteConstants
MX4J provider packages list for JMXConnector and JMXConnectorServer factories
PROVIDER_PACKAGES_SEPARATOR - Static variable in interface mx4j.remote.MX4JRemoteConstants
A vertical bar '|' as mandated by the spec
PasswordAuthenticator - class mx4j.tools.remote.PasswordAuthenticator.
Implementation of the JMXAuthenticator interface to be used on server side to secure access to JMXConnectorServers.
PasswordAuthenticator(File) - Constructor for class mx4j.tools.remote.PasswordAuthenticator
Creates a new PasswordAuthenticator that reads user/password pairs from the specified properties file.
PasswordAuthenticator(InputStream) - Constructor for class mx4j.tools.remote.PasswordAuthenticator
Creates a new PasswordAuthenticator that reads user/password pairs from the specified InputStream.
Persister - class mx4j.persist.Persister.
This class has the only purpose of making the PersisterMBean interface a management interface.
Persister() - Constructor for class mx4j.persist.Persister
 
PersisterMBean - interface mx4j.persist.PersisterMBean.
Management interface for components able to persist information to a storage media.
PlainAdaptorServerSocketFactory - class mx4j.tools.adaptor.PlainAdaptorServerSocketFactory.
Creates plain ServerSockets.
PlainAdaptorServerSocketFactory() - Constructor for class mx4j.tools.adaptor.PlainAdaptorServerSocketFactory
 
PointTime - class mx4j.tools.stats.PointTime.
Class PointTime encapsulates the time and order of a value.
PointTime(Date, long) - Constructor for class mx4j.tools.stats.PointTime
 
PrincipalDeser - class mx4j.tools.remote.soap.axis.ser.PrincipalDeser.
 
PrincipalDeser() - Constructor for class mx4j.tools.remote.soap.axis.ser.PrincipalDeser
 
PrincipalDeserFactory - class mx4j.tools.remote.soap.axis.ser.PrincipalDeserFactory.
 
PrincipalDeserFactory(Class, QName) - Constructor for class mx4j.tools.remote.soap.axis.ser.PrincipalDeserFactory
 
PrincipalSer - class mx4j.tools.remote.soap.axis.ser.PrincipalSer.
 
PrincipalSer() - Constructor for class mx4j.tools.remote.soap.axis.ser.PrincipalSer
 
PrincipalSerFactory - class mx4j.tools.remote.soap.axis.ser.PrincipalSerFactory.
 
PrincipalSerFactory(Class, QName) - Constructor for class mx4j.tools.remote.soap.axis.ser.PrincipalSerFactory
 
ProcessorMBean - interface mx4j.tools.adaptor.http.ProcessorMBean.
Processor ManagementBean, just defines a generic description
ProcessorMBeanDescription - class mx4j.tools.adaptor.http.ProcessorMBeanDescription.
Description of the ProcessorMBean interface
ProcessorMBeanDescription() - Constructor for class mx4j.tools.adaptor.http.ProcessorMBeanDescription
 
ProviderFactory - class mx4j.remote.ProviderFactory.
 
ProviderFactory() - Constructor for class mx4j.remote.ProviderFactory
 
ProviderHelper - class mx4j.remote.ProviderHelper.
 
ProviderHelper() - Constructor for class mx4j.remote.ProviderHelper
 
parse(String) - Method in class mx4j.loading.MLetParser
Parses the given content, that must contains a valid MLet file.
parseArchive() - Method in class mx4j.loading.MLetTag
Returns the jars file names specified in the ARCHIVE attribute of the MLet tag.
parseMethod(String) - Method in class mx4j.tools.adaptor.http.HttpInputStream
Parses the connection method.
parseRequest(String) - Method in class mx4j.tools.adaptor.http.HttpInputStream
Parses the request
parseVariables() - Method in class mx4j.tools.adaptor.http.HttpInputStream
Parses the request parameters
parseVersion(String) - Method in class mx4j.tools.adaptor.http.HttpInputStream
Parses the request HttpConstants version
postDeregister() - Method in class mx4j.log.LoggerBroadcaster
 
postDeregister() - Method in class mx4j.monitor.MX4JMonitor
 
postDeregister() - Method in class mx4j.tools.adaptor.http.HttpAdaptor
 
postDeregister() - Method in class mx4j.tools.config.ConfigurationLoader
 
postDeregister() - Method in class mx4j.tools.jython.JythonRunner
 
postDeregister() - Method in class mx4j.tools.mail.SMTP
 
postDeregister() - Method in class mx4j.tools.remote.proxy.RemoteMBeanProxy
 
postDeregister() - Method in class mx4j.tools.stats.AbstractStatisticsRecorder
 
postProcess(HttpOutputStream, HttpInputStream, Document) - Method in class mx4j.tools.adaptor.http.HttpAdaptor
 
postProcess(HttpOutputStream, HttpInputStream, Exception) - Method in class mx4j.tools.adaptor.http.HttpAdaptor
 
postRegister(Boolean) - Method in class mx4j.log.LoggerBroadcaster
 
postRegister(Boolean) - Method in class mx4j.monitor.MX4JMonitor
 
postRegister(Boolean) - Method in class mx4j.tools.adaptor.http.HttpAdaptor
 
postRegister(Boolean) - Method in class mx4j.tools.config.ConfigurationLoader
 
postRegister(Boolean) - Method in class mx4j.tools.jython.JythonRunner
 
postRegister(Boolean) - Method in class mx4j.tools.mail.SMTP
 
postRegister(Boolean) - Method in class mx4j.tools.remote.proxy.RemoteMBeanProxy
 
postRegister(Boolean) - Method in class mx4j.tools.stats.AbstractStatisticsRecorder
 
preDeregister() - Method in class mx4j.log.LoggerBroadcaster
 
preDeregister() - Method in class mx4j.monitor.MX4JMonitor
 
preDeregister() - Method in class mx4j.tools.adaptor.http.HttpAdaptor
 
preDeregister() - Method in class mx4j.tools.config.ConfigurationLoader
 
preDeregister() - Method in class mx4j.tools.jython.JythonRunner
 
preDeregister() - Method in class mx4j.tools.mail.SMTP
 
preDeregister() - Method in class mx4j.tools.remote.proxy.RemoteMBeanProxy
 
preDeregister() - Method in class mx4j.tools.stats.AbstractStatisticsRecorder
 
preProcess(String) - Method in class mx4j.tools.adaptor.http.DefaultProcessor
 
preProcess(String) - Method in class mx4j.tools.adaptor.http.HttpAdaptor
 
preProcess(String) - Method in interface mx4j.tools.adaptor.http.ProcessorMBean
Preprocess a path and return a replacement path.
preProcess(String) - Method in class mx4j.tools.adaptor.http.XSLTProcessor
 
preRegister(MBeanServer, ObjectName) - Method in class mx4j.log.LoggerBroadcaster
 
preRegister(MBeanServer, ObjectName) - Method in class mx4j.monitor.MX4JMonitor
 
preRegister(MBeanServer, ObjectName) - Method in class mx4j.tools.adaptor.http.HttpAdaptor
Gathers some basic data
preRegister(MBeanServer, ObjectName) - Method in class mx4j.tools.config.ConfigurationLoader
 
preRegister(MBeanServer, ObjectName) - Method in class mx4j.tools.jython.JythonRunner
Gathers some basic data
preRegister(MBeanServer, ObjectName) - Method in class mx4j.tools.mail.SMTP
Gathers some basic data
preRegister(MBeanServer, ObjectName) - Method in class mx4j.tools.remote.proxy.RemoteMBeanProxy
 
preRegister(MBeanServer, ObjectName) - Method in class mx4j.tools.stats.AbstractStatisticsRecorder
 
print(PrintWriter, Node) - Method in class mx4j.tools.adaptor.http.DefaultProcessor
 
printStackTrace() - Method in class mx4j.tools.config.ConfigurationException
 
printStackTrace(PrintStream) - Method in class mx4j.tools.config.ConfigurationException
 
printStackTrace(PrintWriter) - Method in class mx4j.tools.config.ConfigurationException
 
processHttpException(HttpInputStream, HttpOutputStream, HttpException) - Method in class mx4j.tools.adaptor.http.XSLTProcessor
 
pulse() - Method in class mx4j.remote.AbstractHeartBeat
Subclasses will implement this method using protocol specific connections.
pulse() - Method in class mx4j.remote.rmi.RMIHeartBeat
 
pulse() - Method in class mx4j.tools.remote.http.HTTPHeartBeat
 
put(ObjectName, MBeanMetaData) - Method in interface mx4j.server.MBeanRepository
Inserts the given metadata associated with the given object name into this repository.
put(String, String[], Object) - Method in class mx4j.util.MethodTernaryTree
Inserts in this TernaryTree the given method information, using as key the method name and its signature
putMonitorInfo(ObjectName, MX4JMonitor.MonitorInfo) - Method in class mx4j.monitor.MX4JMonitor
 
putObject(String, Object) - Method in interface mx4j.tools.config.ConfigurationBuilder.ObjectsHolder
 
putObject(String, Object) - Method in class mx4j.tools.config.DefaultConfigurationBuilder.Configuration
 

Q

queryMBeans(ObjectName, QueryExp) - Method in class mx4j.remote.rmi.ClientInvoker
 
queryMBeans(ObjectName, MarshalledObject, Subject) - Method in class mx4j.remote.rmi.RMIConnectionInvoker
 
queryMBeans(ObjectName, QueryExp) - Method in class mx4j.server.ChainedMBeanServer
 
queryMBeans(ObjectName, QueryExp) - Method in class mx4j.server.MX4JMBeanServer
 
queryMBeans(ObjectName, Object, Subject) - Method in class mx4j.tools.remote.AbstractServerInvoker
 
queryMBeans(ObjectName, Object, Subject) - Method in interface mx4j.tools.remote.JMXConnection
 
queryMBeans(ObjectName, Object, Subject) - Method in class mx4j.tools.remote.JMXConnectionHandler
 
queryMBeans(ObjectName, QueryExp) - Method in class mx4j.tools.remote.JMXConnectionMBeanServerConnection
 
queryMBeans(ObjectName, Object, Subject) - Method in class mx4j.tools.remote.http.HTTPClientInvoker
 
queryMBeans(ObjectName, Object, Subject) - Method in class mx4j.tools.remote.http.HTTPService
 
queryMBeans(ObjectName, Object, Subject) - Method in class mx4j.tools.remote.soap.SOAPClientInvoker
 
queryNames(ObjectName, QueryExp) - Method in class mx4j.remote.rmi.ClientInvoker
 
queryNames(ObjectName, MarshalledObject, Subject) - Method in class mx4j.remote.rmi.RMIConnectionInvoker
 
queryNames(ObjectName, QueryExp) - Method in class mx4j.server.ChainedMBeanServer
 
queryNames(ObjectName, QueryExp) - Method in class mx4j.server.MX4JMBeanServer
 
queryNames(ObjectName, Object, Subject) - Method in class mx4j.tools.remote.AbstractServerInvoker
 
queryNames(ObjectName, Object, Subject) - Method in interface mx4j.tools.remote.JMXConnection
 
queryNames(ObjectName, Object, Subject) - Method in class mx4j.tools.remote.JMXConnectionHandler
 
queryNames(ObjectName, QueryExp) - Method in class mx4j.tools.remote.JMXConnectionMBeanServerConnection
 
queryNames(ObjectName, Object, Subject) - Method in class mx4j.tools.remote.http.HTTPClientInvoker
 
queryNames(ObjectName, Object, Subject) - Method in class mx4j.tools.remote.http.HTTPService
 
queryNames(ObjectName, Object, Subject) - Method in class mx4j.tools.remote.soap.SOAPClientInvoker
 

R

RESOLVER_CLASS - Static variable in interface mx4j.remote.MX4JRemoteConstants
The string 'Resolver'
RESOLVER_PACKAGES - Static variable in interface mx4j.remote.MX4JRemoteConstants
MX4J provider packages list for ConnectionResolver subclasses
RESOLVER_PACKAGES_SEPARATOR - Static variable in interface mx4j.remote.MX4JRemoteConstants
A vertical bar '|'
RESTART_COMMAND - Static variable in class mx4j.tools.config.DefaultConfigurationBuilder
 
RMIConnectionInvoker - class mx4j.remote.rmi.RMIConnectionInvoker.
An RMIConnection that "converts" remote calls to MBeanServer calls, performing unwrapping of parameters and/or the needed actions.
RMIConnectionInvoker(MBeanServer, ClassLoader, Map) - Constructor for class mx4j.remote.rmi.RMIConnectionInvoker
 
RMIConnectionProxy - class mx4j.remote.rmi.RMIConnectionProxy.
Base class for RMIConnection dynamic proxies.
RMIConnectionProxy(RMIConnection) - Constructor for class mx4j.remote.rmi.RMIConnectionProxy
 
RMIConnectionSubjectInvoker - class mx4j.remote.rmi.RMIConnectionSubjectInvoker.
An RMIConnection proxy that wraps the call into a Subject.doAsPrivileged(javax.security.auth.Subject, java.security.PrivilegedAction, java.security.AccessControlContext) invocation, in order to execute the code under subject-based security, and to perform subject delegation.
RMIHeartBeat - class mx4j.remote.rmi.RMIHeartBeat.
 
RMIHeartBeat(RMIConnection, ConnectionNotificationEmitter, Map) - Constructor for class mx4j.remote.rmi.RMIHeartBeat
 
RMIRemoteNotificationClientHandler - class mx4j.remote.rmi.RMIRemoteNotificationClientHandler.
RMI-specific RemoteNotificationClientHandler.
RMIRemoteNotificationClientHandler(RMIConnection, ConnectionNotificationEmitter, HeartBeat, Map) - Constructor for class mx4j.remote.rmi.RMIRemoteNotificationClientHandler
 
ROLE_LIST_QNAME - Static variable in class mx4j.tools.remote.soap.axis.ser.RoleResultSer
 
ROLE_NAME_QNAME - Static variable in class mx4j.tools.remote.soap.axis.ser.RoleSer
 
ROLE_UNRESOLVED_LIST_QNAME - Static variable in class mx4j.tools.remote.soap.axis.ser.RoleResultSer
 
ROLE_VALUE_QNAME - Static variable in class mx4j.tools.remote.soap.axis.ser.RoleSer
 
ReflectionMBeanInvoker - class mx4j.server.ReflectionMBeanInvoker.
Stateless MBeanInvoker that uses reflection to invoke on MBean instances.
ReflectionMBeanInvoker() - Constructor for class mx4j.server.ReflectionMBeanInvoker
 
RelationCommandProcessor - class mx4j.tools.adaptor.http.RelationCommandProcessor.
CreateMBeanCommandProcessor, processes a request for creating and registering an MBean
RelationCommandProcessor() - Constructor for class mx4j.tools.adaptor.http.RelationCommandProcessor
 
RelationTypeSupportDeser - class mx4j.tools.remote.soap.axis.ser.RelationTypeSupportDeser.
 
RelationTypeSupportDeser() - Constructor for class mx4j.tools.remote.soap.axis.ser.RelationTypeSupportDeser
 
RelationTypeSupportDeserFactory - class mx4j.tools.remote.soap.axis.ser.RelationTypeSupportDeserFactory.
 
RelationTypeSupportDeserFactory(Class, QName) - Constructor for class mx4j.tools.remote.soap.axis.ser.RelationTypeSupportDeserFactory
 
RelationTypeSupportSer - class mx4j.tools.remote.soap.axis.ser.RelationTypeSupportSer.
 
RelationTypeSupportSer() - Constructor for class mx4j.tools.remote.soap.axis.ser.RelationTypeSupportSer
 
RelationTypeSupportSerFactory - class mx4j.tools.remote.soap.axis.ser.RelationTypeSupportSerFactory.
 
RelationTypeSupportSerFactory(Class, QName) - Constructor for class mx4j.tools.remote.soap.axis.ser.RelationTypeSupportSerFactory
 
RemoteMBeanProxy - class mx4j.tools.remote.proxy.RemoteMBeanProxy.
 
RemoteMBeanProxy(ObjectName, JMXServiceURL, Map, Subject) - Constructor for class mx4j.tools.remote.proxy.RemoteMBeanProxy
 
RemoteMBeanProxy(ObjectName, JMXConnector, Map, Subject) - Constructor for class mx4j.tools.remote.proxy.RemoteMBeanProxy
 
RemoteMBeanProxy(ObjectName, MBeanServerConnection) - Constructor for class mx4j.tools.remote.proxy.RemoteMBeanProxy
 
RemoteMBeanProxyException - exception mx4j.tools.remote.proxy.RemoteMBeanProxyException.
 
RemoteMBeanProxyException() - Constructor for class mx4j.tools.remote.proxy.RemoteMBeanProxyException
 
RemoteMBeanProxyException(String) - Constructor for class mx4j.tools.remote.proxy.RemoteMBeanProxyException
 
RemoteMBeanProxyException(Exception) - Constructor for class mx4j.tools.remote.proxy.RemoteMBeanProxyException
 
RemoteMBeanProxyException(String, Exception) - Constructor for class mx4j.tools.remote.proxy.RemoteMBeanProxyException
 
RemoteNotificationClientHandler - interface mx4j.remote.RemoteNotificationClientHandler.
Handles remote notification fetching on client side.
RemoteNotificationServerHandler - interface mx4j.remote.RemoteNotificationServerHandler.
Handles remote notification sending on server side.
RepositoryClassLoader - class mx4j.loading.RepositoryClassLoader.
A classloader that delegates to the ClassLoaderRepository
RepositoryClassLoader(ClassLoaderRepository) - Constructor for class mx4j.loading.RepositoryClassLoader
 
Resolver - class mx4j.remote.resolver.iiop.Resolver.
 
Resolver() - Constructor for class mx4j.remote.resolver.iiop.Resolver
 
Resolver - class mx4j.remote.resolver.rmi.Resolver.
Resolver for RMI/JRMP protocol.
Resolver() - Constructor for class mx4j.remote.resolver.rmi.Resolver
 
Resolver - class mx4j.tools.remote.resolver.burlap.Resolver.
 
Resolver() - Constructor for class mx4j.tools.remote.resolver.burlap.Resolver
 
Resolver - class mx4j.tools.remote.resolver.burlap.ssl.Resolver.
 
Resolver() - Constructor for class mx4j.tools.remote.resolver.burlap.ssl.Resolver
 
Resolver - class mx4j.tools.remote.resolver.hessian.Resolver.
 
Resolver() - Constructor for class mx4j.tools.remote.resolver.hessian.Resolver
 
Resolver - class mx4j.tools.remote.resolver.hessian.ssl.Resolver.
 
Resolver() - Constructor for class mx4j.tools.remote.resolver.hessian.ssl.Resolver
 
Resolver - class mx4j.tools.remote.resolver.local.Resolver.
 
Resolver() - Constructor for class mx4j.tools.remote.resolver.local.Resolver
 
Resolver - class mx4j.tools.remote.resolver.soap.Resolver.
 
Resolver() - Constructor for class mx4j.tools.remote.resolver.soap.Resolver
 
Resolver - class mx4j.tools.remote.resolver.soap.ssl.Resolver.
 
Resolver() - Constructor for class mx4j.tools.remote.resolver.soap.ssl.Resolver
 
RoleDeser - class mx4j.tools.remote.soap.axis.ser.RoleDeser.
 
RoleDeser() - Constructor for class mx4j.tools.remote.soap.axis.ser.RoleDeser
 
RoleDeserFactory - class mx4j.tools.remote.soap.axis.ser.RoleDeserFactory.
 
RoleDeserFactory(Class, QName) - Constructor for class mx4j.tools.remote.soap.axis.ser.RoleDeserFactory
 
RoleInfoDeser - class mx4j.tools.remote.soap.axis.ser.RoleInfoDeser.
 
RoleInfoDeser() - Constructor for class mx4j.tools.remote.soap.axis.ser.RoleInfoDeser
 
RoleInfoDeserFactory - class mx4j.tools.remote.soap.axis.ser.RoleInfoDeserFactory.
 
RoleInfoDeserFactory(Class, QName) - Constructor for class mx4j.tools.remote.soap.axis.ser.RoleInfoDeserFactory
 
RoleInfoSer - class mx4j.tools.remote.soap.axis.ser.RoleInfoSer.
 
RoleInfoSer() - Constructor for class mx4j.tools.remote.soap.axis.ser.RoleInfoSer
 
RoleInfoSerFactory - class mx4j.tools.remote.soap.axis.ser.RoleInfoSerFactory.
 
RoleInfoSerFactory(Class, QName) - Constructor for class mx4j.tools.remote.soap.axis.ser.RoleInfoSerFactory
 
RoleListDeser - class mx4j.tools.remote.soap.axis.ser.RoleListDeser.
 
RoleListDeser() - Constructor for class mx4j.tools.remote.soap.axis.ser.RoleListDeser
 
RoleListDeserFactory - class mx4j.tools.remote.soap.axis.ser.RoleListDeserFactory.
 
RoleListDeserFactory(Class, QName) - Constructor for class mx4j.tools.remote.soap.axis.ser.RoleListDeserFactory
 
RoleListSer - class mx4j.tools.remote.soap.axis.ser.RoleListSer.
 
RoleListSer() - Constructor for class mx4j.tools.remote.soap.axis.ser.RoleListSer
 
RoleListSerFactory - class mx4j.tools.remote.soap.axis.ser.RoleListSerFactory.
 
RoleListSerFactory(Class, QName) - Constructor for class mx4j.tools.remote.soap.axis.ser.RoleListSerFactory
 
RoleResultDeser - class mx4j.tools.remote.soap.axis.ser.RoleResultDeser.
 
RoleResultDeser() - Constructor for class mx4j.tools.remote.soap.axis.ser.RoleResultDeser
 
RoleResultDeserFactory - class mx4j.tools.remote.soap.axis.ser.RoleResultDeserFactory.
 
RoleResultDeserFactory(Class, QName) - Constructor for class mx4j.tools.remote.soap.axis.ser.RoleResultDeserFactory
 
RoleResultSer - class mx4j.tools.remote.soap.axis.ser.RoleResultSer.
 
RoleResultSer() - Constructor for class mx4j.tools.remote.soap.axis.ser.RoleResultSer
 
RoleResultSerFactory - class mx4j.tools.remote.soap.axis.ser.RoleResultSerFactory.
 
RoleResultSerFactory(Class, QName) - Constructor for class mx4j.tools.remote.soap.axis.ser.RoleResultSerFactory
 
RoleSer - class mx4j.tools.remote.soap.axis.ser.RoleSer.
 
RoleSer() - Constructor for class mx4j.tools.remote.soap.axis.ser.RoleSer
 
RoleSerFactory - class mx4j.tools.remote.soap.axis.ser.RoleSerFactory.
 
RoleSerFactory(Class, QName) - Constructor for class mx4j.tools.remote.soap.axis.ser.RoleSerFactory
 
RoleUnresolvedDeser - class mx4j.tools.remote.soap.axis.ser.RoleUnresolvedDeser.
 
RoleUnresolvedDeser() - Constructor for class mx4j.tools.remote.soap.axis.ser.RoleUnresolvedDeser
 
RoleUnresolvedDeserFactory - class mx4j.tools.remote.soap.axis.ser.RoleUnresolvedDeserFactory.
 
RoleUnresolvedDeserFactory(Class, QName) - Constructor for class mx4j.tools.remote.soap.axis.ser.RoleUnresolvedDeserFactory
 
RoleUnresolvedListDeser - class mx4j.tools.remote.soap.axis.ser.RoleUnresolvedListDeser.
 
RoleUnresolvedListDeser() - Constructor for class mx4j.tools.remote.soap.axis.ser.RoleUnresolvedListDeser
 
RoleUnresolvedListDeserFactory - class mx4j.tools.remote.soap.axis.ser.RoleUnresolvedListDeserFactory.
 
RoleUnresolvedListDeserFactory(Class, QName) - Constructor for class mx4j.tools.remote.soap.axis.ser.RoleUnresolvedListDeserFactory
 
RoleUnresolvedListSer - class mx4j.tools.remote.soap.axis.ser.RoleUnresolvedListSer.
 
RoleUnresolvedListSer() - Constructor for class mx4j.tools.remote.soap.axis.ser.RoleUnresolvedListSer
 
RoleUnresolvedListSerFactory - class mx4j.tools.remote.soap.axis.ser.RoleUnresolvedListSerFactory.
 
RoleUnresolvedListSerFactory(Class, QName) - Constructor for class mx4j.tools.remote.soap.axis.ser.RoleUnresolvedListSerFactory
 
RoleUnresolvedSer - class mx4j.tools.remote.soap.axis.ser.RoleUnresolvedSer.
 
RoleUnresolvedSer() - Constructor for class mx4j.tools.remote.soap.axis.ser.RoleUnresolvedSer
 
RoleUnresolvedSerFactory - class mx4j.tools.remote.soap.axis.ser.RoleUnresolvedSerFactory.
 
RoleUnresolvedSerFactory(Class, QName) - Constructor for class mx4j.tools.remote.soap.axis.ser.RoleUnresolvedSerFactory
 
readArguments(CauchoInput, Method) - Method in class mx4j.tools.remote.caucho.CauchoServlet
 
readHeader() - Method in interface mx4j.tools.remote.caucho.CauchoInput
 
readHeaders() - Method in class mx4j.tools.adaptor.http.HttpInputStream
Reads the headers
readHeaders(CauchoInput) - Method in class mx4j.tools.remote.caucho.CauchoServlet
 
readLine() - Method in class mx4j.tools.adaptor.http.HttpInputStream
Reads an HTTP line
readMethod() - Method in interface mx4j.tools.remote.caucho.CauchoInput
 
readObject(Class) - Method in interface mx4j.tools.remote.caucho.CauchoInput
Reads and returns an object of the given class, or a generic object if the class is null.
readRequest() - Method in class mx4j.tools.adaptor.http.HttpInputStream
Reads the request parsing the headers
recordingStart - Variable in class mx4j.tools.stats.AbstractStatisticsRecorder
 
redirectTo(Logger) - Static method in class mx4j.log.Log
Tells to the log service to use the given delegate Logger to perform logging.
redirectTo(Logger, String) - Static method in class mx4j.log.Log
Tells to the log service to use the given delegate Logger to perform logging for the given category (that cannot be null).
registerInterceptor(MBeanServerInterceptor, ObjectName) - Method in class mx4j.server.interceptor.MBeanServerInterceptorConfigurator
Appends the given interceptor, provided by the client, to the existing interceptor chain and registers it as MBean.
registerInterceptor(MBeanServerInterceptor, ObjectName) - Method in interface mx4j.server.interceptor.MBeanServerInterceptorConfiguratorMBean
Appends the given interceptor, provided by the client, to the existing interceptor chain and registers it as MBean.
registerListener() - Method in class mx4j.tools.jython.JythonRunner
 
registerListener() - Method in class mx4j.tools.mail.SMTP
 
registerMBean(Object, ObjectName) - Method in class mx4j.server.ChainedMBeanServer
 
registerMBean(Object, ObjectName) - Method in class mx4j.server.MX4JMBeanServer
 
registered - Variable in class mx4j.tools.stats.NotificationStatisticsRecorder
 
registered - Variable in class mx4j.tools.stats.TimedStatisticsRecorder
 
registration(MBeanMetaData, int) - Method in class mx4j.server.interceptor.ContextClassLoaderMBeanServerInterceptor
 
registration(MBeanMetaData, int) - Method in class mx4j.server.interceptor.DefaultMBeanServerInterceptor
 
registration(MBeanMetaData, int) - Method in class mx4j.server.interceptor.InvokerMBeanServerInterceptor
 
registration(MBeanMetaData, int) - Method in interface mx4j.server.interceptor.MBeanServerInterceptor
Calls the specified MBeanRegistration method on the MBean instance.
registration(MBeanMetaData, int) - Method in class mx4j.server.interceptor.SecurityMBeanServerInterceptor
 
remove(ObjectName) - Method in interface mx4j.server.MBeanRepository
Removes the metadata associated with the given object name from this repository.
removeClassLoader(ClassLoader) - Method in class mx4j.server.DefaultClassLoaderRepository
 
removeClassLoader(ClassLoader) - Method in class mx4j.server.ModifiableClassLoaderRepository
Removes, if exists, the specified ClassLoader from this repository.
removeCommandProcessor(String) - Method in class mx4j.tools.adaptor.http.HttpAdaptor
Removes a command processor object by class
removeCommandProcessor(String) - Method in interface mx4j.tools.adaptor.http.HttpAdaptorMBean
Removes a command processor object by class
removeConnection(Connection) - Method in class mx4j.tools.remote.http.HTTPService
 
removeConnectionNotificationListener(NotificationListener) - Method in class mx4j.tools.remote.AbstractJMXConnector
 
removeConnectionNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class mx4j.tools.remote.AbstractJMXConnector
 
removeMonitorInfo(ObjectName) - Method in class mx4j.monitor.MX4JMonitor
 
removeNonSerializableEntries(Map) - Static method in class mx4j.remote.MX4JRemoteUtils
Returns a copy of the given Map that does not contain non-serializable entries
removeNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class mx4j.log.LoggerBroadcaster
 
removeNotificationListener(NotificationListener, NotificationFilter, Object) - Method in interface mx4j.log.LoggerBroadcasterMBean
 
removeNotificationListener(NotificationListener) - Method in class mx4j.monitor.MX4JMonitor
 
removeNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class mx4j.monitor.MX4JMonitor
 
removeNotificationListener(Integer) - Method in class mx4j.remote.DefaultRemoteNotificationServerHandler
 
removeNotificationListener(Integer) - Method in interface mx4j.remote.RemoteNotificationServerHandler
Removes the listener with the given ID from this handler
removeNotificationListener(ObjectName, NotificationListener) - Method in class mx4j.remote.rmi.ClientInvoker
 
removeNotificationListener(ObjectName, NotificationListener, NotificationFilter, Object) - Method in class mx4j.remote.rmi.ClientInvoker
 
removeNotificationListener(ObjectName, ObjectName) - Method in class mx4j.remote.rmi.ClientInvoker
 
removeNotificationListener(ObjectName, ObjectName, NotificationFilter, Object) - Method in class mx4j.remote.rmi.ClientInvoker
 
removeNotificationListener(ObjectName, ObjectName, Subject) - Method in class mx4j.remote.rmi.RMIConnectionInvoker
 
removeNotificationListener(ObjectName, ObjectName, MarshalledObject, MarshalledObject, Subject) - Method in class mx4j.remote.rmi.RMIConnectionInvoker
 
removeNotificationListener(ObjectName, NotificationListener) - Method in class mx4j.server.ChainedMBeanServer
 
removeNotificationListener(ObjectName, ObjectName) - Method in class mx4j.server.ChainedMBeanServer
 
removeNotificationListener(ObjectName, ObjectName, NotificationFilter, Object) - Method in class mx4j.server.ChainedMBeanServer
 
removeNotificationListener(ObjectName, NotificationListener, NotificationFilter, Object) - Method in class mx4j.server.ChainedMBeanServer
 
removeNotificationListener(ObjectName, ObjectName) - Method in class mx4j.server.MX4JMBeanServer
 
removeNotificationListener(ObjectName, NotificationListener) - Method in class mx4j.server.MX4JMBeanServer
 
removeNotificationListener(ObjectName, ObjectName, NotificationFilter, Object) - Method in class mx4j.server.MX4JMBeanServer
 
removeNotificationListener(ObjectName, NotificationListener, NotificationFilter, Object) - Method in class mx4j.server.MX4JMBeanServer
 
removeNotificationListener(MBeanMetaData, NotificationListener) - Method in class mx4j.server.interceptor.ContextClassLoaderMBeanServerInterceptor
 
removeNotificationListener(MBeanMetaData, NotificationListener, NotificationFilter, Object) - Method in class mx4j.server.interceptor.ContextClassLoaderMBeanServerInterceptor
 
removeNotificationListener(MBeanMetaData, NotificationListener) - Method in class mx4j.server.interceptor.DefaultMBeanServerInterceptor
 
removeNotificationListener(MBeanMetaData, NotificationListener, NotificationFilter, Object) - Method in class mx4j.server.interceptor.DefaultMBeanServerInterceptor
 
removeNotificationListener(MBeanMetaData, NotificationListener) - Method in class mx4j.server.interceptor.InvokerMBeanServerInterceptor
 
removeNotificationListener(MBeanMetaData, NotificationListener, NotificationFilter, Object) - Method in class mx4j.server.interceptor.InvokerMBeanServerInterceptor
 
removeNotificationListener(MBeanMetaData, NotificationListener) - Method in interface mx4j.server.interceptor.MBeanServerInterceptor
Removes the given notification listener from the MBean.
removeNotificationListener(MBeanMetaData, NotificationListener, NotificationFilter, Object) - Method in interface mx4j.server.interceptor.MBeanServerInterceptor
Removes the given notification listener from the MBean, specified by the given filter and handback.
removeNotificationListener(MBeanMetaData, NotificationListener) - Method in class mx4j.server.interceptor.NotificationListenerMBeanServerInterceptor
 
removeNotificationListener(MBeanMetaData, NotificationListener, NotificationFilter, Object) - Method in class mx4j.server.interceptor.NotificationListenerMBeanServerInterceptor
 
removeNotificationListener(MBeanMetaData, NotificationListener) - Method in class mx4j.server.interceptor.SecurityMBeanServerInterceptor
 
removeNotificationListener(MBeanMetaData, NotificationListener, NotificationFilter, Object) - Method in class mx4j.server.interceptor.SecurityMBeanServerInterceptor
 
removeNotificationListener(ObjectName, ObjectName, Subject) - Method in class mx4j.tools.remote.AbstractServerInvoker
 
removeNotificationListener(ObjectName, ObjectName, Object, Object, Subject) - Method in class mx4j.tools.remote.AbstractServerInvoker
 
removeNotificationListener(ObjectName, ObjectName, Subject) - Method in interface mx4j.tools.remote.JMXConnection
 
removeNotificationListener(ObjectName, ObjectName, Object, Object, Subject) - Method in interface mx4j.tools.remote.JMXConnection
 
removeNotificationListener(ObjectName, ObjectName, Subject) - Method in class mx4j.tools.remote.JMXConnectionHandler
 
removeNotificationListener(ObjectName, ObjectName, Object, Object, Subject) - Method in class mx4j.tools.remote.JMXConnectionHandler
 
removeNotificationListener(ObjectName, ObjectName) - Method in class mx4j.tools.remote.JMXConnectionMBeanServerConnection
 
removeNotificationListener(ObjectName, ObjectName, NotificationFilter, Object) - Method in class mx4j.tools.remote.JMXConnectionMBeanServerConnection
 
removeNotificationListener(ObjectName, ObjectName, Subject) - Method in class mx4j.tools.remote.http.HTTPClientInvoker
 
removeNotificationListener(ObjectName, ObjectName, Object, Object, Subject) - Method in class mx4j.tools.remote.http.HTTPClientInvoker
 
removeNotificationListener(ObjectName, NotificationListener) - Method in class mx4j.tools.remote.http.HTTPConnectionMBeanServerConnection
 
removeNotificationListener(ObjectName, NotificationListener, NotificationFilter, Object) - Method in class mx4j.tools.remote.http.HTTPConnectionMBeanServerConnection
 
removeNotificationListener(ObjectName, ObjectName, Subject) - Method in class mx4j.tools.remote.http.HTTPService
 
removeNotificationListener(ObjectName, ObjectName, Object, Object, Subject) - Method in class mx4j.tools.remote.http.HTTPService
 
removeNotificationListener(ObjectName, NotificationListener, Subject) - Method in interface mx4j.tools.remote.local.LocalConnection
 
removeNotificationListener(ObjectName, NotificationListener, NotificationFilter, Object, Subject) - Method in interface mx4j.tools.remote.local.LocalConnection
 
removeNotificationListener(NotificationListener) - Method in class mx4j.tools.remote.proxy.RemoteMBeanProxy
 
removeNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class mx4j.tools.remote.proxy.RemoteMBeanProxy
 
removeNotificationListener(ObjectName, ObjectName, Subject) - Method in class mx4j.tools.remote.soap.SOAPClientInvoker
 
removeNotificationListener(ObjectName, ObjectName, Object, Object, Subject) - Method in class mx4j.tools.remote.soap.SOAPClientInvoker
 
removeNotificationListeners(Integer[]) - Method in class mx4j.remote.AbstractRemoteNotificationClientHandler
 
removeNotificationListeners(Integer[]) - Method in interface mx4j.remote.RemoteNotificationClientHandler
Removes the listeners with the given IDs from this handler
removeNotificationListeners(ObjectName, Integer[], Subject) - Method in class mx4j.remote.rmi.RMIConnectionInvoker
 
removeNotificationListeners(ObjectName, Integer[], Subject) - Method in class mx4j.tools.remote.http.HTTPClientInvoker
 
removeNotificationListeners(ObjectName, Integer[], Subject) - Method in interface mx4j.tools.remote.http.HTTPConnection
 
removeNotificationListeners(ObjectName, Integer[], Subject) - Method in class mx4j.tools.remote.http.HTTPConnectionHandler
 
removeNotificationListeners(ObjectName, Integer[], Subject) - Method in class mx4j.tools.remote.http.HTTPServerInvoker
 
removeNotificationListeners(ObjectName, Integer[], Subject) - Method in class mx4j.tools.remote.http.HTTPService
 
removeNotificationListeners(ObjectName, Integer[], Subject) - Method in class mx4j.tools.remote.soap.SOAPClientInvoker
 
removeObservedObject(ObjectName) - Method in class mx4j.monitor.MX4JMonitor
 
removeObservedObject(ObjectName) - Method in interface mx4j.monitor.MX4JMonitorMBean
 
resolve(String, String) - Method in class mx4j.tools.adaptor.http.XSLTProcessor
 
resolveClass(ObjectStreamClass) - Method in class mx4j.loading.ClassLoaderObjectInputStream
 
resolveProxyClass(String[]) - Method in class mx4j.loading.ClassLoaderObjectInputStream
 
restart() - Method in class mx4j.tools.adaptor.http.HttpAdaptor
Deprecated. as of RC 1
run() - Method in class mx4j.remote.AbstractHeartBeat
 
run() - Method in class mx4j.timer.TimeTask
The method to implement to have this TimeTask to do something.
run() - Method in class mx4j.tools.config.DefaultConfigurationBuilder.Configuration
 
runScript() - Method in class mx4j.tools.jython.JythonRunner
Executes a given script.
runScript() - Method in interface mx4j.tools.jython.JythonRunnerMBean
Executes a given script.

S

SCHEMA_ALL - Static variable in class mx4j.tools.remote.soap.axis.ser.AxisSerializer
 
SCHEMA_COMPLEX_TYPE - Static variable in class mx4j.tools.remote.soap.axis.ser.AxisSerializer
 
SCHEMA_ELEMENT - Static variable in class mx4j.tools.remote.soap.axis.ser.AxisSerializer
 
SCHEMA_SEQUENCE - Static variable in class mx4j.tools.remote.soap.axis.ser.AxisSerializer
 
SERVER_INFO - Static variable in class mx4j.tools.adaptor.http.HttpConstants
Server info header
SERVER_PROVIDER_CLASS - Static variable in interface mx4j.remote.MX4JRemoteConstants
The string 'ServerProvider' as mandated by the spec
SHUTDOWN_COMMAND - Static variable in class mx4j.tools.config.DefaultConfigurationBuilder
 
SMTP - class mx4j.tools.mail.SMTP.
This MBean is meant to send a mail given certain situation.
SMTP() - Constructor for class mx4j.tools.mail.SMTP
 
SMTPMBean - interface mx4j.tools.mail.SMTPMBean.
Management Interface of a SMTP MBean.
SOAPClientInvoker - class mx4j.tools.remote.soap.SOAPClientInvoker.
 
SOAPClientInvoker(String, Service) - Constructor for class mx4j.tools.remote.soap.SOAPClientInvoker
 
SOAPConnector - class mx4j.tools.remote.soap.SOAPConnector.
 
SOAPConnector(JMXServiceURL, Map) - Constructor for class mx4j.tools.remote.soap.SOAPConnector
 
SOAPService - class mx4j.tools.remote.soap.SOAPService.
The server-side service (the WebService actually) where remote calls end up after being parsed by Axis.
SOAPService() - Constructor for class mx4j.tools.remote.soap.SOAPService
 
SSLAdaptorServerSocketFactory - class mx4j.tools.adaptor.ssl.SSLAdaptorServerSocketFactory.
TODO: Fix this class to avoid hardcoding Sun's provider, since it will not work with IBM's JDK.
SSLAdaptorServerSocketFactory() - Constructor for class mx4j.tools.adaptor.ssl.SSLAdaptorServerSocketFactory
 
SSLAdaptorServerSocketFactoryMBean - interface mx4j.tools.adaptor.ssl.SSLAdaptorServerSocketFactoryMBean.
Management interface for the SSL ServerSocket factory
SSLAdaptorServerSocketFactoryMBeanDescription - class mx4j.tools.adaptor.ssl.SSLAdaptorServerSocketFactoryMBeanDescription.
 
SSLAdaptorServerSocketFactoryMBeanDescription() - Constructor for class mx4j.tools.adaptor.ssl.SSLAdaptorServerSocketFactoryMBeanDescription
 
SSLBurlapServlet - class mx4j.tools.remote.caucho.burlap.SSLBurlapServlet.
 
SSLBurlapServlet() - Constructor for class mx4j.tools.remote.caucho.burlap.SSLBurlapServlet
 
SSLHessianServlet - class mx4j.tools.remote.caucho.hessian.SSLHessianServlet.
 
SSLHessianServlet() - Constructor for class mx4j.tools.remote.caucho.hessian.SSLHessianServlet
 
SSLRMIClientSocketFactory - class mx4j.tools.remote.rmi.SSLRMIClientSocketFactory.
 
SSLRMIClientSocketFactory() - Constructor for class mx4j.tools.remote.rmi.SSLRMIClientSocketFactory
 
SSLRMIServerSocketFactory - class mx4j.tools.remote.rmi.SSLRMIServerSocketFactory.
 
SSLRMIServerSocketFactory(SSLContext) - Constructor for class mx4j.tools.remote.rmi.SSLRMIServerSocketFactory
 
SSLRMIServerSocketFactory(SSLContext, int) - Constructor for class mx4j.tools.remote.rmi.SSLRMIServerSocketFactory
 
SSLSOAPService - class mx4j.tools.remote.soap.SSLSOAPService.
This 'pivot' is the one to be used when the invocation is uses the https protocol
SSLSOAPService() - Constructor for class mx4j.tools.remote.soap.SSLSOAPService
 
STATUS_AUTHENTICATE - Static variable in class mx4j.tools.adaptor.http.HttpConstants
Status code AUTHENTICATE
STATUS_BAD_REQUEST - Static variable in class mx4j.tools.adaptor.http.HttpConstants
Status code BAD REQUEST
STATUS_FORBIDDEN - Static variable in class mx4j.tools.adaptor.http.HttpConstants
Status code FORBIDDEN
STATUS_INTERNAL_ERROR - Static variable in class mx4j.tools.adaptor.http.HttpConstants
Status code INTERNAL ERROR
STATUS_MOVED_PERMANENTLY - Static variable in class mx4j.tools.adaptor.http.HttpConstants
Status code MOVED PERMANENTLY
STATUS_MOVED_TEMPORARILY - Static variable in class mx4j.tools.adaptor.http.HttpConstants
Status code MOVED TEMPORARILY
STATUS_NOT_ALLOWED - Static variable in class mx4j.tools.adaptor.http.HttpConstants
Status code NOT ALLOWED
STATUS_NOT_FOUND - Static variable in class mx4j.tools.adaptor.http.HttpConstants
Status code NOT FOUND
STATUS_NOT_IMPLEMENTED - Static variable in class mx4j.tools.adaptor.http.HttpConstants
Status code NOT IMPLEMENTED
STATUS_NO_CONTENT - Static variable in class mx4j.tools.adaptor.http.HttpConstants
Status code NO CONTENT
STATUS_OKAY - Static variable in class mx4j.tools.adaptor.http.HttpConstants
Status code OK
SecurityMBeanServerInterceptor - class mx4j.server.interceptor.SecurityMBeanServerInterceptor.
Interceptor that takes care of performing security checks (in case the SecurityManager is installed) for MBeanServer to MBean calls.
SecurityMBeanServerInterceptor() - Constructor for class mx4j.server.interceptor.SecurityMBeanServerInterceptor
 
SecurityMBeanServerInterceptorMBean - interface mx4j.server.interceptor.SecurityMBeanServerInterceptorMBean.
Management interface for the SecurityMBeanServerInterceptor MBean
SecurityMBeanServerInterceptorMBeanDescription - class mx4j.server.interceptor.SecurityMBeanServerInterceptorMBeanDescription.
Management interface description for the SecurityMBeanServerInterceptor MBean.
SecurityMBeanServerInterceptorMBeanDescription() - Constructor for class mx4j.server.interceptor.SecurityMBeanServerInterceptorMBeanDescription
 
ServerByDomainCommandProcessor - class mx4j.tools.adaptor.http.ServerByDomainCommandProcessor.
ServerByDomainCommandProcessor, processes a request for getting all the MBeans of the current server grouped by domains
ServerByDomainCommandProcessor() - Constructor for class mx4j.tools.adaptor.http.ServerByDomainCommandProcessor
 
ServerCommandProcessor - class mx4j.tools.adaptor.http.ServerCommandProcessor.
ServerCommandProcessor, processes a request for getting all the MBeans of the current server
ServerCommandProcessor() - Constructor for class mx4j.tools.adaptor.http.ServerCommandProcessor
 
ServerProvider - class mx4j.remote.provider.iiop.ServerProvider.
 
ServerProvider() - Constructor for class mx4j.remote.provider.iiop.ServerProvider
 
ServerProvider - class mx4j.remote.provider.rmi.ServerProvider.
 
ServerProvider() - Constructor for class mx4j.remote.provider.rmi.ServerProvider
 
ServerProvider - class mx4j.tools.remote.provider.burlap.ServerProvider.
 
ServerProvider() - Constructor for class mx4j.tools.remote.provider.burlap.ServerProvider
 
ServerProvider - class mx4j.tools.remote.provider.burlap.ssl.ServerProvider.
 
ServerProvider() - Constructor for class mx4j.tools.remote.provider.burlap.ssl.ServerProvider
 
ServerProvider - class mx4j.tools.remote.provider.hessian.ServerProvider.
 
ServerProvider() - Constructor for class mx4j.tools.remote.provider.hessian.ServerProvider
 
ServerProvider - class mx4j.tools.remote.provider.hessian.ssl.ServerProvider.
 
ServerProvider() - Constructor for class mx4j.tools.remote.provider.hessian.ssl.ServerProvider
 
ServerProvider - class mx4j.tools.remote.provider.local.ServerProvider.
 
ServerProvider() - Constructor for class mx4j.tools.remote.provider.local.ServerProvider
 
ServerProvider - class mx4j.tools.remote.provider.soap.ServerProvider.
SOAP Connector Server Provider
ServerProvider() - Constructor for class mx4j.tools.remote.provider.soap.ServerProvider
 
ServerProvider - class mx4j.tools.remote.provider.soap.ssl.ServerProvider.
 
ServerProvider() - Constructor for class mx4j.tools.remote.provider.soap.ssl.ServerProvider
 
SetAttributeCommandProcessor - class mx4j.tools.adaptor.http.SetAttributeCommandProcessor.
SetAttributeCommandProcessor, processes a request for setting one attribute in one MBean
SetAttributeCommandProcessor() - Constructor for class mx4j.tools.adaptor.http.SetAttributeCommandProcessor
 
SetAttributesCommandProcessor - class mx4j.tools.adaptor.http.SetAttributesCommandProcessor.
SetAttributesCommandProcessor, processes a request for setting one or more attributes in one MBean.
SetAttributesCommandProcessor() - Constructor for class mx4j.tools.adaptor.http.SetAttributesCommandProcessor
 
SetDeser - class mx4j.tools.remote.soap.axis.ser.SetDeser.
 
SetDeser() - Constructor for class mx4j.tools.remote.soap.axis.ser.SetDeser
 
SetDeserFactory - class mx4j.tools.remote.soap.axis.ser.SetDeserFactory.
 
SetDeserFactory(Class, QName) - Constructor for class mx4j.tools.remote.soap.axis.ser.SetDeserFactory
 
SetSer - class mx4j.tools.remote.soap.axis.ser.SetSer.
 
SetSer() - Constructor for class mx4j.tools.remote.soap.axis.ser.SetSer
 
SetSerFactory - class mx4j.tools.remote.soap.axis.ser.SetSerFactory.
 
SetSerFactory(Class, QName) - Constructor for class mx4j.tools.remote.soap.axis.ser.SetSerFactory
 
StatisticsRecorderMBean - interface mx4j.tools.stats.StatisticsRecorderMBean.
Management interface to be implemented by recorder MBeans.
StatisticsRecorderMBeanDescription - class mx4j.tools.stats.StatisticsRecorderMBeanDescription.
Descriptions of the StatisticsRecorderMBean interface
StatisticsRecorderMBeanDescription() - Constructor for class mx4j.tools.stats.StatisticsRecorderMBeanDescription
 
SubjectDeser - class mx4j.tools.remote.soap.axis.ser.SubjectDeser.
 
SubjectDeser() - Constructor for class mx4j.tools.remote.soap.axis.ser.SubjectDeser
 
SubjectDeserFactory - class mx4j.tools.remote.soap.axis.ser.SubjectDeserFactory.
 
SubjectDeserFactory(Class, QName) - Constructor for class mx4j.tools.remote.soap.axis.ser.SubjectDeserFactory
 
SubjectInvoker - class mx4j.tools.remote.SubjectInvoker.
 
SubjectInvoker(Object, Subject, AccessControlContext, Map) - Constructor for class mx4j.tools.remote.SubjectInvoker
 
SubjectSer - class mx4j.tools.remote.soap.axis.ser.SubjectSer.
 
SubjectSer() - Constructor for class mx4j.tools.remote.soap.axis.ser.SubjectSer
 
SubjectSerFactory - class mx4j.tools.remote.soap.axis.ser.SubjectSerFactory.
 
SubjectSerFactory(Class, QName) - Constructor for class mx4j.tools.remote.soap.axis.ser.SubjectSerFactory
 
schedule(TimeTask) - Method in class mx4j.timer.TimeQueue
Schedules the given task for execution.
sendConnectionNotificationClosed() - Method in class mx4j.remote.ConnectionNotificationEmitter
 
sendConnectionNotificationClosed() - Method in class mx4j.tools.remote.AbstractJMXConnector
 
sendConnectionNotificationFailed() - Method in class mx4j.remote.AbstractHeartBeat
Sends the connection failed notification using the emitter specified in AbstractHeartBeat.AbstractHeartBeat(mx4j.remote.ConnectionNotificationEmitter, java.util.Map)
sendConnectionNotificationFailed() - Method in class mx4j.remote.ConnectionNotificationEmitter
 
sendConnectionNotificationLost(long) - Method in class mx4j.remote.AbstractRemoteNotificationClientHandler
Sends the JMXConnectionNotification.NOTIFS_LOST notification using the emitter passed to AbstractRemoteNotificationClientHandler
sendConnectionNotificationLost(long) - Method in class mx4j.remote.ConnectionNotificationEmitter
 
sendConnectionNotificationOpened() - Method in class mx4j.remote.ConnectionNotificationEmitter
 
sendErrorNotification(MX4JMonitor.MonitorInfo, String, String, ObjectName, String) - Method in class mx4j.monitor.MX4JMonitor
 
sendHeaders - Variable in class mx4j.tools.adaptor.http.HttpOutputStream
whether to send the headers
sendHeaders() - Method in class mx4j.tools.adaptor.http.HttpOutputStream
Sends the headers
sendMail() - Method in class mx4j.tools.mail.SMTP
 
sendMail() - Method in interface mx4j.tools.mail.SMTPMBean
This will directly execute the send mail.
sendNotification(Notification) - Method in class mx4j.log.LoggerBroadcaster
 
sendNotification(Notification) - Method in class mx4j.monitor.MX4JMonitor
 
sendNotification(String, String, ObjectName, String, Object, Object) - Method in class mx4j.monitor.MX4JMonitor
 
serialize(QName, Attributes, Object, SerializationContext) - Method in class mx4j.tools.remote.soap.axis.ser.AttributeListSer
 
serialize(QName, Attributes, Object, SerializationContext) - Method in class mx4j.tools.remote.soap.axis.ser.AttributeSer
 
serialize(QName, Attributes, Object, SerializationContext) - Method in class mx4j.tools.remote.soap.axis.ser.MBeanAttributeInfoSer
 
serialize(QName, Attributes, Object, SerializationContext) - Method in class mx4j.tools.remote.soap.axis.ser.MBeanConstructorInfoSer
 
serialize(QName, Attributes, Object, SerializationContext) - Method in class mx4j.tools.remote.soap.axis.ser.MBeanInfoSer
 
serialize(QName, Attributes, Object, SerializationContext) - Method in class mx4j.tools.remote.soap.axis.ser.MBeanNotificationInfoSer
 
serialize(QName, Attributes, Object, SerializationContext) - Method in class mx4j.tools.remote.soap.axis.ser.MBeanOperationInfoSer
 
serialize(QName, Attributes, Object, SerializationContext) - Method in class mx4j.tools.remote.soap.axis.ser.MBeanParameterInfoSer
 
serialize(QName, Attributes, Object, SerializationContext) - Method in class mx4j.tools.remote.soap.axis.ser.NotificationFilterSupportSer
 
serialize(QName, Attributes, Object, SerializationContext) - Method in class mx4j.tools.remote.soap.axis.ser.NotificationResultSer
 
serialize(QName, Attributes, Object, SerializationContext) - Method in class mx4j.tools.remote.soap.axis.ser.NotificationSer
 
serialize(QName, Attributes, Object, SerializationContext) - Method in class mx4j.tools.remote.soap.axis.ser.ObjectInstanceSer
 
serialize(QName, Attributes, Object, SerializationContext) - Method in class mx4j.tools.remote.soap.axis.ser.ObjectNameSer
 
serialize(QName, Attributes, Object, SerializationContext) - Method in class mx4j.tools.remote.soap.axis.ser.PrincipalSer
 
serialize(QName, Attributes, Object, SerializationContext) - Method in class mx4j.tools.remote.soap.axis.ser.RelationTypeSupportSer
 
serialize(QName, Attributes, Object, SerializationContext) - Method in class mx4j.tools.remote.soap.axis.ser.RoleInfoSer
 
serialize(QName, Attributes, Object, SerializationContext) - Method in class mx4j.tools.remote.soap.axis.ser.RoleListSer
 
serialize(QName, Attributes, Object, SerializationContext) - Method in class mx4j.tools.remote.soap.axis.ser.RoleResultSer
 
serialize(QName, Attributes, Object, SerializationContext) - Method in class mx4j.tools.remote.soap.axis.ser.RoleSer
 
serialize(QName, Attributes, Object, SerializationContext) - Method in class mx4j.tools.remote.soap.axis.ser.RoleUnresolvedListSer
 
serialize(QName, Attributes, Object, SerializationContext) - Method in class mx4j.tools.remote.soap.axis.ser.RoleUnresolvedSer
 
serialize(QName, Attributes, Object, SerializationContext) - Method in class mx4j.tools.remote.soap.axis.ser.SetSer
 
serialize(QName, Attributes, Object, SerializationContext) - Method in class mx4j.tools.remote.soap.axis.ser.SubjectSer
 
serialize(QName, Attributes, Object, SerializationContext) - Method in class mx4j.tools.remote.soap.axis.ser.TargetedNotificationSer
 
server - Variable in class mx4j.tools.adaptor.http.HttpCommandProcessorAdaptor
 
server - Variable in class mx4j.tools.stats.AbstractStatisticsRecorder
 
service(HttpServletRequest, HttpServletResponse) - Method in class mx4j.tools.remote.caucho.CauchoServlet
 
setAddress(JMXServiceURL) - Method in class mx4j.tools.remote.AbstractJMXConnectorServer
Sets the JMXServiceURL that represent the address of this JMXConnectorServer
setAttribute(Attribute) - Method in class mx4j.AbstractDynamicMBean
Sets the value of the manageable attribute, as specified by the DynamicMBean interface.
setAttribute(ObjectName, Attribute) - Method in class mx4j.remote.rmi.ClientInvoker
 
setAttribute(ObjectName, MarshalledObject, Subject) - Method in class mx4j.remote.rmi.RMIConnectionInvoker
 
setAttribute(ObjectName, Attribute) - Method in class mx4j.server.ChainedMBeanServer
 
setAttribute(MBeanMetaData, Attribute) - Method in interface mx4j.server.MBeanInvoker
Sets the value of the specified attribute.
setAttribute(ObjectName, Attribute) - Method in class mx4j.server.MX4JMBeanServer
 
setAttribute(MBeanMetaData, Attribute) - Method in class mx4j.server.ReflectionMBeanInvoker
 
setAttribute(MBeanMetaData, Attribute) - Method in class mx4j.server.interceptor.ContextClassLoaderMBeanServerInterceptor
 
setAttribute(MBeanMetaData, Attribute) - Method in class mx4j.server.interceptor.DefaultMBeanServerInterceptor
 
setAttribute(MBeanMetaData, Attribute) - Method in class mx4j.server.interceptor.InvokerMBeanServerInterceptor
 
setAttribute(MBeanMetaData, Attribute) - Method in interface mx4j.server.interceptor.MBeanServerInterceptor
Sets the specified attribute value on the MBean instance.
setAttribute(MBeanMetaData, Attribute) - Method in class mx4j.server.interceptor.SecurityMBeanServerInterceptor
 
setAttribute(String) - Method in class mx4j.tools.config.DefaultConfigurationBuilder.Call
 
setAttribute(ObjectName, Object, Subject) - Method in class mx4j.tools.remote.AbstractServerInvoker
 
setAttribute(ObjectName, Object, Subject) - Method in interface mx4j.tools.remote.JMXConnection
 
setAttribute(ObjectName, Object, Subject) - Method in class mx4j.tools.remote.JMXConnectionHandler
 
setAttribute(ObjectName, Attribute) - Method in class mx4j.tools.remote.JMXConnectionMBeanServerConnection
 
setAttribute(ObjectName, Object, Subject) - Method in class mx4j.tools.remote.http.HTTPClientInvoker
 
setAttribute(ObjectName, Object, Subject) - Method in class mx4j.tools.remote.http.HTTPService
 
setAttribute(Attribute) - Method in class mx4j.tools.remote.proxy.RemoteMBeanProxy
 
setAttribute(ObjectName, Object, Subject) - Method in class mx4j.tools.remote.soap.SOAPClientInvoker
 
setAttributes(AttributeList) - Method in class mx4j.AbstractDynamicMBean
Sets the manageable attributes, as specified by the DynamicMBean interface.
setAttributes(ObjectName, AttributeList) - Method in class mx4j.remote.rmi.ClientInvoker
 
setAttributes(ObjectName, MarshalledObject, Subject) - Method in class mx4j.remote.rmi.RMIConnectionInvoker
 
setAttributes(ObjectName, AttributeList) - Method in class mx4j.server.ChainedMBeanServer
 
setAttributes(ObjectName, AttributeList) - Method in class mx4j.server.MX4JMBeanServer
 
setAttributes(MBeanMetaData, AttributeList) - Method in class mx4j.server.interceptor.ContextClassLoaderMBeanServerInterceptor
 
setAttributes(MBeanMetaData, AttributeList) - Method in class mx4j.server.interceptor.DefaultMBeanServerInterceptor
 
setAttributes(MBeanMetaData, AttributeList) - Method in class mx4j.server.interceptor.InvokerMBeanServerInterceptor
 
setAttributes(MBeanMetaData, AttributeList) - Method in interface mx4j.server.interceptor.MBeanServerInterceptor
Sets the specified attributes values on the MBean instance.
setAttributes(MBeanMetaData, AttributeList) - Method in class mx4j.server.interceptor.SecurityMBeanServerInterceptor
 
setAttributes(NamedNodeMap) - Method in interface mx4j.tools.config.ConfigurationBuilder.Node
 
setAttributes(NamedNodeMap) - Method in class mx4j.tools.config.DefaultConfigurationBuilder.AbstractNode
 
setAttributes(ObjectName, Object, Subject) - Method in class mx4j.tools.remote.AbstractServerInvoker
 
setAttributes(ObjectName, Object, Subject) - Method in interface mx4j.tools.remote.JMXConnection
 
setAttributes(ObjectName, Object, Subject) - Method in class mx4j.tools.remote.JMXConnectionHandler
 
setAttributes(ObjectName, AttributeList) - Method in class mx4j.tools.remote.JMXConnectionMBeanServerConnection
 
setAttributes(ObjectName, Object, Subject) - Method in class mx4j.tools.remote.http.HTTPClientInvoker
 
setAttributes(ObjectName, Object, Subject) - Method in class mx4j.tools.remote.http.HTTPService
 
setAttributes(AttributeList) - Method in class mx4j.tools.remote.proxy.RemoteMBeanProxy
 
setAttributes(ObjectName, Object, Subject) - Method in class mx4j.tools.remote.soap.SOAPClientInvoker
 
setAuthenticationMethod(String) - Method in class mx4j.tools.adaptor.http.HttpAdaptor
Sets the Authentication Method.
setAuthenticationMethod(String) - Method in interface mx4j.tools.adaptor.http.HttpAdaptorMBean
Sets the Authentication Method.
setBCC(String) - Method in class mx4j.tools.mail.SMTP
 
setBCC(String) - Method in interface mx4j.tools.mail.SMTPMBean
Sets a comma separated list of address which will go in the BCC mail field
setCC(String) - Method in class mx4j.tools.mail.SMTP
 
setCC(String) - Method in interface mx4j.tools.mail.SMTPMBean
Sets a comma separated list of address which will go in the CC mail field
setCacheScript(boolean) - Method in class mx4j.tools.jython.JythonRunner
Sets whether the script should be kept in the cache.
setCacheScript(boolean) - Method in interface mx4j.tools.jython.JythonRunnerMBean
Sets whether the script should be kept in the cache.
setCategory(String) - Method in class mx4j.log.CommonsLogger
 
setCategory(String) - Method in class mx4j.log.Log4JLogger
 
setCategory(String) - Method in class mx4j.log.Logger
 
setChain(List) - Method in class mx4j.server.interceptor.DefaultMBeanServerInterceptor
 
setChain(List) - Method in interface mx4j.server.interceptor.MBeanServerInterceptor
Sets the chain of interceptors on this interceptor.
setChildValue(Object, Object) - Method in class mx4j.tools.remote.soap.axis.ser.AxisDeserializer
 
setClassLoader(ClassLoader) - Method in interface mx4j.server.MBeanMetaData
Sets the classloader for the MBean
setClassname(String) - Method in class mx4j.tools.config.DefaultConfigurationBuilder.Call
 
setClassname(String) - Method in class mx4j.tools.config.DefaultConfigurationBuilder.Create
 
setClassname(String) - Method in class mx4j.tools.config.DefaultConfigurationBuilder.New
 
setCode(int) - Method in class mx4j.tools.adaptor.http.HttpOutputStream
Sets the answer code
setContent(String) - Method in class mx4j.tools.mail.SMTP
 
setContent(String) - Method in interface mx4j.tools.mail.SMTPMBean
Sets the content of the mail
setCounter(Number) - Method in class mx4j.monitor.MX4JCounterMonitor.CounterMonitorInfo
 
setDefaultLocale(Locale) - Static method in class mx4j.tools.i18n.I18NStandardMBean
Set the locale which will be used for future I18NStandardMBeans.
setDefaultPage(String) - Method in class mx4j.tools.adaptor.http.XSLTProcessor
 
setDefaultPage(String) - Method in interface mx4j.tools.adaptor.http.XSLTProcessorMBean
Sets the default start page, serverbydomain as a default
setDefaultPriority(int) - Static method in class mx4j.log.Log
Sets the default priority for all loggers.
setDifferNotified(boolean) - Method in class mx4j.monitor.MX4JStringMonitor.StringMonitorInfo
 
setDifferenceMode(boolean) - Method in class mx4j.monitor.MX4JCounterMonitor
 
setDifferenceMode(boolean) - Method in interface mx4j.monitor.MX4JCounterMonitorMBean
 
setDifferenceMode(boolean) - Method in class mx4j.monitor.MX4JGaugeMonitor
 
setDifferenceMode(boolean) - Method in interface mx4j.monitor.MX4JGaugeMonitorMBean
 
setDocumentBuilder(DocumentBuilder) - Method in interface mx4j.tools.adaptor.http.HttpCommandProcessor
Sets the Document Builder factory
setDocumentBuilder(DocumentBuilder) - Method in class mx4j.tools.adaptor.http.HttpCommandProcessorAdaptor
Sets the Document Builder factory
setEnabled(boolean) - Method in class mx4j.server.interceptor.DefaultMBeanServerInterceptor
Enables or disables this interceptor
setEnabled(boolean) - Method in interface mx4j.server.interceptor.DefaultMBeanServerInterceptorMBean
Enables or disables this interceptor
setErrorNotified(boolean) - Method in class mx4j.monitor.MX4JMonitor.MonitorInfo
 
setFile(String) - Method in class mx4j.tools.adaptor.http.XSLTProcessor
 
setFile(String) - Method in interface mx4j.tools.adaptor.http.XSLTProcessorMBean
Sets the jar/zip file or the directory where to find the XSL files
setFinished(boolean) - Method in class mx4j.timer.TimeTask
Marks this task as finished or not.
setFinished(boolean) - Method in class mx4j.timer.TimerTask
 
setFromAddress(String) - Method in class mx4j.tools.mail.SMTP
 
setFromAddress(String) - Method in interface mx4j.tools.mail.SMTPMBean
Sets the form address set to mail
setFromName(String) - Method in class mx4j.tools.mail.SMTP
 
setFromName(String) - Method in interface mx4j.tools.mail.SMTPMBean
Sets the from name presented on the mail
setGauge(Number) - Method in class mx4j.monitor.MX4JCounterMonitor.CounterMonitorInfo
 
setGauge(Number) - Method in class mx4j.monitor.MX4JGaugeMonitor.GaugeMonitorInfo
 
setGauge(String) - Method in class mx4j.monitor.MX4JStringMonitor.StringMonitorInfo
 
setGranularity(long) - Method in class mx4j.tools.stats.TimedStatisticsRecorder
 
setGranularity(long) - Method in interface mx4j.tools.stats.TimedStatisticsRecorderMBean
Sets how often the MBean will poll the variable value
setGranularityPeriod(long) - Method in class mx4j.monitor.MX4JMonitor
 
setGranularityPeriod(long) - Method in interface mx4j.monitor.MX4JMonitorMBean
 
setHeader(String, String) - Method in class mx4j.tools.adaptor.http.HttpOutputStream
Sets a given header code
setHighNotified(boolean) - Method in class mx4j.monitor.MX4JGaugeMonitor.GaugeMonitorInfo
 
setHost(String) - Method in class mx4j.tools.adaptor.http.HttpAdaptor
Sets the host name where the server will be listening
setHost(String) - Method in interface mx4j.tools.adaptor.http.HttpAdaptorMBean
Sets the host name where the server will be listening
setInitThreshold(Number) - Method in class mx4j.monitor.MX4JCounterMonitor
 
setInitThreshold(Number) - Method in interface mx4j.monitor.MX4JCounterMonitorMBean
 
setInvokeFilter(boolean) - Method in class mx4j.remote.NotificationTuple
 
setKeyManagerAlgorithm(String) - Method in class mx4j.tools.adaptor.ssl.SSLAdaptorServerSocketFactory
 
setKeyManagerAlgorithm(String) - Method in interface mx4j.tools.adaptor.ssl.SSLAdaptorServerSocketFactoryMBean
Sets the key manager algorithm, by default is "SunX509".
setKeyManagerPassword(String) - Method in class mx4j.tools.adaptor.ssl.SSLAdaptorServerSocketFactory
 
setKeyManagerPassword(String) - Method in interface mx4j.tools.adaptor.ssl.SSLAdaptorServerSocketFactoryMBean
Sets the password to access the key present in the keystore.
setKeyStoreName(String) - Method in class mx4j.tools.adaptor.ssl.SSLAdaptorServerSocketFactory
 
setKeyStoreName(String) - Method in interface mx4j.tools.adaptor.ssl.SSLAdaptorServerSocketFactoryMBean
Sets the name of the keystore; if the keystore is of type JKS, then this is a file name, that will be resolved by the ClassLoader of this class, via getResourceAsStream.
setKeyStorePassword(String) - Method in class mx4j.tools.adaptor.ssl.SSLAdaptorServerSocketFactory
 
setKeyStorePassword(String) - Method in interface mx4j.tools.adaptor.ssl.SSLAdaptorServerSocketFactoryMBean
Sets the password to access the keystore specified by SSLAdaptorServerSocketFactoryMBean.setKeyStoreName(java.lang.String).
setKeyStoreType(String) - Method in class mx4j.tools.adaptor.ssl.SSLAdaptorServerSocketFactory
 
setKeyStoreType(String) - Method in interface mx4j.tools.adaptor.ssl.SSLAdaptorServerSocketFactoryMBean
Sets the type of the keystore, by default is "JKS".
setLoadername(String) - Method in class mx4j.tools.config.DefaultConfigurationBuilder.Create
 
setLocale(Locale) - Method in class mx4j.tools.adaptor.http.XSLTProcessor
 
setLocale(Locale) - Method in interface mx4j.tools.adaptor.http.XSLTProcessorMBean
Sets the locale used to internationalize the output
setLocaleString(String) - Method in class mx4j.tools.adaptor.http.XSLTProcessor
 
setLocaleString(String) - Method in interface mx4j.tools.adaptor.http.XSLTProcessorMBean
Sets the locale used to internationalize the output, as a string
setLoginToServer(boolean) - Method in class mx4j.tools.mail.SMTP
 
setLoginToServer(boolean) - Method in interface mx4j.tools.mail.SMTPMBean
Sets whether to login to the SMTP server
setLowNotified(boolean) - Method in class mx4j.monitor.MX4JGaugeMonitor.GaugeMonitorInfo
 
setMBean(Object) - Method in interface mx4j.server.MBeanMetaData
Sets the MBean instance
setMBeanDynamic(boolean) - Method in interface mx4j.server.MBeanMetaData
Sets whether the MBean is dynamic
setMBeanInfo(MBeanInfo) - Method in class mx4j.AbstractDynamicMBean
Sets the MBeanInfo object cached by this instance.
setMBeanInfo(MBeanInfo) - Method in interface mx4j.server.MBeanMetaData
Sets the MBeanInfo of the MBean
setMBeanInterface(Class) - Method in interface mx4j.server.MBeanMetaData
Sets the management interface of the standard MBean
setMBeanInvoker(MBeanInvoker) - Method in interface mx4j.server.MBeanMetaData
Sets the MBeanInvoker of the standard MBean
setMBeanServer(MBeanServer) - Method in class mx4j.server.ChainedMBeanServer
 
setMBeanServer(MBeanServer) - Method in interface mx4j.tools.adaptor.http.HttpCommandProcessor
Sets the target MBeanServer
setMBeanServer(MBeanServer) - Method in class mx4j.tools.adaptor.http.HttpCommandProcessorAdaptor
Sets the target MBeanServer
setMBeanStandard(boolean) - Method in interface mx4j.server.MBeanMetaData
Sets whether the MBean is standard
setMatchNotified(boolean) - Method in class mx4j.monitor.MX4JStringMonitor.StringMonitorInfo
 
setMaxEntries(int) - Method in class mx4j.tools.stats.AbstractStatisticsRecorder
 
setMaxEntries(int) - Method in interface mx4j.tools.stats.StatisticsRecorderMBean
Sets the maximum entries stored in this recorder
setMethod(String) - Method in class mx4j.tools.config.DefaultConfigurationBuilder.Call
 
setMimeType(String) - Method in class mx4j.tools.mail.SMTP
 
setMimeType(String) - Method in interface mx4j.tools.mail.SMTPMBean
Sets the MIME type, by default it is text/plain
setModulus(Number) - Method in class mx4j.monitor.MX4JCounterMonitor
 
setModulus(Number) - Method in interface mx4j.monitor.MX4JCounterMonitorMBean
 
setNextExecutionTime(long) - Method in class mx4j.timer.TimeTask
Sets the next execution time.
setNextExecutionTime(long) - Method in class mx4j.timer.TimerTask
 
setNotificationName(String) - Method in class mx4j.tools.mail.SMTP
 
setNotificationName(String) - Method in interface mx4j.tools.mail.SMTPMBean
Sets the notification name which will trigger the mail sending.
setNotificationType(String) - Method in class mx4j.tools.jython.JythonRunner
Sets the notification being listed.
setNotificationType(String) - Method in interface mx4j.tools.jython.JythonRunnerMBean
Sets the notification type being listened.
setNotify(boolean) - Method in class mx4j.monitor.MX4JCounterMonitor
 
setNotify(boolean) - Method in interface mx4j.monitor.MX4JCounterMonitorMBean
 
setNotifyDiffer(boolean) - Method in class mx4j.monitor.MX4JStringMonitor
 
setNotifyDiffer(boolean) - Method in interface mx4j.monitor.MX4JStringMonitorMBean
 
setNotifyHigh(boolean) - Method in class mx4j.monitor.MX4JGaugeMonitor
 
setNotifyHigh(boolean) - Method in interface mx4j.monitor.MX4JGaugeMonitorMBean
 
setNotifyLow(boolean) - Method in class mx4j.monitor.MX4JGaugeMonitor
 
setNotifyLow(boolean) - Method in interface mx4j.monitor.MX4JGaugeMonitorMBean
 
setNotifyMatch(boolean) - Method in class mx4j.monitor.MX4JStringMonitor
 
setNotifyMatch(boolean) - Method in interface mx4j.monitor.MX4JStringMonitorMBean
 
setObjectName(ObjectName) - Method in interface mx4j.server.MBeanMetaData
Sets the ObjectName of the MBean
setObjectid(String) - Method in class mx4j.tools.config.DefaultConfigurationBuilder.Object
 
setObjectname(String) - Method in class mx4j.tools.config.DefaultConfigurationBuilder.Call
 
setObjectname(String) - Method in class mx4j.tools.config.DefaultConfigurationBuilder.Create
 
setObjectname(String) - Method in class mx4j.tools.config.DefaultConfigurationBuilder.Register
 
setObjectname(String) - Method in class mx4j.tools.config.DefaultConfigurationBuilder.Unregister
 
setObservedAttribute(String) - Method in class mx4j.monitor.MX4JMonitor
 
setObservedAttribute(String) - Method in interface mx4j.monitor.MX4JMonitorMBean
 
setObservedAttribute(String) - Method in class mx4j.tools.stats.ObserverStatisticsRecorder
 
setObservedAttribute(String) - Method in interface mx4j.tools.stats.ObserverStatisticsRecorderMBean
Sets the Attribute to be observed
setObservedObject(ObjectName) - Method in class mx4j.tools.jython.JythonRunner
Sets the object being observed by this MBean.
setObservedObject(ObjectName) - Method in interface mx4j.tools.jython.JythonRunnerMBean
Sets the object being observed by this MBean.
setObservedObject(ObjectName) - Method in class mx4j.tools.mail.SMTP
 
setObservedObject(ObjectName) - Method in interface mx4j.tools.mail.SMTPMBean
Sets the observed object.
setObservedObject(ObjectName) - Method in class mx4j.tools.stats.ObserverStatisticsRecorder
 
setObservedObject(ObjectName) - Method in interface mx4j.tools.stats.ObserverStatisticsRecorderMBean
Sets the ObjectName to be observed
setOffset(Number) - Method in class mx4j.monitor.MX4JCounterMonitor
 
setOffset(Number) - Method in interface mx4j.monitor.MX4JCounterMonitorMBean
 
setOperation(String) - Method in class mx4j.tools.config.DefaultConfigurationBuilder.Call
 
setParent(ConfigurationBuilder.Node) - Method in interface mx4j.tools.config.ConfigurationBuilder.Node
 
setParent(ConfigurationBuilder.Node) - Method in class mx4j.tools.config.DefaultConfigurationBuilder.AbstractNode
 
setPathInJar(String) - Method in class mx4j.tools.adaptor.http.XSLTProcessor
 
setPathInJar(String) - Method in interface mx4j.tools.adaptor.http.XSLTProcessorMBean
Specifies the path of the XSL templates inside a jar file.
setPort(int) - Method in class mx4j.tools.adaptor.http.HttpAdaptor
Sets the value of the server's port
setPort(int) - Method in interface mx4j.tools.adaptor.http.HttpAdaptorMBean
Sets the value of the server's port
setPort(String) - Method in class mx4j.tools.config.DefaultConfigurationBuilder.Configuration
 
setPort(int) - Method in class mx4j.tools.naming.CosNamingService
Sets the port on which tnameserv listens for incoming connections.
setPort(int) - Method in interface mx4j.tools.naming.CosNamingServiceMBean
Sets the port on which tnameserv listens for incoming connections.
setPort(int) - Method in class mx4j.tools.naming.NamingService
 
setPort(int) - Method in interface mx4j.tools.naming.NamingServiceMBean
Sets the port on which rmiregistry listens for incoming connections.
setPriority(int) - Method in class mx4j.log.Logger
 
setProcessor(ProcessorMBean) - Method in class mx4j.tools.adaptor.http.HttpAdaptor
Sets the object which will post process the XML results.
setProcessor(ProcessorMBean) - Method in interface mx4j.tools.adaptor.http.HttpAdaptorMBean
Sets the object which will post process the XML results.
setProcessorClass(String) - Method in class mx4j.tools.adaptor.http.HttpAdaptor
Sets the classname of the object which will post process the XML results.
setProcessorClass(String) - Method in interface mx4j.tools.adaptor.http.HttpAdaptorMBean
Sets the classname of the object which will post process the XML results.
setProcessorName(ObjectName) - Method in class mx4j.tools.adaptor.http.HttpAdaptor
Sets the object name which will post process the XML result.
setProcessorName(ObjectName) - Method in interface mx4j.tools.adaptor.http.HttpAdaptorMBean
Sets the object name which will post process the XML result.
setProcessorNameString(String) - Method in class mx4j.tools.adaptor.http.HttpAdaptor
Sets the object name of the PostProcessor MBean.
setProcessorNameString(String) - Method in interface mx4j.tools.adaptor.http.HttpAdaptorMBean
Sets the object name of the PostProcessor MBean.
setRefobjectid(String) - Method in class mx4j.tools.config.DefaultConfigurationBuilder.Arg
 
setRefobjectid(String) - Method in class mx4j.tools.config.DefaultConfigurationBuilder.Call
 
setResource(Object) - Method in class mx4j.AbstractDynamicMBean
Specifies the resource object on which invoke attribute's getters, attribute's setters and operation's methods.
setSSLProtocol(String) - Method in class mx4j.tools.adaptor.ssl.SSLAdaptorServerSocketFactory
 
setSSLProtocol(String) - Method in interface mx4j.tools.adaptor.ssl.SSLAdaptorServerSocketFactoryMBean
Sets the SSL protocol version, by default is "TLS".
setScript(String) - Method in class mx4j.tools.jython.JythonRunner
Sets the content of the script.
setScript(String) - Method in interface mx4j.tools.jython.JythonRunnerMBean
Sets the content of the script.
setScriptURL(URL) - Method in class mx4j.tools.jython.JythonRunner
Sets the script source as URL.
setScriptURL(URL) - Method in interface mx4j.tools.jython.JythonRunnerMBean
Sets the script source as URL.
setServerHost(String) - Method in class mx4j.tools.mail.SMTP
 
setServerHost(String) - Method in interface mx4j.tools.mail.SMTPMBean
Sets the server's host, it can be set as name or IP
setServerPassword(String) - Method in class mx4j.tools.mail.SMTP
 
setServerPassword(String) - Method in interface mx4j.tools.mail.SMTPMBean
Sets server's passowrd, use with setLoginToServer(true) and setServerUsername
setServerPort(int) - Method in class mx4j.tools.mail.SMTP
 
setServerPort(int) - Method in interface mx4j.tools.mail.SMTPMBean
Sets the server's port.
setServerUsername(String) - Method in class mx4j.tools.mail.SMTP
 
setServerUsername(String) - Method in interface mx4j.tools.mail.SMTPMBean
Sets server's username, use with setLoginToServer(true)
setSocketFactory(AdaptorServerSocketFactory) - Method in class mx4j.tools.adaptor.http.HttpAdaptor
Sets the object which create the server sockets
setSocketFactory(AdaptorServerSocketFactory) - Method in interface mx4j.tools.adaptor.http.HttpAdaptorMBean
Sets the object which create the server sockets
setSocketFactoryName(ObjectName) - Method in class mx4j.tools.adaptor.http.HttpAdaptor
Sets the factory's object name which will create the server sockets
setSocketFactoryName(ObjectName) - Method in interface mx4j.tools.adaptor.http.HttpAdaptorMBean
Sets the factory's object name which will create the server sockets
setSocketFactoryNameString(String) - Method in class mx4j.tools.adaptor.http.HttpAdaptor
Sets the factory's object name which will create the server sockets
setSocketFactoryNameString(String) - Method in interface mx4j.tools.adaptor.http.HttpAdaptorMBean
Sets the factory's object name which will create the server sockets
setStringToCompare(String) - Method in class mx4j.monitor.MX4JStringMonitor
 
setStringToCompare(String) - Method in interface mx4j.monitor.MX4JStringMonitorMBean
 
setSubject(String) - Method in class mx4j.tools.mail.SMTP
 
setSubject(String) - Method in interface mx4j.tools.mail.SMTPMBean
Sets the mail's subject, by default is Empty subject.
setText(String) - Method in interface mx4j.tools.config.ConfigurationBuilder.Node
 
setText(String) - Method in class mx4j.tools.config.DefaultConfigurationBuilder.AbstractNode
 
setThreshold(Number) - Method in class mx4j.monitor.MX4JCounterMonitor.CounterMonitorInfo
 
setThresholdNotified(boolean) - Method in class mx4j.monitor.MX4JCounterMonitor.CounterMonitorInfo
 
setThresholds(Number, Number) - Method in class mx4j.monitor.MX4JGaugeMonitor
 
setThresholds(Number, Number) - Method in interface mx4j.monitor.MX4JGaugeMonitorMBean
 
setTimeout(int) - Method in class mx4j.tools.mail.SMTP
 
setTimeout(int) - Method in interface mx4j.tools.mail.SMTPMBean
Sets the send timeout, by default it is 10 secs
setTimestamp(long) - Method in class mx4j.monitor.MX4JCounterMonitor.CounterMonitorInfo
 
setTimestamp(long) - Method in class mx4j.monitor.MX4JGaugeMonitor.GaugeMonitorInfo
 
setTimestamp(long) - Method in class mx4j.monitor.MX4JStringMonitor.StringMonitorInfo
 
setTo(String) - Method in class mx4j.tools.mail.SMTP
 
setTo(String) - Method in interface mx4j.tools.mail.SMTPMBean
Sets a comma separated list of address which will go in the TO mail field
setTrustManagerAlgorithm(String) - Method in class mx4j.tools.adaptor.ssl.SSLAdaptorServerSocketFactory
 
setTrustManagerAlgorithm(String) - Method in interface mx4j.tools.adaptor.ssl.SSLAdaptorServerSocketFactoryMBean
Sets the trust manager algorithm, by default is "SunX509".
setTrustStoreName(String) - Method in class mx4j.tools.adaptor.ssl.SSLAdaptorServerSocketFactory
 
setTrustStoreName(String) - Method in interface mx4j.tools.adaptor.ssl.SSLAdaptorServerSocketFactoryMBean
Sets the name of the truststore; if the truststore is of type JKS, then this is a file name, that will be resolved by the ClassLoader of this class, via getResourceAsStream.
setTrustStorePassword(String) - Method in class mx4j.tools.adaptor.ssl.SSLAdaptorServerSocketFactory
 
setTrustStorePassword(String) - Method in interface mx4j.tools.adaptor.ssl.SSLAdaptorServerSocketFactoryMBean
Sets the password to access the truststore specified by SSLAdaptorServerSocketFactoryMBean.setTrustStoreName(java.lang.String).
setTrustStoreType(String) - Method in class mx4j.tools.adaptor.ssl.SSLAdaptorServerSocketFactory
 
setTrustStoreType(String) - Method in interface mx4j.tools.adaptor.ssl.SSLAdaptorServerSocketFactoryMBean
Sets the type of the truststore, by default is "JKS".
setType(String) - Method in class mx4j.tools.config.DefaultConfigurationBuilder.Arg
 
setUseCache(boolean) - Method in class mx4j.tools.adaptor.http.XSLTProcessor
 
setUseCache(boolean) - Method in interface mx4j.tools.adaptor.http.XSLTProcessorMBean
Sets the caching of the XSL Templates.
setValue(Number) - Method in class mx4j.tools.stats.ValueStatisticsRecorder
 
setValue(Number) - Method in interface mx4j.tools.stats.ValueStatisticsRecorderMBean
Sets the value to be recorded
shutdown() - Method in class mx4j.tools.config.ConfigurationLoader
 
shutdown() - Method in interface mx4j.tools.config.ConfigurationLoaderMBean
 
size() - Method in interface mx4j.server.MBeanRepository
Returns the size of this repository.
size() - Method in class mx4j.timer.TimeQueue
Returns the number of tasks present in this TimeQueue
sortAttributes(NamedNodeMap) - Method in class mx4j.tools.adaptor.http.DefaultProcessor
Returns a sorted list of attributes.
splitFunction(Object) - Method in class mx4j.util.MethodTernaryTree
 
start() - Method in class mx4j.log.LoggerBroadcaster
 
start(String) - Method in class mx4j.log.LoggerBroadcaster
 
start() - Method in interface mx4j.log.LoggerBroadcasterMBean
 
start(String) - Method in interface mx4j.log.LoggerBroadcasterMBean
 
start() - Method in class mx4j.monitor.MX4JMonitor
 
start() - Method in interface mx4j.monitor.MX4JMonitorMBean
 
start() - Method in class mx4j.remote.AbstractHeartBeat
 
start() - Method in class mx4j.remote.AbstractRemoteNotificationClientHandler
 
start() - Method in interface mx4j.remote.HeartBeat
Starts the heart beat
start() - Method in interface mx4j.remote.RemoteNotificationClientHandler
Starts notification fetching
start() - Method in class mx4j.server.interceptor.MBeanServerInterceptorConfigurator
Starts this configurator, so that the MBeanServer is now able to accept incoming calls.
start() - Method in interface mx4j.server.interceptor.MBeanServerInterceptorConfiguratorMBean
Starts this configurator, so that the MBeanServer is now able to accept incoming calls.
start() - Method in class mx4j.timer.TimeQueue
Starts this TimeQueue.
start() - Method in class mx4j.tools.adaptor.http.HttpAdaptor
Starts the server
start() - Method in interface mx4j.tools.adaptor.http.HttpAdaptorMBean
Starts the server
start() - Method in class mx4j.tools.naming.CosNamingService
Starts this MBean: tnameserv can now accept incoming calls
start() - Method in interface mx4j.tools.naming.CosNamingServiceMBean
Starts this MBean: tnameserv can now accept incoming calls
start() - Method in class mx4j.tools.naming.NamingService
 
start() - Method in interface mx4j.tools.naming.NamingServiceMBean
Starts this MBean: rmiregistry can now accept incoming calls
start() - Method in class mx4j.tools.remote.AbstractJMXConnectorServer
 
start(JMXServiceURL, Map) - Method in interface mx4j.tools.remote.http.WebContainer
Starts the web container
start(JMXServiceURL, Map) - Method in class mx4j.tools.remote.http.jetty.JettyWebContainer
 
start() - Method in class mx4j.tools.stats.AbstractStatisticsRecorder
 
start() - Method in interface mx4j.tools.stats.StatisticsRecorderMBean
Starts recording a variable
startCall() - Method in interface mx4j.tools.remote.caucho.CauchoInput
 
startCall() - Method in interface mx4j.tools.remote.caucho.CauchoOutput
 
startMonitor() - Method in class mx4j.monitor.MX4JMonitor
 
startObserving() - Method in class mx4j.tools.stats.NotificationStatisticsRecorder
 
startObserving() - Method in class mx4j.tools.stats.ObserverStatisticsRecorder
 
startObserving() - Method in class mx4j.tools.stats.TimedStatisticsRecorder
 
startReply() - Method in interface mx4j.tools.remote.caucho.CauchoInput
Starts reading a reply of a previous call; if the call threw an exception, the exception is read and re-thrown, otherwise the result of the call can be read using CauchoInput.readObject(java.lang.Class).
startReply() - Method in interface mx4j.tools.remote.caucho.CauchoOutput
 
startup(Reader) - Method in class mx4j.tools.config.ConfigurationLoader
 
startup(Reader) - Method in interface mx4j.tools.config.ConfigurationLoaderMBean
 
stop() - Method in class mx4j.log.LoggerBroadcaster
 
stop(String) - Method in class mx4j.log.LoggerBroadcaster
 
stop() - Method in interface mx4j.log.LoggerBroadcasterMBean
 
stop(String) - Method in interface mx4j.log.LoggerBroadcasterMBean
 
stop() - Method in class mx4j.monitor.MX4JMonitor
 
stop() - Method in interface mx4j.monitor.MX4JMonitorMBean
 
stop() - Method in class mx4j.remote.AbstractHeartBeat
 
stop() - Method in class mx4j.remote.AbstractRemoteNotificationClientHandler
 
stop() - Method in interface mx4j.remote.HeartBeat
Stops the heart beat
stop() - Method in interface mx4j.remote.RemoteNotificationClientHandler
Stops notification fetching
stop() - Method in class mx4j.server.interceptor.MBeanServerInterceptorConfigurator
Stops this configurator, so that the MBeanServer is not able to accept incoming calls.
stop() - Method in interface mx4j.server.interceptor.MBeanServerInterceptorConfiguratorMBean
Stops this configurator, so that the MBeanServer is not able to accept incoming calls.
stop() - Method in class mx4j.timer.TimeQueue
Stops this TimeQueue.
stop() - Method in class mx4j.tools.adaptor.http.HttpAdaptor
Stops the HTTP daemon
stop() - Method in interface mx4j.tools.adaptor.http.HttpAdaptorMBean
Stops the HTTP daemon
stop() - Method in class mx4j.tools.naming.CosNamingService
Stops this MBean: tnameserv cannot accept anymore incoming calls
stop() - Method in interface mx4j.tools.naming.CosNamingServiceMBean
Stops this MBean: tnameserv cannot accept anymore incoming calls
stop() - Method in class mx4j.tools.naming.NamingService
 
stop() - Method in interface mx4j.tools.naming.NamingServiceMBean
Stops this MBean: rmiregistry cannot accept anymore incoming calls
stop() - Method in class mx4j.tools.remote.AbstractJMXConnectorServer
 
stop() - Method in interface mx4j.tools.remote.http.WebContainer
Stops the web container
stop() - Method in class mx4j.tools.remote.http.jetty.JettyWebContainer
 
stop() - Method in class mx4j.tools.stats.AbstractStatisticsRecorder
 
stop() - Method in interface mx4j.tools.stats.StatisticsRecorderMBean
Stops recording a variable
stopMonitor() - Method in class mx4j.monitor.MX4JMonitor
 
stopObserving() - Method in class mx4j.tools.stats.NotificationStatisticsRecorder
 
stopObserving() - Method in class mx4j.tools.stats.ObserverStatisticsRecorder
 
stopObserving() - Method in class mx4j.tools.stats.TimedStatisticsRecorder
 
store(Object) - Method in class mx4j.persist.FilePersister
 
store(Object) - Method in class mx4j.persist.MBeanPersister
 
store(Object) - Method in interface mx4j.persist.PersisterMBean
Store the given information to the storage media.
sub(Number, Number) - Method in class mx4j.monitor.MX4JCounterMonitor
 
sub(Number, Number) - Method in class mx4j.monitor.MX4JGaugeMonitor
 
subjectInvoke(Subject, Subject, AccessControlContext, Map, PrivilegedExceptionAction) - Static method in class mx4j.remote.MX4JRemoteUtils
 
subjectInvoke(Object, Method, Object[], Subject) - Method in class mx4j.tools.remote.SubjectInvoker
 
sum(Number, Number) - Method in class mx4j.monitor.MX4JCounterMonitor
 

T

TRACE - Static variable in class mx4j.log.Logger
 
TYPE_ATTR - Static variable in class mx4j.loading.MLetParser
 
TargetedNotificationDeser - class mx4j.tools.remote.soap.axis.ser.TargetedNotificationDeser.
 
TargetedNotificationDeser() - Constructor for class mx4j.tools.remote.soap.axis.ser.TargetedNotificationDeser
 
TargetedNotificationDeserFactory - class mx4j.tools.remote.soap.axis.ser.TargetedNotificationDeserFactory.
 
TargetedNotificationDeserFactory(Class, QName) - Constructor for class mx4j.tools.remote.soap.axis.ser.TargetedNotificationDeserFactory
 
TargetedNotificationSer - class mx4j.tools.remote.soap.axis.ser.TargetedNotificationSer.
 
TargetedNotificationSer() - Constructor for class mx4j.tools.remote.soap.axis.ser.TargetedNotificationSer
 
TargetedNotificationSerFactory - class mx4j.tools.remote.soap.axis.ser.TargetedNotificationSerFactory.
 
TargetedNotificationSerFactory(Class, QName) - Constructor for class mx4j.tools.remote.soap.axis.ser.TargetedNotificationSerFactory
 
TimeQueue - class mx4j.timer.TimeQueue.
A queue that executes TimeTasks when it is started.
TimeQueue() - Constructor for class mx4j.timer.TimeQueue
Creates a new TimeQueue
TimeQueue(boolean) - Constructor for class mx4j.timer.TimeQueue
Creates a new TimeQueue that will set the thread daemon or not depending on the given argument
TimeTask - class mx4j.timer.TimeTask.
A task that is executed at a specified time.
TimeTask() - Constructor for class mx4j.timer.TimeTask
Constructor for subclasses
TimedStatisticsRecorder - class mx4j.tools.stats.TimedStatisticsRecorder.
TimedStatisticsRecorder records statistics of an attribute with a timer polling the value every certain interval
TimedStatisticsRecorder() - Constructor for class mx4j.tools.stats.TimedStatisticsRecorder
 
TimedStatisticsRecorderMBean - interface mx4j.tools.stats.TimedStatisticsRecorderMBean.
Management interface for TimedStatisticsRecorder MBeans.
TimedStatisticsRecorderMBeanDescription - class mx4j.tools.stats.TimedStatisticsRecorderMBeanDescription.
Management interface description for TimedStatisticsRecorder MBeans.
TimedStatisticsRecorderMBeanDescription() - Constructor for class mx4j.tools.stats.TimedStatisticsRecorderMBeanDescription
 
TimerNotificationDeser - class mx4j.tools.remote.soap.axis.ser.TimerNotificationDeser.
 
TimerNotificationDeser() - Constructor for class mx4j.tools.remote.soap.axis.ser.TimerNotificationDeser
 
TimerNotificationDeserFactory - class mx4j.tools.remote.soap.axis.ser.TimerNotificationDeserFactory.
 
TimerNotificationDeserFactory(Class, QName) - Constructor for class mx4j.tools.remote.soap.axis.ser.TimerNotificationDeserFactory
 
TimerNotificationSer - class mx4j.tools.remote.soap.axis.ser.TimerNotificationSer.
 
TimerNotificationSer() - Constructor for class mx4j.tools.remote.soap.axis.ser.TimerNotificationSer
 
TimerNotificationSerFactory - class mx4j.tools.remote.soap.axis.ser.TimerNotificationSerFactory.
 
TimerNotificationSerFactory(Class, QName) - Constructor for class mx4j.tools.remote.soap.axis.ser.TimerNotificationSerFactory
 
TimerTask - class mx4j.timer.TimerTask.
A subclass of TimeTask for the JMX Timer service.
TimerTask(TimerNotification, Date, long, long, boolean) - Constructor for class mx4j.timer.TimerTask
 
task - Variable in class mx4j.tools.stats.TimedStatisticsRecorder
 
timer - Static variable in class mx4j.tools.stats.TimedStatisticsRecorder
 
toString() - Method in class mx4j.monitor.MX4JCounterMonitor.CounterMonitorInfo
 
toString() - Method in class mx4j.monitor.MX4JGaugeMonitor.GaugeMonitorInfo
 
toString() - Method in class mx4j.monitor.MX4JMonitor.MonitorInfo
 
toString() - Method in class mx4j.monitor.MX4JMonitorNotification
 
toString() - Method in class mx4j.monitor.MX4JStringMonitor.StringMonitorInfo
 
toString() - Method in class mx4j.remote.NotificationTuple
 
toString() - Method in class mx4j.tools.stats.NotificationStatisticsRecorder
 
toString() - Method in class mx4j.tools.stats.TimedStatisticsRecorder
 
toString() - Method in class mx4j.tools.stats.ValueStatisticsRecorder
 
trace(Object) - Method in class mx4j.log.Logger
 
trace(Object, Throwable) - Method in class mx4j.log.Logger
 

U

USE_EXTERNAL_WEB_CONTAINER - Static variable in class mx4j.tools.remote.http.HTTPConnectorServer
 
Utils - class mx4j.util.Utils.
Several utility functions for the JMX implementation
Utils() - Constructor for class mx4j.util.Utils
 
unbind(String) - Method in class mx4j.tools.naming.NamingService
 
unbind(String) - Method in interface mx4j.tools.naming.NamingServiceMBean
Removes the binding for the specified name in the rmiregistry
unbindServer(Object, JMXServiceURL, Map) - Method in class mx4j.remote.ConnectionResolver
Unbinds the server bound by ConnectionResolver.bindServer(java.lang.Object, javax.management.remote.JMXServiceURL, java.util.Map) from the place specified by the JMXServiceURL.
unbindServer(Object, JMXServiceURL, Map) - Method in class mx4j.remote.resolver.rmi.Resolver
 
unbindServer(Object, JMXServiceURL, Map) - Method in class mx4j.tools.remote.http.HTTPResolver
 
unbindServer(Object, JMXServiceURL, Map) - Method in class mx4j.tools.remote.resolver.local.Resolver
 
undeploy(JMXServiceURL, Map) - Method in class mx4j.tools.remote.http.HTTPResolver
 
undeploy(String, JMXServiceURL, Map) - Method in interface mx4j.tools.remote.http.WebContainer
Undeploys the servlet mapped to the URL specified by the given JMXServiceURL.
undeploy(String, JMXServiceURL, Map) - Method in class mx4j.tools.remote.http.jetty.JettyWebContainer
 
undeploy(JMXServiceURL, Map) - Method in class mx4j.tools.remote.resolver.soap.Resolver
 
unmarshal(MarshalledObject) - Static method in class mx4j.remote.rmi.Marshaller
 
unregisterListener() - Method in class mx4j.tools.jython.JythonRunner
 
unregisterListener() - Method in class mx4j.tools.mail.SMTP
 
unregisterMBean(ObjectName) - Method in class mx4j.remote.rmi.ClientInvoker
 
unregisterMBean(ObjectName, Subject) - Method in class mx4j.remote.rmi.RMIConnectionInvoker
 
unregisterMBean(ObjectName) - Method in class mx4j.server.ChainedMBeanServer
 
unregisterMBean(ObjectName) - Method in class mx4j.server.MX4JMBeanServer
 
unregisterMBean(ObjectName, Subject) - Method in class mx4j.tools.remote.AbstractServerInvoker
 
unregisterMBean(ObjectName, Subject) - Method in interface mx4j.tools.remote.JMXConnection
 
unregisterMBean(ObjectName, Subject) - Method in class mx4j.tools.remote.JMXConnectionHandler
 
unregisterMBean(ObjectName) - Method in class mx4j.tools.remote.JMXConnectionMBeanServerConnection
 
unregisterMBean(ObjectName, Subject) - Method in class mx4j.tools.remote.http.HTTPClientInvoker
 
unregisterMBean(ObjectName, Subject) - Method in class mx4j.tools.remote.http.HTTPService
 
unregisterMBean(ObjectName, Subject) - Method in class mx4j.tools.remote.soap.SOAPClientInvoker
 
unschedule(TimeTask) - Method in class mx4j.timer.TimeQueue
Removes the given task from this TimeQueue

V

VALUE_ATTR - Static variable in class mx4j.loading.MLetParser
 
VERSION_ATTR - Static variable in class mx4j.loading.MLetParser
 
ValueStatisticsRecorder - class mx4j.tools.stats.ValueStatisticsRecorder.
ValueStatisticsRecorder records statistics of an attribute based on changes on the variable value.
ValueStatisticsRecorder() - Constructor for class mx4j.tools.stats.ValueStatisticsRecorder
 
ValueStatisticsRecorderMBean - interface mx4j.tools.stats.ValueStatisticsRecorderMBean.
Management interface for the ValueStatisticsRecorder MBean.
ValueStatisticsRecorderMBeanDescription - class mx4j.tools.stats.ValueStatisticsRecorderMBeanDescription.
MBean description.
ValueStatisticsRecorderMBeanDescription() - Constructor for class mx4j.tools.stats.ValueStatisticsRecorderMBeanDescription
 
value - Variable in class mx4j.tools.stats.ValueStatisticsRecorder
 

W

WARN - Static variable in class mx4j.log.Logger
 
WEB_CONTAINER_CONFIGURATION - Static variable in class mx4j.tools.remote.http.HTTPConnectorServer
MX4J's implementation uses this property to specify a String that points to the configuration resource used to configure the HTTP server for JSR 160 connectors that use HTTP as transport.
WebContainer - interface mx4j.tools.remote.http.WebContainer.
An Interface for the Web Container so that we can plug in any web container.
waitForNotifications(Object, long) - Method in class mx4j.remote.DefaultRemoteNotificationServerHandler
Called when there are no notifications to send to the client.
warn(Object) - Method in class mx4j.log.Logger
 
warn(Object, Throwable) - Method in class mx4j.log.Logger
 
wildcardMatch(String, String) - Static method in class mx4j.util.Utils
 
write(String) - Method in class mx4j.tools.adaptor.http.HttpOutputStream
Writes a given message line
write(InputStream) - Method in class mx4j.tools.adaptor.http.HttpOutputStream
Writes the content of the input stream to the output stream
writeError(HttpOutputStream, HttpInputStream, Exception) - Method in class mx4j.tools.adaptor.http.DefaultProcessor
 
writeError(HttpOutputStream, HttpInputStream, Exception) - Method in interface mx4j.tools.adaptor.http.ProcessorMBean
The method will process the result exception and produce output.
writeError(HttpOutputStream, HttpInputStream, Exception) - Method in class mx4j.tools.adaptor.http.XSLTProcessor
 
writeFault(Throwable) - Method in interface mx4j.tools.remote.caucho.CauchoOutput
 
writeHeader(String) - Method in interface mx4j.tools.remote.caucho.CauchoOutput
 
writeMethod(String) - Method in interface mx4j.tools.remote.caucho.CauchoOutput
 
writeObject(Object) - Method in interface mx4j.tools.remote.caucho.CauchoOutput
 
writeResponse(HttpOutputStream, HttpInputStream, Document) - Method in class mx4j.tools.adaptor.http.DefaultProcessor
 
writeResponse(HttpOutputStream, HttpInputStream, Document) - Method in interface mx4j.tools.adaptor.http.ProcessorMBean
The method will process the result string and produce an output.
writeResponse(HttpOutputStream, HttpInputStream, Document) - Method in class mx4j.tools.adaptor.http.XSLTProcessor
 
writeSchema(Class, Types) - Method in class mx4j.tools.remote.soap.axis.ser.AttributeListSer
 
writeSchema(Class, Types) - Method in class mx4j.tools.remote.soap.axis.ser.AttributeSer
 
writeSchema(Class, Types) - Method in class mx4j.tools.remote.soap.axis.ser.AxisSerializer
 
writeSchema(Class, Types) - Method in class mx4j.tools.remote.soap.axis.ser.MBeanAttributeInfoSer
 
writeSchema(Class, Types) - Method in class mx4j.tools.remote.soap.axis.ser.MBeanConstructorInfoSer
 
writeSchema(Class, Types) - Method in class mx4j.tools.remote.soap.axis.ser.MBeanInfoSer
 
writeSchema(Class, Types) - Method in class mx4j.tools.remote.soap.axis.ser.MBeanNotificationInfoSer
 
writeSchema(Class, Types) - Method in class mx4j.tools.remote.soap.axis.ser.MBeanOperationInfoSer
 
writeSchema(Class, Types) - Method in class mx4j.tools.remote.soap.axis.ser.MBeanParameterInfoSer
 
writeSchema(Class, Types) - Method in class mx4j.tools.remote.soap.axis.ser.MBeanServerNotificationFilterSer
 
writeSchema(Class, Types) - Method in class mx4j.tools.remote.soap.axis.ser.MBeanServerNotificationSer
 
writeSchema(Class, Types) - Method in class mx4j.tools.remote.soap.axis.ser.MonitorNotificationSer
 
writeSchema(Class, Types) - Method in class mx4j.tools.remote.soap.axis.ser.NotificationFilterSupportSer
 
writeSchema(Class, Types) - Method in class mx4j.tools.remote.soap.axis.ser.NotificationResultSer
 
writeSchema(Class, Types) - Method in class mx4j.tools.remote.soap.axis.ser.NotificationSer
 
writeSchema(Class, Types) - Method in class mx4j.tools.remote.soap.axis.ser.ObjectInstanceSer
 
writeSchema(Class, Types) - Method in class mx4j.tools.remote.soap.axis.ser.ObjectNameSer
 
writeSchema(Class, Types) - Method in class mx4j.tools.remote.soap.axis.ser.PrincipalSer
 
writeSchema(Class, Types) - Method in class mx4j.tools.remote.soap.axis.ser.RelationTypeSupportSer
 
writeSchema(Class, Types) - Method in class mx4j.tools.remote.soap.axis.ser.RoleInfoSer
 
writeSchema(Class, Types) - Method in class mx4j.tools.remote.soap.axis.ser.RoleListSer
 
writeSchema(Class, Types) - Method in class mx4j.tools.remote.soap.axis.ser.RoleResultSer
 
writeSchema(Class, Types) - Method in class mx4j.tools.remote.soap.axis.ser.RoleSer
 
writeSchema(Class, Types) - Method in class mx4j.tools.remote.soap.axis.ser.RoleUnresolvedListSer
 
writeSchema(Class, Types) - Method in class mx4j.tools.remote.soap.axis.ser.RoleUnresolvedSer
 
writeSchema(Class, Types) - Method in class mx4j.tools.remote.soap.axis.ser.SetSer
 
writeSchema(Class, Types) - Method in class mx4j.tools.remote.soap.axis.ser.SubjectSer
 
writeSchema(Class, Types) - Method in class mx4j.tools.remote.soap.axis.ser.TargetedNotificationSer
 
writeSchema(Class, Types) - Method in class mx4j.tools.remote.soap.axis.ser.TimerNotificationSer
 

X

XSLTProcessor - class mx4j.tools.adaptor.http.XSLTProcessor.
XSLTPostProcessor pass the document through an XSLT transformation
XSLTProcessor() - Constructor for class mx4j.tools.adaptor.http.XSLTProcessor
 
XSLTProcessorMBean - interface mx4j.tools.adaptor.http.XSLTProcessorMBean.
Management interface for the XSLTProcessor MBean.
XSLTProcessorMBeanDescription - class mx4j.tools.adaptor.http.XSLTProcessorMBeanDescription.
Management interface descriptions for the XSLTProcessor MBean.
XSLTProcessorMBeanDescription() - Constructor for class mx4j.tools.adaptor.http.XSLTProcessorMBeanDescription
 

A B C D E F G H I J L M N O P Q R S T U V W X

Copyright © 2001-2005 The MX4J Contributors. All Rights Reserved.