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

A

AbstractContextPool - Class in org.jmx4odp.pool
This pool does not implement a getAailableContext method, that is implemented by the overriding class.
AbstractContextPool() - Constructor for class org.jmx4odp.pool.AbstractContextPool
Creates a new instance of ServiceContextContainer
addContext(Context) - Method in class org.jmx4odp.pool.AbstractContextPool
Add a loaded context to this pool.
addContext(Context) - Method in interface org.jmx4odp.pool.ContextPool
Add a loaded context to this pool.
addNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.jmx4odp.dynamicManagement.PropertyReader
 
addNotificationListener(ObjectName, NotificationListener, NotificationFilter, Object) - Method in class org.jmx4odp.j4oNet.MBeanServerInt
 
addNotificationListener(ObjectName, ObjectName, NotificationFilter, Object) - Method in class org.jmx4odp.j4oNet.MBeanServerInt
 
AgentManager - Class in org.jmx4odp.dynamicManagement
This object is a wrapper to MBeanServerFactory.
AgentManager() - Constructor for class org.jmx4odp.dynamicManagement.AgentManager
 
assertHttpAccepted(HttpURLConnection) - Static method in class org.jmx4odp.junitDiagnosticWorkers.HttpClientTest
assertTrue for isHttpStatus(con, java.net.HttpURLConnection.HTTP_ACCEPTED)
assertHttpForbidden(HttpURLConnection) - Static method in class org.jmx4odp.junitDiagnosticWorkers.HttpClientTest
assertTrue for isHttpStatus(con, java.net.HttpURLConnection.HTTP_FORBIDDEN)
assertHttpMovedPerm(HttpURLConnection) - Static method in class org.jmx4odp.junitDiagnosticWorkers.HttpClientTest
assertTrue for isHttpStatus(con, java.net.HttpURLConnection.HTTP_MOVED_PERM)
assertHttpMovedTemp(HttpURLConnection) - Static method in class org.jmx4odp.junitDiagnosticWorkers.HttpClientTest
assertTrue for isHttpStatus(con, java.net.HttpURLConnection.HTTP_MOVED_TEMP)
assertHttpNoString(HttpURLConnection, String) - Static method in class org.jmx4odp.junitDiagnosticWorkers.HttpClientTest
asserts true if the content returned from the HttpURLConnection does not contain the string anywhere in it.
assertHttpNotFound(HttpURLConnection) - Static method in class org.jmx4odp.junitDiagnosticWorkers.HttpClientTest
assertTrue for isHttpStatus(con, java.net.HttpURLConnection.HTTP_NOT_FOUND)
assertHttpOk(HttpURLConnection) - Static method in class org.jmx4odp.junitDiagnosticWorkers.HttpClientTest
assertTrue for isHttpStatus(con, java.net.HttpURLConnection.HTTP_OK)
assertHttpString(HttpURLConnection, String) - Static method in class org.jmx4odp.junitDiagnosticWorkers.HttpClientTest
asserts true if the content returned from the HttpURLConnection contains the string anywhere in it.
assertJdbcConnected(Connection) - Static method in class org.jmx4odp.junitDiagnosticWorkers.JdbcClientTest
This will check the connection for metadata.
assertJdbcIsCurrent(Connection, String, int) - Static method in class org.jmx4odp.junitDiagnosticWorkers.JdbcClientTest
Uses the connection and sql to create a result set.
assertJdbcRecordCountIs(Connection, String, int) - Static method in class org.jmx4odp.junitDiagnosticWorkers.JdbcClientTest
Uses the connection and sql to create a result set.
assertJdbcRecordCountIs(ResultSet, int) - Static method in class org.jmx4odp.junitDiagnosticWorkers.JdbcClientTest
Checks to see if the number of rows returned from the ResultSet is equal to the count
assertJdbcRecordCountIsNoLessThan(Connection, String, int) - Static method in class org.jmx4odp.junitDiagnosticWorkers.JdbcClientTest
Uses the connection and sql to create a result set.
assertJdbcRecordCountIsNoLessThan(ResultSet, int) - Static method in class org.jmx4odp.junitDiagnosticWorkers.JdbcClientTest
Checks to see if the number of rows returned from the ResultSet is greater than or equal to the count
assertJdbcRecordCountIsNoMoreThan(Connection, String, int) - Static method in class org.jmx4odp.junitDiagnosticWorkers.JdbcClientTest
Uses the connection and sql to create a result set.
assertJdbcRecordCountIsNoMoreThan(ResultSet, int) - Static method in class org.jmx4odp.junitDiagnosticWorkers.JdbcClientTest
Checks to see if the number of rows returned from the ResultSet is less than or equal to the count
AutoStartThread - Class in org.jmx4odp.j4oNet
This object starts an internal thread upon creation.
AutoStartThread() - Constructor for class org.jmx4odp.j4oNet.AutoStartThread
creates an internal thread, calls initThread, and then starts the thread in a a while(true) loop.

B

BaseServer - Class in org.jmx4odp.j4oNet
Example server that starts a JMX agent with an HTML adaptor and RMI connector.
BaseServer() - Constructor for class org.jmx4odp.j4oNet.BaseServer
Creates a new instance of SimpleServer
BaseServer(MBeanServer) - Constructor for class org.jmx4odp.j4oNet.BaseServer
Creates a new instance of SimpleServer That uses the already existing mbs as the base MBeanServer.
BasicEjbTest - Class in org.jmx4odp.junitDiagnosticWorkers
This test will fetch the EJB remote handle via a InitialContext.lookup the test if it can fetch the EJBMetaData.
BasicEjbTest() - Constructor for class org.jmx4odp.junitDiagnosticWorkers.BasicEjbTest
Creates a new instance of RemoteObjectTestExample
BasicHttpUrlTest - Class in org.jmx4odp.junitDiagnosticWorkers
This object will fetch a HTTP Url.
BasicHttpUrlTest() - Constructor for class org.jmx4odp.junitDiagnosticWorkers.BasicHttpUrlTest
Creates a new instance of HttpUrlTest
BasicJdbcTest - Class in org.jmx4odp.junitDiagnosticWorkers
This test will connect to a JDBC data source, issue a SQL statement, and make sure that enough rows were returned.
BasicJdbcTest() - Constructor for class org.jmx4odp.junitDiagnosticWorkers.BasicJdbcTest
Creates a new instance of HttpUrlTest
bind(JmxServiceObj) - Method in class org.jmx4odp.j4oNet.JsRegistry
Will bind the jso to the registry.
BroadcastRequestHandler - Class in org.jmx4odp.j4oNet
This object handles all MBeanResolver requests accepted by J4ONet.
BroadcastRequestHandler(JmxServiceObj, DatagramPacket, JsRegistryManagerMBean) - Constructor for class org.jmx4odp.j4oNet.BroadcastRequestHandler
Creates new DiscoveryBroadcastListener
BroadcastResolver - Class in org.jmx4odp.j4oNet
This object takes request for jmx service reolution, and broadcasts it as a UDP packet that a J4ONet object listing on the same broadcast group and port will reply to.
BroadcastResolver() - Constructor for class org.jmx4odp.j4oNet.BroadcastResolver
Creates new BroadcastResolver

C

CACHED - Static variable in interface org.jmx4odp.j4oNet.JsRegistryManagerMBean
 
checkForEjb(Object) - Method in class org.jmx4odp.dynamicManagement.RemoteObjectFetcher
Check the object to see if it's class name ends in "Home".
checkIfContextIsUp(Context) - Method in class org.jmx4odp.pool.AbstractContextPool
This is a utility function mostly intended for subclasses.
clone() - Method in class org.jmx4odp.j4oNet.JmxServiceObj
 
connect() - Method in class org.jmx4odp.j4oNet.MBeanServerInt
If the JmxServiceObj contains a MBeanServer, it will be set as the facades MBeanServer, else if the JmxServiceObj contains a remoteAdaptorURL, it will try to connect to the remote server.
connect() - Method in class org.jmx4odp.j4oNet.ProxyInvocationHandler
Use the JSO to rebuild the MBeanServerInt and get a new connection
contains(String) - Method in class org.jmx4odp.dynamicManagement.PropertyReader
 
containsKey(String) - Method in class org.jmx4odp.j4oNet.JmxServiceObj
 
ContextPool - Interface in org.jmx4odp.pool
This is for objects that hold pools of Contexts that represent a pool of potential services.
createEjb(Object, String) - Method in class org.jmx4odp.dynamicManagement.RemoteObjectFetcher
Use the RemoteInterface to find the homeInterface (RemoteInterface.getName() + "Home") and then use the HomeInterface's class definition to invoke the create() method on the HomeObject to return the EJB remote interface.
createEjb(Object, Class) - Method in class org.jmx4odp.dynamicManagement.RemoteObjectFetcher
Use the RemoteInterface to find the homeInterface (RemoteInterface.getName() + "Home") and then use the HomeInterface's class definition to invoke the create() method on the HomeObject to return the EJB remote interface.
createEjb(Object, Class, Object[]) - Method in class org.jmx4odp.dynamicManagement.RemoteObjectFetcher
Use the RemoteInterface to find the homeInterface (RemoteInterface.getName() + "Home") and then use the HomeInterface's class definition to invoke the create() method on the HomeObject to return the EJB remote interface.
createInstance(String, Object) - Method in class org.jmx4odp.j4oNet.ProxyManager
Given a String to create a valid ObjectName and a valid proxy, it will create a new MBean on the MBean server and return a JSO with the new ObjectInstance
createMBean(String, String) - Method in class org.jmx4odp.dynamicManagement.ModelBeanFactory
Instantiate a new instance of the className, create a model mbean for it, and register it with the objectName to the local agent.
createMBean(String, String, String) - Method in class org.jmx4odp.dynamicManagement.ModelBeanFactory
Fetch a RemoteObject, create a ModelMBean, and register it with the local JMX agent.
createMBean(String, String, String, String) - Method in class org.jmx4odp.dynamicManagement.ModelBeanFactory
Fetch an EJB, create a ModelMBean, and register it with the local JMX agent.
createMBean(String, String) - Method in interface org.jmx4odp.dynamicManagement.ModelBeanFactoryMBean
 
createMBean(String, String, String) - Method in interface org.jmx4odp.dynamicManagement.ModelBeanFactoryMBean
 
createMBean(String, String, String, String) - Method in interface org.jmx4odp.dynamicManagement.ModelBeanFactoryMBean
 
