A C D E F G I J L M O P R S T U V W

A

ADDFILE - Static variable in interface org.ow2.jonas.commands.admin.CLIConstants
Static states
ALL - Static variable in class org.ow2.jonas.commands.admin.UtilAdmin
Constant used in pattern ObjectNames.

C

CheckEnv - Class in org.ow2.jonas.commands.check
This class allows to check if the environment is correct for JOnAS.
CheckEnv(String[]) - Constructor for class org.ow2.jonas.commands.check.CheckEnv
Build new instance.
CLIArgument - Class in org.ow2.jonas.commands.admin
Command line argument holder.
CLIArgument(int) - Constructor for class org.ow2.jonas.commands.admin.CLIArgument
CLIArgument constructor.
CLIArgument(int, String) - Constructor for class org.ow2.jonas.commands.admin.CLIArgument
CLIArgument constructor.
CLIConstants - Interface in org.ow2.jonas.commands.admin
 
ClientAdmin - Class in org.ow2.jonas.commands.admin
This class implements a jmx remote client to administer a JOnAS server.
ClientAdmin(String[]) - Constructor for class org.ow2.jonas.commands.admin.ClientAdmin
 
close() - Method in class org.ow2.jonas.commands.admin.util.JMXConnectionHelper
Close the underlying JMXConnector.
connect() - Method in class org.ow2.jonas.commands.admin.util.JMXConnectionHelper
Try to connect to the remote MBeanServer.
CUSTOMOPTION - Static variable in interface org.ow2.jonas.commands.admin.CLIConstants
Custom option state.

D

DEBUGOPTION - Static variable in interface org.ow2.jonas.commands.admin.CLIConstants
Debug option state.
dumpCustom(String, String, MBeanServerConnection) - Static method in class org.ow2.jonas.commands.admin.UtilAdmin
 

E

ENV_ERROR - Static variable in class org.ow2.jonas.commands.check.CheckEnv
Constant result of the JOnAS configuration check [Error].
ENV_OK - Static variable in class org.ow2.jonas.commands.check.CheckEnv
Constant result of JOnAS's conf check [OK].
error(String) - Static method in class org.ow2.jonas.commands.admin.util.PrintUtils
Print an error type message (prefixed with [ERROR]) on the System.err PrintStream.
error(String, Throwable) - Static method in class org.ow2.jonas.commands.admin.util.PrintUtils
Print an error type message (prefixed with [ERROR]) on the System.err PrintStream and then print the cause' message of the given exception.
ExceptionUtils - Class in org.ow2.jonas.commands.admin.util
Exception/Throwable related utility class.

F

failure(String) - Static method in class org.ow2.jonas.commands.admin.util.PrintUtils
Print a failure type message (prefixed with [FAILURE]) on the System.err PrintStream.
failure(String, Throwable) - Static method in class org.ow2.jonas.commands.admin.util.PrintUtils
Print a failure type message (prefixed with [FAILURE]) on the System.err PrintStream and then print the cause' message of the given exception.

G

GCOPTION - Static variable in interface org.ow2.jonas.commands.admin.CLIConstants
GC option state.
GenerateWrapperConf - Class in org.ow2.jonas.commands.wrapper
This class is called by 'jonas start' command to generate properties for the Java Service Wrapper configuration file.
GenerateWrapperConf() - Constructor for class org.ow2.jonas.commands.wrapper.GenerateWrapperConf
 
getConnection() - Method in class org.ow2.jonas.commands.admin.util.JMXConnectionHelper
 
getJ2eeMBean(String, String, String, String) - Static method in class org.ow2.jonas.commands.admin.UtilAdmin
Construct ObjectName for an MBean associated with a manageable object in a J2EEServer.
getJonasServiceMBean(String, String, String) - Static method in class org.ow2.jonas.commands.admin.UtilAdmin
 
getJonasServiceMBean(String, String, String, Properties) - Static method in class org.ow2.jonas.commands.admin.UtilAdmin
 
getLastException() - Method in class org.ow2.jonas.commands.admin.util.JMXConnectionHelper
 
getRootCause(Throwable) - Static method in class org.ow2.jonas.commands.admin.util.ExceptionUtils
Get the root cause of an Exception.
getTopicLevel(String, String, MBeanServerConnection, String) - Static method in class org.ow2.jonas.commands.admin.UtilAdmin
 
getTopics(String, String, MBeanServerConnection) - Static method in class org.ow2.jonas.commands.admin.UtilAdmin
 
getURL() - Method in class org.ow2.jonas.commands.admin.util.JMXConnectionHelper
 

I

ISDEPLOYOPTION - Static variable in interface org.ow2.jonas.commands.admin.CLIConstants
Is deploy option state.

J

J2EEServer - Static variable in class org.ow2.jonas.commands.admin.UtilAdmin
 
J2EEServer(String) - Static method in class org.ow2.jonas.commands.admin.UtilAdmin
Create ObjectName for J2EEServer MBean without knowing domain name
J2EEType - Static variable in class org.ow2.jonas.commands.admin.UtilAdmin
 
JMXConnectionHelper - Class in org.ow2.jonas.commands.admin.util
Wrap a JMXConnector.
JMXConnectionHelper(JMXServiceURL, Subject) - Constructor for class org.ow2.jonas.commands.admin.util.JMXConnectionHelper
Construct a new JMXConnectionHelper using the provided URL and Subject.
JMXConnectionHelper(JMXServiceURL, String, String) - Constructor for class org.ow2.jonas.commands.admin.util.JMXConnectionHelper
Construct a new JMXConnectionHelper using the provided URL and credentials.

