A C D E G I J S W

A

addArgument(Object) - Method in class com.maxiq.tools.jboss.JMXBean
Adds a new argument.
addArgument(Object, String) - Method in class com.maxiq.tools.jboss.JMXBean
Adds a new typed argument.

C

clearArguments() - Method in class com.maxiq.tools.jboss.JMXBean
Reset/clears the argument list.

D

doExecute() - Method in class com.maxiq.tools.jboss.JMXBean
Internal method to perform the actual call

E

execute() - Method in class com.maxiq.tools.jboss.JMXBean
"execute" method allows using this as Ant task via Ant's proxy.
execute() - Method in class com.maxiq.tools.jboss.JMXDeploymentMonitor
"execute" method allows using this as Ant task via Ant's proxy.

G

getAttribute(String, String) - Method in class com.maxiq.tools.jboss.JMXProxy
Obtains the value of an attribute on a remote MBean.
getAttribute(String, String) - Method in class com.maxiq.tools.jboss.JMXRMIAdaptor
Obtains the value of an attribute on a remote MBean.
getFile() - Method in class com.maxiq.tools.jboss.JMXDeploymentMonitor
Get the artifact as a file path.
getJbhome() - Method in class com.maxiq.tools.jboss.JMXBean
Gets the JBoss home as set in system property "com.maxiq.tools.jboss.home".
getJndiurl() - Method in class com.maxiq.tools.jboss.JMXBean
Gets the JNDI URL of target server.
getLastReturnValue() - Method in class com.maxiq.tools.jboss.JMXBean
Get the returned value (if any) from the last successful call to execute().
getMbean() - Method in class com.maxiq.tools.jboss.JMXBean
Gets the target MBean name.
getMethod() - Method in class com.maxiq.tools.jboss.JMXBean
Gets the target method name.
getRmijndiname() - Method in class com.maxiq.tools.jboss.JMXBean
Gets the JNDI name of RMI adapter.
getServerName() - Method in class com.maxiq.tools.jboss.JMXBean
Gets the server name.
getTimeout() - Method in class com.maxiq.tools.jboss.JMXDeploymentMonitor
Get timeout (msec).
getUrl() - Method in class com.maxiq.tools.jboss.JMXDeploymentMonitor
Get the URL of the artifact as a String.
getWantedStatus() - Method in class com.maxiq.tools.jboss.JMXDeploymentMonitor
Get wanted deployment status.

I

invoke(String, String, Object[]) - Method in class com.maxiq.tools.jboss.JMXProxy
Invokes a method on a remote MBean.
invoke(String, String, Object[], String[]) - Method in class com.maxiq.tools.jboss.JMXProxy
Invokes a method on a remote MBean.
invoke(String, String, Object[], String[]) - Method in class com.maxiq.tools.jboss.JMXRMIAdaptor
Invokes a method on a remote MBean.
isDeployed() - Method in class com.maxiq.tools.jboss.JMXDeploymentMonitor
Checks the deployment status of the specified artifact.
isServerAlive() - Method in class com.maxiq.tools.jboss.JMXBean
Finds out if the server is responding.

J

JBossLibClassLoader - class com.maxiq.tools.jboss.JBossLibClassLoader.
Loader for JBoss local classes.
JBossLibClassLoader(File) - Constructor for class com.maxiq.tools.jboss.JBossLibClassLoader
Constructor taking a File as the pointer to the JBoss installation.
JBossNotAvailable - exception com.maxiq.tools.jboss.JBossNotAvailable.
Exception raised when we know or suspect there is no JBoss or there is no JBoss running
JBossNotAvailable(String) - Constructor for class com.maxiq.tools.jboss.JBossNotAvailable
Constructor with message
JMXBean - class com.maxiq.tools.jboss.JMXBean.
Main generic bean for JMX access.
JMXBean() - Constructor for class com.maxiq.tools.jboss.JMXBean
Plain bean constructor.
JMXDeploymentMonitor - class com.maxiq.tools.jboss.JMXDeploymentMonitor.
Bean capable of monitoring the deployment status of a particular artifact into the JBoss environment.
JMXDeploymentMonitor() - Constructor for class com.maxiq.tools.jboss.JMXDeploymentMonitor
 
JMXProxy - class com.maxiq.tools.jboss.JMXProxy.
Wraps the JMXRMIAdaptor in proper classloading to remove completely any dependency on JBoss (and management) classes.
JMXProxy() - Constructor for class com.maxiq.tools.jboss.JMXProxy
Plain constructor.
JMXProxy(String) - Constructor for class com.maxiq.tools.jboss.JMXProxy
Constructor from server name.
JMXProxy(String, String) - Constructor for class com.maxiq.tools.jboss.JMXProxy
Constructor from JNDI URL of target server and JNDI name of RMI adapter.
JMXRMIAdaptor - class com.maxiq.tools.jboss.JMXRMIAdaptor.
Worker class for JMX requests.
JMXRMIAdaptor(String) - Constructor for class com.maxiq.tools.jboss.JMXRMIAdaptor
Constructor from a server name.
JMXRMIAdaptor(String, String) - Constructor for class com.maxiq.tools.jboss.JMXRMIAdaptor
Constructor from JNDI URL of target server and JNDI name of RMI adapter.

S

setetRmijndiname(String) - Method in class com.maxiq.tools.jboss.JMXBean
Sets the JNDI URL of target server.
setFile(String) - Method in class com.maxiq.tools.jboss.JMXDeploymentMonitor
Set the artifact as a file path.
setJbhome(String) - Method in class com.maxiq.tools.jboss.JMXBean
Gets the JBoss home directly into system property "com.maxiq.tools.jboss.home".
setJndiurl(String) - Method in class com.maxiq.tools.jboss.JMXBean
Sets the JNDI URL of target server.
setMbean(String) - Method in class com.maxiq.tools.jboss.JMXBean
Sets the target MBean name.
setMethod(String) - Method in class com.maxiq.tools.jboss.JMXBean
Sets the target method name.
setServerName(String) - Method in class com.maxiq.tools.jboss.JMXBean
Sets the server name.
setTimeout(long) - Method in class com.maxiq.tools.jboss.JMXDeploymentMonitor
Set timeout (msec).
setUrl(String) - Method in class com.maxiq.tools.jboss.JMXDeploymentMonitor
Set the URL of the artifact as a String.
setWantedStatus(boolean) - Method in class com.maxiq.tools.jboss.JMXDeploymentMonitor
Set wanted deployment status.

W

waitForDeploy(boolean) - Method in class com.maxiq.tools.jboss.JMXDeploymentMonitor
Convenience method for "bean mode".
Waits for the deployment status to be expectedStatus.
waitForStatus(URL, boolean, long) - Method in class com.maxiq.tools.jboss.JMXDeploymentMonitor
Waits for the specified goal to be attained or for timeout to occur.
WaitTimeoutException - exception com.maxiq.tools.jboss.WaitTimeoutException.
Thrown when timeout occurs during explicit waiting.
WaitTimeoutException(String) - Constructor for class com.maxiq.tools.jboss.WaitTimeoutException
Constructor with message

A C D E G I J S W

Copyright © 2003 MaxIQ. All Rights Reserved.