createMBean(Object) - Method in class org.jmx4odp.dynamicManagement.ObjectIntrospector
This is the equivalent of calling createMBean(object, ObjectIntrospector.JMX_CURRENT)
createMBean(Object, int) - Method in class org.jmx4odp.dynamicManagement.ObjectIntrospector
Will use introspection to determine the methods and attributes of the object and return an RequiredModelMBean that can manage the object.

JMX 1.1 and 1.2 use different ModelMBean setups.
createMBean(String, ObjectName, ObjectName) - Method in class org.jmx4odp.j4oNet.MBeanServerInt
 
createMBean(String, ObjectName) - Method in class org.jmx4odp.j4oNet.MBeanServerInt
 
createMBean(String, ObjectName, Object[], String[]) - Method in class org.jmx4odp.j4oNet.MBeanServerInt
 
createMBean(String, ObjectName, ObjectName, Object[], String[]) - Method in class org.jmx4odp.j4oNet.MBeanServerInt
 
createMBeanServer() - Static method in class org.jmx4odp.dynamicManagement.AgentManager
equivalent to createMBeanServer(null)
createMBeanServer(String) - Static method in class org.jmx4odp.dynamicManagement.AgentManager
Will return an MBeanServer.
createNewInstance(String) - Method in class org.jmx4odp.j4oNet.ProxyInvocationHandler
create a new instance of the MBean described in the JmxServiceObj.getClassName() on the proxied agent.

D

DaemonProcessor - Interface in org.jmx4odp.daemonProcess
 
DEFAULT_DOMAIN - Static variable in class org.jmx4odp.dynamicManagement.AgentManager
 
deserialize(String, ObjectName, byte[]) - Method in class org.jmx4odp.j4oNet.MBeanServerInt
 
deserialize(String, byte[]) - Method in class org.jmx4odp.j4oNet.MBeanServerInt
 
deserialize(ObjectName, byte[]) - Method in class org.jmx4odp.j4oNet.MBeanServerInt
 
destroy() - Method in class org.jmx4odp.dynamicManagement.PropertyReader
remove any resources attributed to this object
disconnect() - Method in class org.jmx4odp.j4oNet.MBeanServerInt
does nothing if the remote mbean server is null.
disconnect() - Method in class org.jmx4odp.j4oNet.ProxyInvocationHandler
If the remote connection to the agent represented by the JmxServiceObj is not null, then close the current one.
discoverServices(JmxServiceObj) - Method in class org.jmx4odp.j4oNet.BroadcastResolver
 
doCycle() - Method in class org.jmx4odp.j4oNet.AutoStartThread
This is overridden by the extending class.
doLoop() - Method in interface org.jmx4odp.daemonProcess.DaemonProcessor
 
DOWN_SERVICE_RETRY_WAIT - Static variable in interface org.jmx4odp.pool.ContextPool
 

F

FailMessageTest - Class in org.jmx4odp.junitDiagnosticWorkers
This class is not really a test.
FailMessageTest() - Constructor for class org.jmx4odp.junitDiagnosticWorkers.FailMessageTest
Creates a new instance of FailMessageTest
fetchEjb(String, String, String) - Method in class org.jmx4odp.dynamicManagement.RemoteObjectFetcher
This is a shortcut method.
fetchJndiTree() - Method in class org.jmx4odp.dynamicManagement.RemoteObjectFetcher
This method will use the InitialContext to locate a registry.
fetchJndiTree(String) - Method in class org.jmx4odp.dynamicManagement.RemoteObjectFetcher
This method will use the InitialContext updated with the supplied PROVIDER_URL to locate a registry.
fetchJndiTree(InitialContext) - Method in class org.jmx4odp.dynamicManagement.RemoteObjectFetcher
Use the supplied InitialContext to locate a registry.
fetchObject(String) - Method in class org.jmx4odp.dynamicManagement.RemoteObjectFetcher
Use the InitialContext to lookup the object with the jndiName
fetchObject(String, String) - Method in class org.jmx4odp.dynamicManagement.RemoteObjectFetcher
Update the InitialContext with the following url as the PROVIDER_URL and lookup the object with jndiName.
fetchObject(String, InitialContext) - Method in class org.jmx4odp.dynamicManagement.RemoteObjectFetcher
Use the following InitialContext and JndiName to lookup an object
finalize() - Method in class org.jmx4odp.j4oNet.MBeanServerInt
 
finalize() - Method in class org.jmx4odp.j4oNet.ProxyInvocationHandler
 
findMBeanByClass(String) - Method in class org.jmx4odp.j4oNet.TestExample
using the name of the class provided, it will use the J4ONet's JsRegistryManager to locate all MBeans in the network that are either of or inherited from this class.
findMBeanByClass(String) - Method in interface org.jmx4odp.j4oNet.TestExampleMBean
 
findMBeanServer(String) - Static method in class org.jmx4odp.dynamicManagement.AgentManager
return an list of all MBeanServers held by this factory that have this agentID.
fromDataString(String) - Method in class org.jmx4odp.j4oNet.JmxServiceObj
Will configure this JSO from a data string
fullResolveMBeans(JmxServiceObj) - Method in class org.jmx4odp.j4oNet.JsRegistryManager
Use all active resolvers to resolve this jso
fullResolveMBeans(JmxServiceObj) - Method in interface org.jmx4odp.j4oNet.JsRegistryManagerMBean
 

G

get(String) - Method in class org.jmx4odp.j4oNet.JmxServiceObj
 
getActive() - Method in class org.jmx4odp.j4oNet.MBeanResolver
 
getActive() - Method in interface org.jmx4odp.j4oNet.MBeanResolverMBean
 
getAgentRegistry() - Method in class org.jmx4odp.j4oNet.JsResgistryResolver
 
getAttribute(ObjectName, String) - Method in class org.jmx4odp.j4oNet.MBeanServerInt
 
getAttributes() - Method in class org.jmx4odp.j4oNet.JmxServiceObj
get the entire attribute set as a hashtable
getAttributes(ObjectName, String[]) - Method in class org.jmx4odp.j4oNet.MBeanServerInt
 
getAvailableContext() - Method in class org.jmx4odp.pool.AbstractContextPool
This needs to be implemented by whatever the strategey of the child class is.
getAvailableContext() - Method in interface org.jmx4odp.pool.ContextPool
This is an ORDERED pool.
getAvailableContext() - Method in class org.jmx4odp.pool.OrderedContextPool
This is an ORDERED pool.
getAvailableContext() - Method in class org.jmx4odp.pool.RoundRobbinContextPool
This is a ROUND ROBIN pool.
getBoolean(String) - Method in class org.jmx4odp.dynamicManagement.PropertyReader
Tries to parse the data as a boolean.
getBoolean(String, boolean) - Method in class org.jmx4odp.dynamicManagement.PropertyReader
Tries to parse the data as a boolean.
getBroadcastReplyTimeout() - Method in class org.jmx4odp.j4oNet.J4ONet
Access timeount in ms for broadcast replies.
getBroadcastReplyTimeout() - Method in interface org.jmx4odp.j4oNet.J4ONetMBean
 
getCachable() - Method in class org.jmx4odp.j4oNet.MBeanResolver
 
getCachable() - Method in interface org.jmx4odp.j4oNet.MBeanResolverMBean
 
getClassLoader(ObjectName) - Method in class org.jmx4odp.j4oNet.MBeanServerInt
 
getClassLoaderFor(ObjectName) - Method in class org.jmx4odp.j4oNet.MBeanServerInt
 
getClassLoaderRepository() - Method in class org.jmx4odp.j4oNet.MBeanServerInt
 
getClassName() - Method in class org.jmx4odp.j4oNet.JmxServiceObj
 
getConfig() - Method in class org.jmx4odp.j4oNet.J4ONet
Access the JSO configuration for this agent.
getConfig() - Method in interface org.jmx4odp.j4oNet.J4ONetMBean
 
getConfJso() - Method in class org.jmx4odp.j4oNet.MBeanServerInt
 
getConnection(String) - Method in class org.jmx4odp.junitDiagnosticWorkers.JdbcClientTest
The same as calling getConnectionHashtable(getConnectionParameters(resourceBundle))
getConnection(String, String, String, String) - Method in class org.jmx4odp.junitDiagnosticWorkers.JdbcClientTest
 
getConnectionHashtable(HashMap) - Method in class org.jmx4odp.junitDiagnosticWorkers.JdbcClientTest
Uses a hashmap with the keyed strings of: driverName, url, username, and password to create a JDBC connection
getConnectionParameters(String) - Method in class org.jmx4odp.junitDiagnosticWorkers.JdbcClientTest
Get the connection paramters from a resourceBundle.
getContext(int) - Method in class org.jmx4odp.pool.AbstractContextPool
Given an index it will return this specific context from the pool.
getContext(String) - Method in class org.jmx4odp.pool.AbstractContextPool
Given an index it will return this specific ontext from the pool
getContext(Context) - Method in class org.jmx4odp.pool.AbstractContextPool
Given a context, it will look for the INSTANCE_ID property and find the matching context in the pool.
getContext(int) - Method in interface org.jmx4odp.pool.ContextPool
Given an index it will return this context from the pool
getContext(String) - Method in interface org.jmx4odp.pool.ContextPool
Given an index it will return this context from the pool
getContext(Context) - Method in interface org.jmx4odp.pool.ContextPool
Given a context, it will look for the INSTANCE_ID property and find the matching context in the pool.
getCreateDate() - Method in class org.jmx4odp.dynamicManagement.PropertyReader
 
getDaemonProcessor() - Method in class org.jmx4odp.daemonProcess.SleepLoop
The object that is called once per cycle
getDaemonProcessor() - Method in interface org.jmx4odp.daemonProcess.SleepLoopMBean
 
getDefaultDomain() - Static method in class org.jmx4odp.dynamicManagement.AgentManager
 
getDefaultDomain() - Method in class org.jmx4odp.j4oNet.MBeanServerInt
 
getDefaultDomain() - Method in class org.jmx4odp.j4oNet.MBeanServerManager
 
getDirectReference() - Method in class org.jmx4odp.j4oNet.JmxServiceObj
 
getDocument(String) - Method in class org.jmx4odp.j4oNet.XmlDataLoader
Give the URL complient String for an XML document's location, this will return an Document object
getDocument(URL) - Method in class org.jmx4odp.j4oNet.XmlDataLoader
Will return an XML document object for a XML file found at the URL's location.
getDocument(File) - Method in class org.jmx4odp.j4oNet.XmlDataLoader
Will return an XML document object for a XML file.
getDocument(InputStream) - Method in class org.jmx4odp.j4oNet.XmlDataLoader
Will return an XML document object for a XML file read from the InputStream.
getDomains() - Method in class org.jmx4odp.j4oNet.MBeanServerInt
 