L

LISTAPP - Static variable in interface org.ow2.jonas.commands.admin.CLIConstants
List applications state.
listApps(String, String, MBeanServerConnection) - Static method in class org.ow2.jonas.commands.admin.UtilAdmin
Get the application name list in a given server
LISTBEAN - Static variable in interface org.ow2.jonas.commands.admin.CLIConstants
List bean state.
listBeans(String, String, MBeanServerConnection) - Static method in class org.ow2.jonas.commands.admin.UtilAdmin
Get the beans name list in a given server
LISTENV - Static variable in interface org.ow2.jonas.commands.admin.CLIConstants
List env state.
LISTJNDI - Static variable in interface org.ow2.jonas.commands.admin.CLIConstants
List Jndi state.
listJNDIResources(String, String, MBeanServerConnection) - Static method in class org.ow2.jonas.commands.admin.UtilAdmin
 
LISTMODULE - Static variable in interface org.ow2.jonas.commands.admin.CLIConstants
List module state.
listModules(String, String, MBeanServerConnection) - Static method in class org.ow2.jonas.commands.admin.UtilAdmin
Get the modules name list in a given server
LISTTOPICS - Static variable in interface org.ow2.jonas.commands.admin.CLIConstants
List topics state.

M

main(String[]) - Static method in class org.ow2.jonas.commands.admin.ClientAdmin
Main function, creates a new ClientAdmin instance.
main(String[]) - Static method in class org.ow2.jonas.commands.check.CheckEnv
Main function, creates a new CheckEnv instance.
main(String[]) - Static method in class org.ow2.jonas.commands.wrapper.GenerateWrapperConf
run a new instance of the class

O

org.ow2.jonas.commands.admin - package org.ow2.jonas.commands.admin
 
org.ow2.jonas.commands.admin.util - package org.ow2.jonas.commands.admin.util
 
org.ow2.jonas.commands.check - package org.ow2.jonas.commands.check
 
org.ow2.jonas.commands.wrapper - package org.ow2.jonas.commands.wrapper
 

P

PASSIVATEOPTION - Static variable in interface org.ow2.jonas.commands.admin.CLIConstants
Passivate option state.
performCheck() - Method in class org.ow2.jonas.commands.check.CheckEnv
Check the JOnAS's configuration.
println(String, PrintStream) - Static method in class org.ow2.jonas.commands.admin.util.PrintUtils
Print a message on the given PrintStream.
println(String) - Static method in class org.ow2.jonas.commands.admin.util.PrintUtils
Print a message on the System.out PrintStream.
println(Throwable, PrintStream) - Static method in class org.ow2.jonas.commands.admin.util.PrintUtils
Print the given Throwable on the given PrintStream.
println(Throwable) - Static method in class org.ow2.jonas.commands.admin.util.PrintUtils
Print the given Throwable on the System.err PrintStream.
PrintUtils - Class in org.ow2.jonas.commands.admin.util
This utility class is responsible of keeping logs coherents.
PrintUtils() - Constructor for class org.ow2.jonas.commands.admin.util.PrintUtils
 

R

REMOVEFILE - Static variable in interface org.ow2.jonas.commands.admin.CLIConstants
Remove file state.

S

ServerProxy - Static variable in class org.ow2.jonas.commands.admin.UtilAdmin
 
ServerProxy(String) - Static method in class org.ow2.jonas.commands.admin.UtilAdmin
Create ObjectName for ServerProxy MBean without knowing domain name
ServiceType - Static variable in class org.ow2.jonas.commands.admin.UtilAdmin
 
setSubject(Subject) - Method in class org.ow2.jonas.commands.admin.util.JMXConnectionHelper
 
setTopicLevel(String, String, MBeanServerConnection, String, String) - Static method in class org.ow2.jonas.commands.admin.UtilAdmin
 
STARTOPTION - Static variable in interface org.ow2.jonas.commands.admin.CLIConstants
Is start option state.
STOPOPTION - Static variable in interface org.ow2.jonas.commands.admin.CLIConstants
Stop option state.
success(String) - Static method in class org.ow2.jonas.commands.admin.util.PrintUtils
Print a success type message (prefixed with [SUCCESS]) on the System.out PrintStream.
SYNCOPTION - Static variable in interface org.ow2.jonas.commands.admin.CLIConstants
Sync option state.

T

TTOPTION - Static variable in interface org.ow2.jonas.commands.admin.CLIConstants
.
type - Variable in class org.ow2.jonas.commands.admin.CLIArgument
Argument type.
Type - Static variable in class org.ow2.jonas.commands.admin.UtilAdmin
 

U

UtilAdmin - Class in org.ow2.jonas.commands.admin
Utility class allowing MBean manipulations on the managed server.

V

value - Variable in class org.ow2.jonas.commands.admin.CLIArgument
Argument name.

W

warning(String) - Static method in class org.ow2.jonas.commands.admin.util.PrintUtils
Print a success type message (prefixed with [SUCCESS]) on the System.out PrintStream.

A C D E F G I J L M O P R S T U V W

Copyright © 2011 OW2 Consortium. All Rights Reserved.