getDouble(String) - Method in class org.jmx4odp.dynamicManagement.PropertyReader
 
getDouble(String, double) - Method in class org.jmx4odp.dynamicManagement.PropertyReader
Tries to parse the data as a double.
getDriverName() - Method in class org.jmx4odp.junitDiagnosticWorkers.BasicJdbcTest
Access the jdbc driver name.
getFloat(String) - Method in class org.jmx4odp.dynamicManagement.PropertyReader
 
getFloat(String, float) - Method in class org.jmx4odp.dynamicManagement.PropertyReader
Tries to parse the data as a float.
getHashcode() - Method in class org.jmx4odp.j4oNet.J4ONet
 
getHashcode() - Method in interface org.jmx4odp.j4oNet.J4ONetMBean
 
getHashcode() - Method in class org.jmx4odp.j4oNet.JsRegistryManager
 
getHashcode() - Method in interface org.jmx4odp.j4oNet.JsRegistryManagerMBean
 
getHtmlAdaptorPort() - Static method in class org.jmx4odp.dynamicManagement.AgentManager
Getter for property htmlAdaptorPort.
getHtmlPort() - Method in class org.jmx4odp.dynamicManagement.SimpleEjbManager
 
getHtmlPort() - Method in class org.jmx4odp.dynamicManagement.SimpleJndiManager
 
getHtmlPort() - Method in class org.jmx4odp.dynamicManagement.SimpleServer
 
getHtmlPort() - Method in class org.jmx4odp.j4oNet.BaseServer
 
getInetAddress(String) - Method in class org.jmx4odp.j4oNet.JmxServiceObj
return an attribute cast as an InetAddress
getInitialJmxServiceObj() - Method in class org.jmx4odp.j4oNet.InitialJsRegistry
This will return a JSO that contains the information in the InitialJsRegistry.properties file.
getInitialRegistryManager() - Method in class org.jmx4odp.j4oNet.InitialJsRegistry
This is the same as calling getInitialRegistryManager((MBeanServer) null)
getInitialRegistryManager(MBeanServer) - Method in class org.jmx4odp.j4oNet.InitialJsRegistry
If the MBeanServer is null, it will use the MBeanServerManager to try to find the one it started in the JVM.
getInitialRegistryManager(JmxServiceObj) - Method in class org.jmx4odp.j4oNet.InitialJsRegistry
The information in the JSO will override the information in the InitialJsRegistry.properties file.
getInt(String) - Method in class org.jmx4odp.dynamicManagement.PropertyReader
Tries to parse the data as a int.
getInt(String, int) - Method in class org.jmx4odp.dynamicManagement.PropertyReader
Tries to parse the data as a int.
getInt(String) - Method in class org.jmx4odp.j4oNet.JmxServiceObj
return an attribute cast as an int, return -1 if there is an error or no such attribute
getJmxConnector() - Method in class org.jmx4odp.j4oNet.MBeanServerInt
Getter for property jmxConnector.
getJmxServiceObj(Object) - Method in class org.jmx4odp.j4oNet.ProxyManager
Given a proxy object, it will return the JmxServiceObject used to make that proxy.
getJMXServiceURL() - Method in class org.jmx4odp.j4oNet.BaseServer
Format the url as "service:jmx:rmi://localhost:0/jndi/rmi://localhost:" + getRmiPort() + "/" + getRmiPort();
getJmxServiveObj() - Method in class org.jmx4odp.j4oNet.ProxyInvocationHandler
 
getJndiName() - Method in class org.jmx4odp.junitDiagnosticWorkers.BasicEjbTest
Access the JNDI name for the EJB's remote home
getKeyValues() - Method in class org.jmx4odp.dynamicManagement.PropertyReader
 
getKnownAgents() - Method in class org.jmx4odp.j4oNet.JsRegistryManager
 
getKnownMBeans() - Method in class org.jmx4odp.j4oNet.JsRegistryManager
Get a list of the MBeans that have already been discovered and their locations cached in the jsRegistry.
getLastRemoteException() - Method in class org.jmx4odp.j4oNet.MBeanServerInt
If a remote exception happens, it cannot always be thrown because of the interfaces.
getLocalConfig() - Method in class org.jmx4odp.j4oNet.BroadcastResolver
 
getLocalMBeanServer() - Method in class org.jmx4odp.j4oNet.MBeanServerManager
The same as calling getLocalMBeanServer(false);
getLocalMBeanServer(boolean) - Method in class org.jmx4odp.j4oNet.MBeanServerManager
This will return the MBeanServer created by this class.
getLong(String) - Method in class org.jmx4odp.dynamicManagement.PropertyReader
Tries to parse the data as a long.
getLong(String, long) - Method in class org.jmx4odp.dynamicManagement.PropertyReader
Tries to parse the data as a long.
getMBeanCount() - Method in class org.jmx4odp.j4oNet.MBeanServerInt
 
getMBeanInfo(ObjectName) - Method in class org.jmx4odp.j4oNet.MBeanServerInt
 
getMbeanRegistry() - Method in class org.jmx4odp.j4oNet.JsResgistryResolver
 
getMBeanServer() - Static method in class org.jmx4odp.dynamicManagement.AgentManager
Equivalent to createMBeanServer()
getMBeanServer() - Method in class org.jmx4odp.j4oNet.JmxServiceObj
 
getMBeanServer() - Method in class org.jmx4odp.j4oNet.MBeanServerInt
get the mbeanserver that may be being used by the facade
getMBeanServerConnection() - Method in class org.jmx4odp.j4oNet.MBeanServerInt
get the mbeanserverconnection that be being used by the facade
getMBeanServerInt() - Method in class org.jmx4odp.j4oNet.ProxyInvocationHandler
 
getMessage() - Method in class org.jmx4odp.junitDiagnosticWorkers.FailMessageTest
 
getMngmtBuilderInitial() - Static method in class org.jmx4odp.dynamicManagement.AgentManager
Getter for property mngmtBuilderInitial.
getMultiCastGroup() - Method in class org.jmx4odp.j4oNet.J4ONet
Access the multicast group address for this agent
getMultiCastGroup() - Method in interface org.jmx4odp.j4oNet.J4ONetMBean
 
getMultiCastGroup() - Method in class org.jmx4odp.j4oNet.JmxServiceObj
 
getMultiCastGroupName() - Method in class org.jmx4odp.j4oNet.J4ONet
 
getMultiCastGroupName() - Method in interface org.jmx4odp.j4oNet.J4ONetMBean
 
getMultiCastListenPort() - Method in class org.jmx4odp.j4oNet.J4ONet
Access the multicast port for this agent
getMultiCastListenPort() - Method in interface org.jmx4odp.j4oNet.J4ONetMBean
 
getMultiCastListenPort() - Method in class org.jmx4odp.j4oNet.JmxServiceObj
 
getNameSpace() - Method in class org.jmx4odp.j4oNet.J4ONet
 
getNameSpace() - Method in interface org.jmx4odp.j4oNet.J4ONetMBean
 
getNameSpace() - Method in class org.jmx4odp.j4oNet.JmxServiceObj
 
getNameSpace() - Method in class org.jmx4odp.j4oNet.MBeanResolver
 
getNameSpace() - Method in interface org.jmx4odp.j4oNet.MBeanResolverMBean
 
getNetworkDomain() - Method in class org.jmx4odp.j4oNet.J4ONet
 
getNetworkDomain() - Method in interface org.jmx4odp.j4oNet.J4ONetMBean
 
getNetworkDomain() - Method in class org.jmx4odp.j4oNet.JmxServiceObj
 
getNotificationInfo() - Method in class org.jmx4odp.dynamicManagement.PropertyReader
 
getNumberOfServices() - Method in class org.jmx4odp.pool.AbstractContextPool
 
getNumberOfServices() - Method in interface org.jmx4odp.pool.ContextPool
 
getObjectInstance() - Method in class org.jmx4odp.j4oNet.JmxServiceObj
 
getObjectInstance(ObjectName) - Method in class org.jmx4odp.j4oNet.MBeanServerInt
 
getObjectInstance() - Method in class org.jmx4odp.j4oNet.ProxyInvocationHandler
If there is an ObjectInstance in the JmxServiceObj, it will return this, else it will try to aquire an ObjectInstance from the MBeanServerInt via the jmxServiceObj.getObjectName(), else it will return a null
getObjectName() - Method in class org.jmx4odp.dynamicManagement.PropertyReader
 
getObjectName() - Method in class org.jmx4odp.j4oNet.JmxServiceObj
 
getPassword() - Method in class org.jmx4odp.junitDiagnosticWorkers.BasicJdbcTest
Access the jdbc source password.
getPrefixedProperties(String) - Method in class org.jmx4odp.dynamicManagement.PropertyReader
 
getProperties() - Static method in class org.jmx4odp.dynamicManagement.AgentManager
 
getProperties() - Method in class org.jmx4odp.dynamicManagement.PropertyReader
return the properties set as a Properties object.
getPropertiesByKeyName(String) - Method in class org.jmx4odp.dynamicManagement.PropertyReader
 
getPropertiesByKeyName(String, String) - Method in class org.jmx4odp.dynamicManagement.PropertyReader
 
getPropertyNames() - Method in class org.jmx4odp.dynamicManagement.PropertyReader
 
getPropertyReader(String) - Static method in class org.jmx4odp.dynamicManagement.PropertyReaderFactory
same as getpropertyReader(resource, true);
getPropertyReader(String, boolean) - Static method in class org.jmx4odp.dynamicManagement.PropertyReaderFactory
Get a propertyReader from a resource bundle.
getPropertyReader(HashMap) - Static method in class org.jmx4odp.dynamicManagement.PropertyReaderFactory
Create a new property reader based upon this hash map.
getPropertyReader(Class, String) - Static method in class org.jmx4odp.dynamicManagement.PropertyReaderFactory
Get a propertyReader from a resource bundle.
getPropertyReader(Class, HashMap) - Static method in class org.jmx4odp.dynamicManagement.PropertyReaderFactory
Create a new property reader based upon this hash map.
getPropertyString() - Method in class org.jmx4odp.dynamicManagement.PropertyReader
 
getProtocolVersion() - Method in class org.jmx4odp.j4oNet.BroadcastResolver
Return the version of the dicovery protocol that is in use by this object.
getProviderUrl() - Method in class org.jmx4odp.junitDiagnosticWorkers.BasicEjbTest
Access the Context.PROVIDER_URL of the initial context used to lookup the remote home
getProxy(JmxServiceObj) - Method in class org.jmx4odp.j4oNet.ProxyManager
If jso.getClassName() is not null, it will use it + "MBean" as the interface class, else it will use the jso.getObjectInstance()).getClassName() + "MBean" to determine the interface for the MBean.
getProxy(JmxServiceObj, Class) - Method in class org.jmx4odp.j4oNet.ProxyManager
This method will get use the interfaceClass argument to define the proxy class that is generated.
getProxy(JmxServiceObj, Class[]) - Method in class org.jmx4odp.j4oNet.ProxyManager
This method will get use the multiple Class objects in the interfaces array to define the proxy class that is generated.
getRating() - Method in class org.jmx4odp.j4oNet.J4ONet
Access the rating for this agent
getRating() - Method in interface org.jmx4odp.j4oNet.J4ONetMBean
 
getRating() - Method in class org.jmx4odp.j4oNet.JmxServiceObj
The rating of this JSO agent
getRegistryManager() - Method in class org.jmx4odp.j4oNet.J4ONet
 
getRegistryManager() - Method in interface org.jmx4odp.j4oNet.J4ONetMBean
 
getRemoteAdaptorAddress() - Method in class org.jmx4odp.j4oNet.J4ONet
Access the remote adaptor address fro this agent.
getRemoteAdaptorAddress() - Method in interface org.jmx4odp.j4oNet.J4ONetMBean
 
getRemoteAdaptorAddress() - Method in class org.jmx4odp.j4oNet.JmxServiceObj
 
getRemoteAdaptorPort() - Method in class org.jmx4odp.j4oNet.J4ONet
Access the remote adaptor address fro this agent.
getRemoteAdaptorPort() - Method in interface org.jmx4odp.j4oNet.J4ONetMBean
 
getRemoteAdaptorPort() - Method in class org.jmx4odp.j4oNet.JmxServiceObj
 
getRemoteAdaptorProtocol() - Method in class org.jmx4odp.j4oNet.JmxServiceObj
 
getRemoteAdaptorUrl() - Method in class org.jmx4odp.j4oNet.JmxServiceObj
If the JSO is a remote service, this url should point to its agent If this has been explicitly set, it will return the explictly set one.
getRemoteObject(String, String) - Method in class org.jmx4odp.junitDiagnosticWorkers.RemoteObjectTest
This will return a remoteObject from a initialConxt.lookup().
getRemoteObject(String, Hashtable) - Method in class org.jmx4odp.junitDiagnosticWorkers.RemoteObjectTest
This will return a remoteObject from a initialConxt.lookup().
getRemoteObject(String) - Method in class org.jmx4odp.junitDiagnosticWorkers.RemoteObjectTest
This will use the default InitialContext to lookup the jndi name and return the remoteObject.
getRemoteObject(InitialContext, String) - Method in class org.jmx4odp.junitDiagnosticWorkers.RemoteObjectTest
the same as initialContext.lookip(jndiName)
getResourceName() - Method in class org.jmx4odp.dynamicManagement.PropertyReader
 
getRmiConnectorPort() - Static method in class org.jmx4odp.dynamicManagement.AgentManager
Getter for property rmiConnectorPort.
getRmiPort() - Method in class org.jmx4odp.j4oNet.BaseServer
 
getSelectSql() - Method in class org.jmx4odp.junitDiagnosticWorkers.BasicJdbcTest
Access the sql select statement that is run on the datasource
getSelectThreshold() - Method in class org.jmx4odp.junitDiagnosticWorkers.BasicJdbcTest
Access the ammount of rows that need to be returned for a valid requests.
getServiceName() - Method in class org.jmx4odp.pool.AbstractContextPool
Getter for property serviceName.
getServiceName() - Method in interface org.jmx4odp.pool.ContextPool
Getter for property serviceName.
getShort(String) - Method in class org.jmx4odp.dynamicManagement.PropertyReader
 
getShort(String, short) - Method in class org.jmx4odp.dynamicManagement.PropertyReader
Tries to parse the data as a short.
getSleepCount() - Method in class org.jmx4odp.daemonProcess.SleepLoop
The ammount of time in ms to sleep between each loop.
getSleepCount() - Method in interface org.jmx4odp.daemonProcess.SleepLoopMBean
 
getStatus(int) - Method in class org.jmx4odp.pool.AbstractContextPool
return the status of the instance at the given index
getStatus(String) - Method in class org.jmx4odp.pool.AbstractContextPool
return the status of the instance at the given index
getStatus(Context) - Method in class org.jmx4odp.pool.AbstractContextPool
Given a context, it will return the status of this context: STATUS_UNKOWN, STATUS_UP, or STATUS_DOWN
getStatus(int) - Method in interface org.jmx4odp.pool.ContextPool
return the status of the instance at the given index
getStatus(String) - Method in interface org.jmx4odp.pool.ContextPool
return the status of the instance at the given index
getStatus(Context) - Method in interface org.jmx4odp.pool.ContextPool
Given a context, it will return the status of this context: STATUS_UNKOWN, STATUS_UP, or STATUS_DOWN
getString(String) - Method in class org.jmx4odp.dynamicManagement.PropertyReader
Tries to parse the data as a String.
getString(String, String) - Method in class org.jmx4odp.dynamicManagement.PropertyReader
Tries to parse the data as a String.
getString(String) - Method in class org.jmx4odp.j4oNet.JmxServiceObj
return an attribute cast as an String
getThreadSleepCount() - Method in class org.jmx4odp.j4oNet.AutoStartThread
Get the number of ms the while loop sleeps between cycles.
getThreshHold() - Method in class org.jmx4odp.j4oNet.MBeanResolver
 
getType() - Method in class org.jmx4odp.j4oNet.J4ONet
Access the type for this agent.
getType() - Method in interface org.jmx4odp.j4oNet.J4ONetMBean
 
getType() - Method in class org.jmx4odp.j4oNet.JmxServiceObj
The code for this type of JSO agent
getUrl() - Method in class org.jmx4odp.junitDiagnosticWorkers.BasicHttpUrlTest
Access the http url to test
getUrl() - Method in class org.jmx4odp.junitDiagnosticWorkers.BasicJdbcTest
Access the jdbc source url.
getUrlConnection(String) - Method in class org.jmx4odp.junitDiagnosticWorkers.HttpClientTest
Get a HttpConnection object based on the URL from the string.
getUrlConnection(URL) - Method in class org.jmx4odp.junitDiagnosticWorkers.HttpClientTest
Get a HttpConnection object based on the URL.
getUsername() - Method in class org.jmx4odp.junitDiagnosticWorkers.BasicJdbcTest
Access the jdbc source username.
getVerbose() - Method in class org.jmx4odp.j4oNet.BaseServer
 

H

handleAgentRequest(JmxServiceObj) - Method in class org.jmx4odp.j4oNet.BroadcastResolver
 
handleAgentRequest(JmxServiceObj) - Method in class org.jmx4odp.j4oNet.JsResgistryResolver
 
handleAgentRequest(JmxServiceObj) - Method in class org.jmx4odp.j4oNet.MBeanResolver
 
handleAgentRequest(JmxServiceObj) - Method in class org.jmx4odp.j4oNet.MBeanServerResolver
This method will return an array of the matching JMX Agent as a JSO as the only element in the array
handleMBeanRequest(JmxServiceObj) - Method in class org.jmx4odp.j4oNet.BroadcastResolver
 
handleMBeanRequest(JmxServiceObj) - Method in class org.jmx4odp.j4oNet.JsResgistryResolver
 
handleMBeanRequest(JmxServiceObj) - Method in class org.jmx4odp.j4oNet.MBeanResolver
this is what all the children MBeanResolvers should over write.
handleMBeanRequest(JmxServiceObj) - Method in class org.jmx4odp.j4oNet.MBeanServerResolver
This method looks for all the JMX MBeans that match the criteria, and place their JSO in an array.
handleRequest(JmxServiceObj) - Method in class org.jmx4odp.j4oNet.BroadcastResolver
 
handleRequest(JmxServiceObj, JsRegistry) - Method in class org.jmx4odp.j4oNet.JsResgistryResolver
 
HIGH_ALL - Static variable in interface org.jmx4odp.j4oNet.JsRegistryManagerMBean
 
HTML_ADAPTOR_PORT - Static variable in class org.jmx4odp.dynamicManagement.AgentManager
 
HttpClientTest - Class in org.jmx4odp.junitDiagnosticWorkers
Extend or implement this test class for tests of HTTP services
HttpClientTest() - Constructor for class org.jmx4odp.junitDiagnosticWorkers.HttpClientTest
Creates a new instance of HttpClient
HttpClientTestExample - Class in org.jmx4odp.junitDiagnosticWorkers
 
HttpClientTestExample() - Constructor for class org.jmx4odp.junitDiagnosticWorkers.HttpClientTestExample
Creates a new instance of HttpClientTestExample

I

init(String) - Method in class org.jmx4odp.dynamicManagement.PropertyReader
same as init(resource, true);
init(String, boolean) - Method in class org.jmx4odp.dynamicManagement.PropertyReader
Initializes the PropertyReader with the location of a properties file as a resource
init(HashMap) - Method in class org.jmx4odp.dynamicManagement.PropertyReader
initializes the PropertyReader with a HashMap of key/value pairs.
initialize() - Static method in class org.jmx4odp.dynamicManagement.PropertyReaderFactory
If possible, create the hash cache for PropertyReaders and register itself as a MBean with the local JMX agent.
InitialJsRegistry - Class in org.jmx4odp.j4oNet
This file reads the InitialJsRegistry.properties file to return a proxy to the established JsRegistryManager.
InitialJsRegistry() - Constructor for class org.jmx4odp.j4oNet.InitialJsRegistry
Creates new InitialRegistry
inNameSpace(JmxServiceObj) - Method in class org.jmx4odp.j4oNet.MBeanResolver
if the jso is null, it returns a false.
INSTANCE_ID - Static variable in interface org.jmx4odp.pool.ContextPool
 
instantiate(String, ObjectName) - Method in class org.jmx4odp.j4oNet.MBeanServerInt
 
instantiate(String) - Method in class org.jmx4odp.j4oNet.MBeanServerInt
 
instantiate(String, ObjectName, Object[], String[]) - Method in class org.jmx4odp.j4oNet.MBeanServerInt
 
instantiate(String, Object[], String[]) - Method in class org.jmx4odp.j4oNet.MBeanServerInt
 
instantiateRemoteClient(JmxServiceObj) - Method in class org.jmx4odp.j4oNet.MBeanServerInt
If the JmxServiceObj contains the information for creating a JMXConnector, then create one and grab a MBeanServerConnection.
invoke(ObjectName, String, Object[], String[]) - Method in class org.jmx4odp.j4oNet.MBeanServerInt
 
invoke(Object, Method, Object[]) - Method in class org.jmx4odp.j4oNet.ProxyInvocationHandler
 
isActive() - Method in class org.jmx4odp.j4oNet.J4ONet
Return true if thsi MBean is handling requests
isActive() - Method in interface org.jmx4odp.j4oNet.J4ONetMBean
 
isAgent() - Method in class org.jmx4odp.j4oNet.JmxServiceObj
returns true if ObjectName and ClassName are null, meaning that this is an agentID and not an MBeanID
isBound(JmxServiceObj) - Method in class org.jmx4odp.j4oNet.JsRegistry
Returns true if this object's key is bound in the registry
isBound(String) - Method in class org.jmx4odp.j4oNet.JsRegistry
Returns true if this key is bound in the registry
isHttpStatus(HttpURLConnection, int) - Static method in class org.jmx4odp.junitDiagnosticWorkers.HttpClientTest
returns a true if the HttpUrlConnection status is the same as the status passed in.
isInstanceOf(ObjectName, String) - Method in class org.jmx4odp.j4oNet.MBeanServerInt
 
isRegistered(ObjectName) - Method in class org.jmx4odp.j4oNet.MBeanServerInt
 
isRemote() - Method in class org.jmx4odp.j4oNet.MBeanServerInt
 

J

J4ONet - Class in org.jmx4odp.j4oNet
This is the basic Peer to Peer network module.
J4ONet() - Constructor for class org.jmx4odp.j4oNet.J4ONet
Creates new DiscoveryService
J4ONetMBean - Interface in org.jmx4odp.j4oNet
 
JdbcClientTest - Class in org.jmx4odp.junitDiagnosticWorkers
Extend or implement this test class for tests of JDBC services
JdbcClientTest() - Constructor for class org.jmx4odp.junitDiagnosticWorkers.JdbcClientTest
Creates a new instance of HttpClient
JdbcClientTestExample - Class in org.jmx4odp.junitDiagnosticWorkers
 
JdbcClientTestExample() - Constructor for class org.jmx4odp.junitDiagnosticWorkers.JdbcClientTestExample
Creates a new instance of JdbcClientTestExample
JMX_1_1 - Static variable in class org.jmx4odp.dynamicManagement.ObjectIntrospector
 
JMX_1_2 - Static variable in class org.jmx4odp.dynamicManagement.ObjectIntrospector
 
JMX_CURRENT - Static variable in class org.jmx4odp.dynamicManagement.ObjectIntrospector
The most current supported JMX standard (currently, 1.2)
JMX_MANAGEMENT_BUILDER - Static variable in class org.jmx4odp.dynamicManagement.AgentManager
 
JmxServiceObj - Class in org.jmx4odp.j4oNet
This is an object that represents a JMX accesable service: MBean or Agent This data container holds all the data needed to locate a JMX server or any of it's MBean services.
JmxServiceObj() - Constructor for class org.jmx4odp.j4oNet.JmxServiceObj
Creates new JmxServiceObj
JsRegistry - Class in org.jmx4odp.j4oNet
Similar in concept to a Registry, this is a repository of MBeans found on the J4ONet Federated JMX network.
JsRegistry() - Constructor for class org.jmx4odp.j4oNet.JsRegistry
Creates new JsRegistry
JsRegistryManager - Class in org.jmx4odp.j4oNet
A coder should not access the JsRegistry directly.
JsRegistryManager() - Constructor for class org.jmx4odp.j4oNet.JsRegistryManager
Creates new JsRegistryManager
JsRegistryManagerMBean - Interface in org.jmx4odp.j4oNet
 
JsResgistryResolver - Class in org.jmx4odp.j4oNet
This MBean finds any matching MBean or agent in a JsRegistry object.
JsResgistryResolver() - Constructor for class org.jmx4odp.j4oNet.JsResgistryResolver
Creates new JsResgistryResolver

L

list() - Method in class org.jmx4odp.j4oNet.JsRegistry
This will return the list of keys in the registry as an array of Strings.
LOCAL - Static variable in interface org.jmx4odp.j4oNet.JsRegistryManagerMBean
 
LOCAL_NET - Static variable in interface org.jmx4odp.j4oNet.JsRegistryManagerMBean
 
localNetResolveMBeans(JmxServiceObj) - Method in class org.jmx4odp.j4oNet.JsRegistryManager
LOOK UP THE JSO IN ONLY IN THIS LOCAL NETWORK
localNetResolveMBeans(JmxServiceObj) - Method in interface org.jmx4odp.j4oNet.JsRegistryManagerMBean
 
localResolveMBeans(JmxServiceObj) - Method in class org.jmx4odp.j4oNet.JsRegistryManager
LOOK UP THE JSO IN ONLY THIS MBEAN SERVER
localResolveMBeans(JmxServiceObj) - Method in interface org.jmx4odp.j4oNet.JsRegistryManagerMBean
 
lookup(JmxServiceObj) - Method in class org.jmx4odp.j4oNet.JsRegistry
Given a sparely populated JmxServiceObject, it will generate the key via getKey() and return the JmxService bound for that name.
lookup(String) - Method in class org.jmx4odp.j4oNet.JsRegistry
Given a key as a String, will return the JmxService bound for that name.
LOW_ALL - Static variable in interface org.jmx4odp.j4oNet.JsRegistryManagerMBean
 

M

main(String[]) - Static method in class org.jmx4odp.dynamicManagement.AgentManager
 
main(String[]) - Static method in class org.jmx4odp.dynamicManagement.SimpleEjbManager
 
main(String[]) - Static method in class org.jmx4odp.dynamicManagement.SimpleJndiManager
 
main(String[]) - Static method in class org.jmx4odp.dynamicManagement.SimpleServer
 
main(String[]) - Static method in class org.jmx4odp.j4oNet.BaseServer
 
main(String[]) - Static method in class org.jmx4odp.j4oNet.XmlExecutor
 
main(String[]) - Static method in class org.jmx4odp.junitDiagnosticWorkers.SuiteAssembler
 
markContextDown(Context) - Method in class org.jmx4odp.pool.AbstractContextPool
This function is private, because it needs to only accept contexts that are known to be refs to the one kept in this pool.
markContextUp(Context) - Method in class org.jmx4odp.pool.AbstractContextPool
This function is private, because it needs to only accept contexts that are known to be refs to the one kept in this pool.
markDown(int) - Method in class org.jmx4odp.pool.AbstractContextPool
Given a context, find the matching on in the system (In case this is a copy and not a ref) and then set it to down.
markDown(String) - Method in class org.jmx4odp.pool.AbstractContextPool
Given a context, find the matching on in the system (In case this is a copy and not a ref) and then set it to down.
markDown(Context) - Method in class org.jmx4odp.pool.AbstractContextPool
Given a context, find the matching on in the system (In case this is a copy and not a ref) and then set it to down.
markDown(int) - Method in interface org.jmx4odp.pool.ContextPool
Given a context, find the matching on in the system (In case this is a copy and not a ref) and then set it to down.
markDown(String) - Method in interface org.jmx4odp.pool.ContextPool
Given a context, find the matching on in the system (In case this is a copy and not a ref) and then set it to down.
markDown(Context) - Method in interface org.jmx4odp.pool.ContextPool
Given a context, find the matching on in the system (In case this is a copy and not a ref) and then set it to down.
markUp(int) - Method in class org.jmx4odp.pool.AbstractContextPool
Given a context, find the matching on in the system (In case this is a copy and not a ref) and then set it to down.
markUp(String) - Method in class org.jmx4odp.pool.AbstractContextPool
Given a context, find the matching on in the system (In case this is a copy and not a ref) and then set it to down.
markUp(Context) - Method in class org.jmx4odp.pool.AbstractContextPool
Given a context, find the matching on in the system (In case this is a copy and not a ref) and then set it to down.
markUp(int) - Method in interface org.jmx4odp.pool.ContextPool
Given a context, find the matching on in the system (In case this is a copy and not a ref) and then set it to down.
markUp(String) - Method in interface org.jmx4odp.pool.ContextPool
Given a context, find the matching on in the system (In case this is a copy and not a ref) and then set it to down.
markUp(Context) - Method in interface org.jmx4odp.pool.ContextPool
Given a context, find the matching on in the system (In case this is a copy and not a ref) and then set it to down.
MBeanResolver - Class in org.jmx4odp.j4oNet
Extend this abstract class to create a custom MBeanResolver.
MBeanResolver() - Constructor for class org.jmx4odp.j4oNet.MBeanResolver
 
MBeanResolverMBean - Interface in org.jmx4odp.j4oNet
 
mbeanServer - Variable in class org.jmx4odp.j4oNet.MBeanResolver
 
MBeanServerInt - Class in org.jmx4odp.j4oNet
This is a facade class.
MBeanServerInt() - Constructor for class org.jmx4odp.j4oNet.MBeanServerInt
Creates new MBeanServerInt
MBeanServerInt(JmxServiceObj) - Constructor for class org.jmx4odp.j4oNet.MBeanServerInt
Creates new MBeanServerInt, then calls setMBeanServer(JmxServiceObj jso).
MBeanServerManager - Class in org.jmx4odp.j4oNet
This is a convience class.
MBeanServerManager() - Constructor for class org.jmx4odp.j4oNet.MBeanServerManager
Creates a new instance of MBeanServerManager
MBeanServerResolver - Class in org.jmx4odp.j4oNet
This resolver will find MBeans that match criteria in a JmxServiceObj that are registered with an MBeanServer.
MBeanServerResolver() - Constructor for class org.jmx4odp.j4oNet.MBeanServerResolver
Creates new MBeanServerResolver
ModelBeanFactory - Class in org.jmx4odp.dynamicManagement
This MBean dynamically creates ModelMbeans and registeres them with its local JMX agent.
ModelBeanFactory() - Constructor for class org.jmx4odp.dynamicManagement.ModelBeanFactory
Creates a new instance of ModelBeanFactory
ModelBeanFactoryMBean - Interface in org.jmx4odp.dynamicManagement
 

N

NET - Static variable in interface org.jmx4odp.j4oNet.JsRegistryManagerMBean
 
NoObjectsInPoolException - Exception in org.jmx4odp.pool
This object can be thrown by any pool when it is empty or has no available objects and a request is made to fetch an object from the pool.
NoObjectsInPoolException() - Constructor for exception org.jmx4odp.pool.NoObjectsInPoolException
 
NoObjectsInPoolException(String) - Constructor for exception org.jmx4odp.pool.NoObjectsInPoolException
 
nullLastRemoteException() - Method in class org.jmx4odp.j4oNet.MBeanServerInt
Called before any function that could set set the lastRemoteException

O

ObjectIntrospector - Class in org.jmx4odp.dynamicManagement
Uses Introspection to build an ModelMBean to manage an object.
ObjectIntrospector() - Constructor for class org.jmx4odp.dynamicManagement.ObjectIntrospector
Creates a new instance of ObjectManagerFactory
objectName - Variable in class org.jmx4odp.j4oNet.MBeanResolver
 
OrderedContextPool - Class in org.jmx4odp.pool
This pool is the ORDERED implementation.
OrderedContextPool() - Constructor for class org.jmx4odp.pool.OrderedContextPool
 
org.jmx4odp.daemonProcess - package org.jmx4odp.daemonProcess
 
org.jmx4odp.dynamicManagement - package org.jmx4odp.dynamicManagement
 
org.jmx4odp.j4oNet - package org.jmx4odp.j4oNet
 
org.jmx4odp.junitDiagnosticWorkers - package org.jmx4odp.junitDiagnosticWorkers
 
org.jmx4odp.pool - package org.jmx4odp.pool
 

P

postDeregister() - Method in class org.jmx4odp.daemonProcess.SleepLoop
 
postDeregister() - Method in class org.jmx4odp.dynamicManagement.ModelBeanFactory
 
postDeregister() - Method in class org.jmx4odp.j4oNet.J4ONet
 
postDeregister() - Method in class org.jmx4odp.j4oNet.JsRegistryManager
 
postDeregister() - Method in class org.jmx4odp.j4oNet.MBeanResolver
 
postDeregister() - Method in class org.jmx4odp.j4oNet.TestExample
 
postRegister(Boolean) - Method in class org.jmx4odp.daemonProcess.SleepLoop
 
postRegister(Boolean) - Method in class org.jmx4odp.dynamicManagement.ModelBeanFactory
 
postRegister(Boolean) - Method in class org.jmx4odp.j4oNet.J4ONet
 
postRegister(Boolean) - Method in class org.jmx4odp.j4oNet.JsRegistryManager
 
postRegister(Boolean) - Method in class org.jmx4odp.j4oNet.MBeanResolver
 
postRegister(Boolean) - Method in class org.jmx4odp.j4oNet.TestExample
 
postStop() - Method in interface org.jmx4odp.daemonProcess.DaemonProcessor
 
preDeregister() - Method in class org.jmx4odp.daemonProcess.SleepLoop
Call stopDaemon before deregistering
preDeregister() - Method in class org.jmx4odp.dynamicManagement.ModelBeanFactory
 
preDeregister() - Method in class org.jmx4odp.j4oNet.J4ONet
 
preDeregister() - Method in class org.jmx4odp.j4oNet.JsRegistryManager
 
preDeregister() - Method in class org.jmx4odp.j4oNet.MBeanResolver
 
preDeregister() - Method in class org.jmx4odp.j4oNet.TestExample
 
preRegister(MBeanServer, ObjectName) - Method in class org.jmx4odp.daemonProcess.SleepLoop
 
preRegister(MBeanServer, ObjectName) - Method in class org.jmx4odp.dynamicManagement.ModelBeanFactory
 
preRegister(MBeanServer, ObjectName) - Method in class org.jmx4odp.j4oNet.J4ONet
 
preRegister(MBeanServer, ObjectName) - Method in class org.jmx4odp.j4oNet.JsRegistryManager
Before this object is registered with the JMX agent, it creates its own MBeanServerResolve and egistryResolver
preRegister(MBeanServer, ObjectName) - Method in class org.jmx4odp.j4oNet.MBeanResolver
 
preRegister(MBeanServer, ObjectName) - Method in class org.jmx4odp.j4oNet.TestExample
 
preStart() - Method in interface org.jmx4odp.daemonProcess.DaemonProcessor
 
processDoc(String) - Method in class org.jmx4odp.j4oNet.XmlExecutor
 
PropertyReader - Class in org.jmx4odp.dynamicManagement
These are created by the PropertyReaderFactory.
PropertyReader() - Constructor for class org.jmx4odp.dynamicManagement.PropertyReader
 
PropertyReader(PropertyReader) - Constructor for class org.jmx4odp.dynamicManagement.PropertyReader
 
PropertyReaderFactory - Class in org.jmx4odp.dynamicManagement
This object fetches PropertyReaders.
ProxyInvocationHandler - Class in org.jmx4odp.j4oNet
This handles calls from the dynamically generated proxy class created by org.jmx4odp.j4oNet.ProxyManager
ProxyInvocationHandler(JmxServiceObj) - Constructor for class org.jmx4odp.j4oNet.ProxyInvocationHandler
Creates new ProxyInvocationHandler If the JmxServiceObj contains a non-null MBeanServer, it will be set as the proxy's MBeanServer.
ProxyInvocationHandler(JmxServiceObj, MBeanServerInt) - Constructor for class org.jmx4odp.j4oNet.ProxyInvocationHandler
Creates new ProxyInvocationHandler It set's the proxy MBeanServerInt to the one passed in.
ProxyManager - Class in org.jmx4odp.j4oNet
This class returns an Object that acts as a proxy to MBeans.
ProxyManager() - Constructor for class org.jmx4odp.j4oNet.ProxyManager
Creates new ProxyManager
put(String, Object) - Method in class org.jmx4odp.j4oNet.JmxServiceObj
Put an attribute with this key If the attribute is null, then make sure to remove it from the hashmap

Q

queryMBeans(ObjectName, QueryExp) - Method in class org.jmx4odp.j4oNet.MBeanServerInt
 
queryNames(ObjectName, QueryExp) - Method in class org.jmx4odp.j4oNet.MBeanServerInt
 

R

rebind(JmxServiceObj) - Method in class org.jmx4odp.j4oNet.JsRegistry
Will bind the jso to the registry.
registerAsMbean(Object) - Static method in class org.jmx4odp.dynamicManagement.AgentManager
Will create a unique ObjectName for this object, wrap it in a DynamicMBean, and register it with the default MBS
registerAsMbean(Object, ObjectName) - Static method in class org.jmx4odp.dynamicManagement.AgentManager
Will wrap this object in a DynamicMBean and register it with the default MBS using the provided ObjectName
registerAsMbean(Object, String) - Static method in class org.jmx4odp.dynamicManagement.AgentManager
Will try to create an ObjectName from the given string, wrap the Object in a DynamicMBean, and then register it with the default MBS.
registerAsMbean(Object, ObjectName, MBeanServer) - Static method in class org.jmx4odp.dynamicManagement.AgentManager
Takes an object, wraps it in a model MBean, and registers it with the given MBeanServer.
registered(MBeanServer, ObjectName) - Method in class org.jmx4odp.j4oNet.MBeanResolver
This is a preRegistration call out if any special behavior is needed and the developer doesn't want to over write preRegistration
registerMBean(Object, ObjectName) - Method in class org.jmx4odp.j4oNet.MBeanServerInt
 
registerObjectToLocalAgent(Object, boolean) - Method in class org.jmx4odp.j4oNet.MBeanServerManager
This is a convience method.
registerObjectToLocalAgent(Object, String) - Method in class org.jmx4odp.j4oNet.MBeanServerManager
This is a convience method.
releaseMBeanServer(MBeanServer) - Static method in class org.jmx4odp.dynamicManagement.AgentManager
same as MBeanServerFactory.releaseMBeanServer, but it also makes sure to remove default mbean server is needed
releaseMBeanServer() - Method in class org.jmx4odp.j4oNet.MBeanServerManager
removes the reference to the MBeanServer from the factory and blanks out the agentId.
RemoteObjectFetcher - Class in org.jmx4odp.dynamicManagement
This object retrieves remote objects from a registry.
RemoteObjectFetcher() - Constructor for class org.jmx4odp.dynamicManagement.RemoteObjectFetcher
Creates a new instance of RemoteObjectFetcher
RemoteObjectTest - Class in org.jmx4odp.junitDiagnosticWorkers
Extend or implement this test class for tests that use JNDI remote objects.
RemoteObjectTest() - Constructor for class org.jmx4odp.junitDiagnosticWorkers.RemoteObjectTest
Creates a new instance of RemoteObjectTest
remove(String) - Method in class org.jmx4odp.dynamicManagement.PropertyReader
 
remove(String) - Method in class org.jmx4odp.j4oNet.JmxServiceObj
removes the keyed object from the attributes
removeNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.jmx4odp.dynamicManagement.PropertyReader
 
removeNotificationListener(NotificationListener) - Method in class org.jmx4odp.dynamicManagement.PropertyReader
 
removeNotificationListener(ObjectName, ObjectName, NotificationFilter, Object) - Method in class org.jmx4odp.j4oNet.MBeanServerInt
 
removeNotificationListener(ObjectName, NotificationListener, NotificationFilter, Object) - Method in class org.jmx4odp.j4oNet.MBeanServerInt
 
removeNotificationListener(ObjectName, ObjectName) - Method in class org.jmx4odp.j4oNet.MBeanServerInt
 
removeNotificationListener(ObjectName, NotificationListener) - Method in class org.jmx4odp.j4oNet.MBeanServerInt
 
renableInitialization() - Static method in class org.jmx4odp.dynamicManagement.AgentManager
set the object to be un initialized, so the next time it is invoked, it will re-init any objects.
resolve(JmxServiceObj, int, int) - Method in class org.jmx4odp.j4oNet.MBeanResolver
if the threshHold is not lower than low or higher or than high and the bean is active, and the jso is inNameSpace, then it will call handleRequest, else it returns a null
resolve(JmxServiceObj, int, int) - Method in interface org.jmx4odp.j4oNet.MBeanResolverMBean
 
resolveJmxService(JmxServiceObj, int, int) - Method in class org.jmx4odp.j4oNet.JsRegistryManager
LOOK UP THE JSO IN ALL THE REGISTERED MBEANRESOLVERMBEAN'S
resolveJmxService(JmxServiceObj, int, int) - Method in interface org.jmx4odp.j4oNet.JsRegistryManagerMBean
 
RMI_CONNECTOR_PORT - Static variable in class org.jmx4odp.dynamicManagement.AgentManager
 
RoundRobbinContextPool - Class in org.jmx4odp.pool
This pool is the ROUND ROBIN implementation.
RoundRobbinContextPool() - Constructor for class org.jmx4odp.pool.RoundRobbinContextPool
Creates a new instance of RoundRobinedServicePool

S

SERVICE_NAME - Static variable in interface org.jmx4odp.pool.ContextPool
 
SERVICE_STATUS - Static variable in interface org.jmx4odp.pool.ContextPool
 
setActive(boolean) - Method in class org.jmx4odp.j4oNet.MBeanResolver
 
setActive(boolean) - Method in interface org.jmx4odp.j4oNet.MBeanResolverMBean
 
setAgentRegistry(JsRegistry) - Method in class org.jmx4odp.j4oNet.JsResgistryResolver
 
setAttribute(ObjectName, Attribute) - Method in class org.jmx4odp.j4oNet.MBeanServerInt
 
setAttributes(Hashtable) - Method in class org.jmx4odp.j4oNet.JmxServiceObj
set the entire attribute set as a hashtable.
setAttributes(ObjectName, AttributeList) - Method in class org.jmx4odp.j4oNet.MBeanServerInt
 
setBoolean(String, boolean) - Method in class org.jmx4odp.dynamicManagement.PropertyReader
Tries to set a boolean value.
setBroadcastReplyTimeout(int) - Method in class org.jmx4odp.j4oNet.J4ONet
 
setBroadcastReplyTimeout(int) - Method in interface org.jmx4odp.j4oNet.J4ONetMBean
 
setCachable(boolean) - Method in class org.jmx4odp.j4oNet.MBeanResolver
 
setCachable(boolean) - Method in interface org.jmx4odp.j4oNet.MBeanResolverMBean
 
setClassName(String) - Method in class org.jmx4odp.j4oNet.JmxServiceObj
The class name of the object that serves this JSO
setConfig(JmxServiceObj) - Method in class org.jmx4odp.j4oNet.J4ONet
 
setConfig(JmxServiceObj) - Method in interface org.jmx4odp.j4oNet.J4ONetMBean
 
setConfJso(JmxServiceObj) - Method in class org.jmx4odp.j4oNet.MBeanServerInt
Set the JSO which contains a MBean server and or the information needed to connect to one
setDaemonProcessor(DaemonProcessor) - Method in class org.jmx4odp.daemonProcess.SleepLoop
The object that is called once per cycle.
setDaemonProcessor(DaemonProcessor) - Method in interface org.jmx4odp.daemonProcess.SleepLoopMBean
 
setDefaultDomain(String) - Method in class org.jmx4odp.j4oNet.MBeanServerManager
Whenever this object creates a mbean to manage, it will use this JMX Domain by default.
setDirectReference(Object) - Method in class org.jmx4odp.j4oNet.JmxServiceObj
Some objects may set a JSO with a direct refence to it's object.
setDriverName(String) - Method in class org.jmx4odp.junitDiagnosticWorkers.BasicJdbcTest
Access the jdbc driver name.
setHtmlAdaptorPort(int) - Static method in class org.jmx4odp.dynamicManagement.AgentManager
Setter for property htmlAdaptorPort.
setHtmlPort(int) - Method in class org.jmx4odp.dynamicManagement.SimpleEjbManager
 
setHtmlPort(int) - Method in class org.jmx4odp.dynamicManagement.SimpleJndiManager
 
setHtmlPort(int) - Method in class org.jmx4odp.dynamicManagement.SimpleServer
 
setHtmlPort(int) - Method in class org.jmx4odp.j4oNet.BaseServer
 
setInt(String, int) - Method in class org.jmx4odp.dynamicManagement.PropertyReader
Tries to set an integer value.
setJmxConnector(JMXConnector) - Method in class org.jmx4odp.j4oNet.MBeanServerInt
Setter for property jmxConnector.
setJmxServiceObj(JmxServiceObj) - Method in class org.jmx4odp.j4oNet.ProxyInvocationHandler
Sets the JmxServiceObject to this new one.
setJndiName(String) - Method in class org.jmx4odp.junitDiagnosticWorkers.BasicEjbTest
Access the JNDI name for the EJB's remote home
setLastRemoteException(Exception) - Method in class org.jmx4odp.j4oNet.MBeanServerInt
 
setLocalConfig(JmxServiceObj) - Method in class org.jmx4odp.j4oNet.BroadcastResolver
 
setLong(String, long) - Method in class org.jmx4odp.dynamicManagement.PropertyReader
Tries to set an long value.
setMBeanRegistry(JsRegistry) - Method in class org.jmx4odp.j4oNet.JsResgistryResolver
 
setMBeanServer(MBeanServer) - Method in class org.jmx4odp.j4oNet.JmxServiceObj
A reference to the MBeanServer that serves this JSO
setMBeanServer(MBeanServer) - Method in class org.jmx4odp.j4oNet.MBeanServerInt
Sets the MBeanServer used by this facade If you call this, it will have no knowledge of the type and will assume that it is local.
setMBeanServerConnection(MBeanServerConnection) - Method in class org.jmx4odp.j4oNet.MBeanServerInt
 
setMBeanServerInt(MBeanServerInt) - Method in class org.jmx4odp.j4oNet.ProxyInvocationHandler
Over writes the current MBeanServerInt with the new one.
setMessage(String) - Method in class org.jmx4odp.junitDiagnosticWorkers.FailMessageTest
 
setMngmtBuilderInitial(String) - Static method in class org.jmx4odp.dynamicManagement.AgentManager
set the name of the class which extends the javax.management.MBeanServerBuilder object.
setMultiCastGroup(InetAddress) - Method in class org.jmx4odp.j4oNet.J4ONet
 
setMultiCastGroup(InetAddress) - Method in interface org.jmx4odp.j4oNet.J4ONetMBean
 
setMultiCastGroup(InetAddress) - Method in class org.jmx4odp.j4oNet.JmxServiceObj
Set the Multicast group address of this JSO service
setMultiCastGroup(String) - Method in class org.jmx4odp.j4oNet.JmxServiceObj
 
setMultiCastGroupName(String) - Method in class org.jmx4odp.j4oNet.J4ONet
 
setMultiCastGroupName(String) - Method in interface org.jmx4odp.j4oNet.J4ONetMBean
 
setMultiCastListenPort(int) - Method in class org.jmx4odp.j4oNet.J4ONet
 
setMultiCastListenPort(int) - Method in interface org.jmx4odp.j4oNet.J4ONetMBean
 
setMultiCastListenPort(int) - Method in class org.jmx4odp.j4oNet.JmxServiceObj
Set the Multicast group port of this JSO service
setNameSpace(String) - Method in class org.jmx4odp.j4oNet.J4ONet
Access the namespace for this agent.
setNameSpace(String) - Method in interface org.jmx4odp.j4oNet.J4ONetMBean
 
setNameSpace(String) - Method in class org.jmx4odp.j4oNet.JmxServiceObj
This is the name space that the MBeanServer lives in.
setNameSpace(String) - Method in class org.jmx4odp.j4oNet.MBeanResolver
 
setNameSpace(String) - Method in interface org.jmx4odp.j4oNet.MBeanResolverMBean
 
setNetworkDomain(String) - Method in class org.jmx4odp.j4oNet.J4ONet
Access the network domain for this agent.
setNetworkDomain(String) - Method in interface org.jmx4odp.j4oNet.J4ONetMBean
 
setNetworkDomain(String) - Method in class org.jmx4odp.j4oNet.JmxServiceObj
This defines a single network unit that should be all able to talk to each other over the multicast group.
setObjectInstance(ObjectInstance) - Method in class org.jmx4odp.j4oNet.JmxServiceObj
When setting this value, it will over write and ObjectName that has already been set with the one in the ObjectInstance
setObjectName(ObjectName) - Method in class org.jmx4odp.j4oNet.JmxServiceObj
The Object Name of the MBean serving this JSO
setPassword(String) - Method in class org.jmx4odp.junitDiagnosticWorkers.BasicJdbcTest
Access the jdbc source password.
setProperties(Properties) - Static method in class org.jmx4odp.dynamicManagement.AgentManager
Set the properties that will be used to init the agent manager and its services
setProviderUrl(String) - Method in class org.jmx4odp.junitDiagnosticWorkers.BasicEjbTest
Access the Context.PROVIDER_URL of the initial context used to lookup the remote home
setRating(int) - Method in class org.jmx4odp.j4oNet.J4ONet
 
setRating(int) - Method in interface org.jmx4odp.j4oNet.J4ONetMBean
 
setRating(int) - Method in class org.jmx4odp.j4oNet.JmxServiceObj
 
setRegistryManager(String) - Method in class org.jmx4odp.j4oNet.J4ONet
Given a name, try to find this object in the local agent and use it as the JsRegistryManager
setRegistryManager(String) - Method in interface org.jmx4odp.j4oNet.J4ONetMBean
 
setRemoteAdaptorAddress(String) - Method in class org.jmx4odp.j4oNet.J4ONet
 
setRemoteAdaptorAddress(String) - Method in interface org.jmx4odp.j4oNet.J4ONetMBean
 
setRemoteAdaptorAddress(String) - Method in class org.jmx4odp.j4oNet.JmxServiceObj
Set the JMX service address for this JSO
setRemoteAdaptorPort(int) - Method in class org.jmx4odp.j4oNet.J4ONet
 
setRemoteAdaptorPort(int) - Method in interface org.jmx4odp.j4oNet.J4ONetMBean
 
setRemoteAdaptorPort(int) - Method in class org.jmx4odp.j4oNet.JmxServiceObj
Set the JMX service port for this JSO
setRemoteAdaptorProtocol(String) - Method in class org.jmx4odp.j4oNet.JmxServiceObj
Set the JMX service protocol for this JSO
setRemoteAdaptorUrl(String) - Method in class org.jmx4odp.j4oNet.JmxServiceObj
If the JSO is a remote service, this url should point to its agent If this has been explicitly set, it will return the explictly set one.
setRmiConnectorPort(int) - Static method in class org.jmx4odp.dynamicManagement.AgentManager
Setter for property rmiConnectorPort.
setRmiPort(int) - Method in class org.jmx4odp.j4oNet.BaseServer
 
setSelectSql(String) - Method in class org.jmx4odp.junitDiagnosticWorkers.BasicJdbcTest
Access the sql select statement that is run on the datasource
setSelectThreshold(int) - Method in class org.jmx4odp.junitDiagnosticWorkers.BasicJdbcTest
Access the ammount of rows that need to be returned for a valid requests.
setServiceName(String) - Method in class org.jmx4odp.pool.AbstractContextPool
Setter for property serviceName.
setServiceName(String) - Method in interface org.jmx4odp.pool.ContextPool
Setter for property serviceName.
setSleepCount(int) - Method in class org.jmx4odp.daemonProcess.SleepLoop
The ammount of time in ms to sleep between each loop.
setSleepCount(int) - Method in interface org.jmx4odp.daemonProcess.SleepLoopMBean
 
setString(String, String) - Method in class org.jmx4odp.dynamicManagement.PropertyReader
Tries to set a String value.
setThreadSleepCount(int) - Method in class org.jmx4odp.j4oNet.AutoStartThread
Set the number of ms the while loop sleeps between cycles.
setThreshHold(int) - Method in class org.jmx4odp.j4oNet.MBeanResolver
 
setType(int) - Method in class org.jmx4odp.j4oNet.J4ONet
 
setType(int) - Method in interface org.jmx4odp.j4oNet.J4ONetMBean
 
setType(int) - Method in class org.jmx4odp.j4oNet.JmxServiceObj
 
setUp() - Method in class org.jmx4odp.junitDiagnosticWorkers.HttpClientTestExample
 
setUp() - Method in class org.jmx4odp.junitDiagnosticWorkers.JdbcClientTestExample
 
setUrl(String) - Method in class org.jmx4odp.junitDiagnosticWorkers.BasicHttpUrlTest
Access the http url to test
setUrl(String) - Method in class org.jmx4odp.junitDiagnosticWorkers.BasicJdbcTest
Access the jdbc source url.
setUsername(String) - Method in class org.jmx4odp.junitDiagnosticWorkers.BasicJdbcTest
Access the jdbc source username.
setVerbose(boolean) - Method in class org.jmx4odp.j4oNet.BaseServer
If true, the the system will push messages to STDOUT as it starts up services
SimpleEjbManager - Class in org.jmx4odp.dynamicManagement
Example server that starts a JMX agent with an HTML adaptor and dynamically created model MBean for managing remote EJB's

Usage: java org.jmx4odp.dynamicManager.SimpleEjbManager

example:
USAGE java org.jmx4odp.dynamicManager.SimpleEjbManager 8080 rmi://localhost:9012 ejb1 com.yourcompany.ejb1
SimpleEjbManager() - Constructor for class org.jmx4odp.dynamicManagement.SimpleEjbManager
Creates a new instance of SimpleServer
SimpleJndiManager - Class in org.jmx4odp.dynamicManagement
Example server that starts a JMX agent with an HTML adaptor and dynamically created Model MBeans for managing all the objects in a registry.
SimpleJndiManager() - Constructor for class org.jmx4odp.dynamicManagement.SimpleJndiManager
Creates a new instance of SimpleServer
SimpleServer - Class in org.jmx4odp.dynamicManagement
Example server that starts a JMX agent with an HTML adaptor and dynamically created Model MBeans for managing classes.

Usage: java org.jmx4odp.dynamicManager.SimpleServer ..
SimpleServer() - Constructor for class org.jmx4odp.dynamicManagement.SimpleServer
Creates a new instance of SimpleServer
SleepLoop - Class in org.jmx4odp.daemonProcess
 
SleepLoop() - Constructor for class org.jmx4odp.daemonProcess.SleepLoop
Creates a new instance of SleepLoop
SleepLoopMBean - Interface in org.jmx4odp.daemonProcess
 
start() - Method in class org.jmx4odp.dynamicManagement.SimpleEjbManager
 
start() - Method in class org.jmx4odp.dynamicManagement.SimpleJndiManager
 
start() - Method in class org.jmx4odp.dynamicManagement.SimpleServer
 
start() - Method in class org.jmx4odp.j4oNet.BaseServer
Makes sure that if a MBeanServer was not passed into the constructor, then one is fetched from the MBeanServerManager.
start() - Method in class org.jmx4odp.j4oNet.J4ONet
Start handling requests.
start() - Method in interface org.jmx4odp.j4oNet.J4ONetMBean
 
startDaemon() - Method in class org.jmx4odp.daemonProcess.SleepLoop
Stop the server if it is running.
startDaemon() - Method in interface org.jmx4odp.daemonProcess.SleepLoopMBean
 
startManagedResource(String, String, String) - Method in class org.jmx4odp.dynamicManagement.SimpleEjbManager
 
startManagedResource() - Method in class org.jmx4odp.dynamicManagement.SimpleJndiManager
 
startManagedResource(String) - Method in class org.jmx4odp.dynamicManagement.SimpleServer
 
STATUS_DOWN - Static variable in interface org.jmx4odp.pool.ContextPool
 
STATUS_DOWN_DATE - Static variable in interface org.jmx4odp.pool.ContextPool
 
STATUS_UNKOWN - Static variable in interface org.jmx4odp.pool.ContextPool
 
STATUS_UP - Static variable in interface org.jmx4odp.pool.ContextPool
 
stop() - Method in class org.jmx4odp.j4oNet.J4ONet
Stop handling requests.
stop() - Method in interface org.jmx4odp.j4oNet.J4ONetMBean
 
stopDaemon() - Method in class org.jmx4odp.daemonProcess.SleepLoop
If the server is running, stop it.
stopDaemon() - Method in interface org.jmx4odp.daemonProcess.SleepLoopMBean
 
stopWork() - Method in class org.jmx4odp.j4oNet.AutoStartThread
Stops the while(true) in the internal thread, then nulls out the reference to the internak thread.
suite() - Static method in class org.jmx4odp.junitDiagnosticWorkers.SuiteAssembler
Create a TestSuite from the TestSuite.xml file in the local directory
suite(String) - Static method in class org.jmx4odp.junitDiagnosticWorkers.SuiteAssembler
Create a TestSuite from the file specified.
suite(Document) - Static method in class org.jmx4odp.junitDiagnosticWorkers.SuiteAssembler
All the other suite and suiteByXml use this.
SuiteAssembler - Class in org.jmx4odp.junitDiagnosticWorkers
This Object will use an XML file to generate a collection of JUnit TestSuite objects.
SuiteAssembler() - Constructor for class org.jmx4odp.junitDiagnosticWorkers.SuiteAssembler
 
suiteByUrl(String) - Static method in class org.jmx4odp.junitDiagnosticWorkers.SuiteAssembler
Create a TestSuite from the XML file located via the URL.

T

tearDown() - Method in class org.jmx4odp.junitDiagnosticWorkers.JdbcClientTestExample
 
test_AccessEJB() - Method in class org.jmx4odp.junitDiagnosticWorkers.BasicEjbTest
 
test_CanConnect() - Method in class org.jmx4odp.junitDiagnosticWorkers.BasicJdbcTest
Get a connection to the database and make sure that it is connected.
test_connection() - Method in class org.jmx4odp.junitDiagnosticWorkers.JdbcClientTestExample
 
test_ContentHasString() - Method in class org.jmx4odp.junitDiagnosticWorkers.HttpClientTestExample
 
test_FailMessage() - Method in class org.jmx4odp.junitDiagnosticWorkers.FailMessageTest
 
test_RecordCount() - Method in class org.jmx4odp.junitDiagnosticWorkers.JdbcClientTestExample
 
test_RequestIsOk() - Method in class org.jmx4odp.junitDiagnosticWorkers.HttpClientTestExample
 
test_SelectGood() - Method in class org.jmx4odp.junitDiagnosticWorkers.BasicJdbcTest
Get a connection to the database, issue the sql statement, and verify that the threshold ammount of rows are returned.
test_URLOk() - Method in class org.jmx4odp.junitDiagnosticWorkers.BasicHttpUrlTest
Get a URL connection and assert that HTTP status was 200
TestExample - Class in org.jmx4odp.j4oNet
This is a test MBean.
TestExample() - Constructor for class org.jmx4odp.j4oNet.TestExample
Creates a new instance of TestExample
TestExampleMBean - Interface in org.jmx4odp.j4oNet
 
testLookup() - Method in class org.jmx4odp.j4oNet.J4ONet
Looks up all the agents it can find and returns them as a formated string.
testLookup() - Method in interface org.jmx4odp.j4oNet.J4ONetMBean
 
toDataString() - Method in class org.jmx4odp.j4oNet.JmxServiceObj
 
toString() - Method in class org.jmx4odp.dynamicManagement.PropertyReader
 
toString() - Method in class org.jmx4odp.j4oNet.JmxServiceObj
 

U

unbind(JmxServiceObj) - Method in class org.jmx4odp.j4oNet.JsRegistry
Given a sparsely populated JmxServiceObj, it will generate the key via geyKey() and remove the object from the regsistry.
unbind(String) - Method in class org.jmx4odp.j4oNet.JsRegistry
Given a JmxServiceObject key as a string, this will remove the object from the regsistry.
unregisterMBean(ObjectName) - Method in class org.jmx4odp.j4oNet.MBeanServerInt
 
unregisterMBean() - Method in class org.jmx4odp.j4oNet.ProxyInvocationHandler
unregister the instance of the MBean described in the JmxServiceObj.getObjectName() on the proxied agent.
unregisterMBean(Object) - Method in class org.jmx4odp.j4oNet.ProxyManager
This call will unregister the MBean represented by a proxy

V

VERBOSE - Static variable in class org.jmx4odp.j4oNet.XmlDataLoader
 

X

XmlDataLoader - Class in org.jmx4odp.j4oNet
This object acts as a wrapper to a DOM parser.
XmlDataLoader() - Constructor for class org.jmx4odp.j4oNet.XmlDataLoader
 
XmlExecutor - Class in org.jmx4odp.j4oNet
Takes XML scripts and applies them to a JMX agent via the RMI connector.
XmlExecutor() - Constructor for class org.jmx4odp.j4oNet.XmlExecutor
 

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