A D G H I J L O P R S U

A

addArg(Argument) - Method in class org.jboss.jbossas.servermanager.Server
Add an argument.
addJvmArg(Argument) - Method in class org.jboss.jbossas.servermanager.Server
Add a jvm arg.
addServer(Server) - Method in class org.jboss.jbossas.servermanager.ServerManager
Add a server
addSysProperty(Property) - Method in class org.jboss.jbossas.servermanager.Server
Add a system property.
Argument - Class in org.jboss.jbossas.servermanager
A command line argument.
Argument() - Constructor for class org.jboss.jbossas.servermanager.Argument
 

D

delServer(String) - Method in class org.jboss.jbossas.servermanager.ServerManager
Stop managing server.
deploy(File) - Method in class org.jboss.jbossas.servermanager.Server
Deploy a package with the main deployer.
DEPLOYER_NAME - Static variable in class org.jboss.jbossas.servermanager.Server
ObjectName of the Main Deployer
doShutdown() - Method in class org.jboss.jbossas.servermanager.Server
Send server shutdown command.

G

getArgs() - Method in class org.jboss.jbossas.servermanager.Server
Get the arguments as a string for the command line.
getConfDir() - Method in class org.jboss.jbossas.servermanager.Server
The server's directory (ie, all, default)
getConfig() - Method in class org.jboss.jbossas.servermanager.Server
Get the config.
getDumpFile() - Method in class org.jboss.jbossas.servermanager.Server
Where should the servers's trace dump go?
getErrorLog() - Method in class org.jboss.jbossas.servermanager.Server
Where should the server's std err log go?
getErrorWriter() - Method in class org.jboss.jbossas.servermanager.Server
The error log's writer.
getHost() - Method in class org.jboss.jbossas.servermanager.Server
Get the host.
getHttpPort() - Method in class org.jboss.jbossas.servermanager.Server
Get the httpPort.
getHttpUrl() - Method in class org.jboss.jbossas.servermanager.Server
Where is the HTTP service listening?
getInitialContextFactoryClassName() - Method in class org.jboss.jbossas.servermanager.Server
Get the InitialContext factory class name
getJavaExecutable() - Method in class org.jboss.jbossas.servermanager.ServerManager
Get the jvm.
getJBossHome() - Method in class org.jboss.jbossas.servermanager.ServerManager
Get the jboss home.
getJvmArgs() - Method in class org.jboss.jbossas.servermanager.Server
Get the JVM args for the command line.
getKey() - Method in class org.jboss.jbossas.servermanager.Property
Get the key.
getLogDir() - Method in class org.jboss.jbossas.servermanager.Server
The server's log directory
getLoggingProperty() - Method in class org.jboss.jbossas.servermanager.Server
Get the logging property to pass to the server JBAS-6630 - default to DEBUG
getLogThreshold() - Method in class org.jboss.jbossas.servermanager.Server
Get the Log Level
getName() - Method in class org.jboss.jbossas.servermanager.Server
Get the name.
getNamingContext() - Method in class org.jboss.jbossas.servermanager.Server
Get the Naming Context.
getOutputLog() - Method in class org.jboss.jbossas.servermanager.Server
Where should the servers's std out go?
getOutWriter() - Method in class org.jboss.jbossas.servermanager.Server
The writer for the output log.
getPartition() - Method in class org.jboss.jbossas.servermanager.Server
Get the HA partition name of the Server
getPassword() - Method in class org.jboss.jbossas.servermanager.Server
Get password to pass to org.jboss.Shutdown using the -p option.
getProcess() - Method in class org.jboss.jbossas.servermanager.Server
Get the process.
getRmiPort() - Method in class org.jboss.jbossas.servermanager.Server
Get the rmiPort
getRmiUrl() - Method in class org.jboss.jbossas.servermanager.Server
The URl for the RMI listener.
getServer(String) - Method in class org.jboss.jbossas.servermanager.ServerManager
Get the server by name.
getServerConnection() - Method in class org.jboss.jbossas.servermanager.Server
Get server connection.
getServers() - Method in class org.jboss.jbossas.servermanager.ServerManager
Retreives a list of all running servers
getServerUrl() - Method in class org.jboss.jbossas.servermanager.Server
Get the URL to connect server
getShutdownTimeout() - Method in class org.jboss.jbossas.servermanager.ServerManager
How long to wait (in seconds) for a server to shutdown
getStartClasspath() - Method in class org.jboss.jbossas.servermanager.ServerManager
The classpath to run the server
getStartupTimeout() - Method in class org.jboss.jbossas.servermanager.ServerManager
How long to wait (in seconds) for a server to startup
getStopClasspath() - Method in class org.jboss.jbossas.servermanager.ServerManager
The classpath used to stop the server.
getSysProperties() - Method in class org.jboss.jbossas.servermanager.Server
Get the system properties for the command line.
getSysProperty(String) - Method in class org.jboss.jbossas.servermanager.Server
Get a single system property.
getUdpGroup() - Method in class org.jboss.jbossas.servermanager.ServerManager
Get the udpGroup.
getUsername() - Method in class org.jboss.jbossas.servermanager.Server
Get username to pass to org.jboss.Shutdown using the -u option.
getValue() - Method in class org.jboss.jbossas.servermanager.Argument
Get the value.
getValue() - Method in class org.jboss.jbossas.servermanager.Property
Get the value.

H

hasWebServer() - Method in class org.jboss.jbossas.servermanager.Server
Get the hasWebServer.

I

invoke(ObjectName, String, Object[], String[]) - Method in class org.jboss.jbossas.servermanager.Server
invoke wraps an invoke call to the mbean server in a lot of exception unwrapping.
invoke(MBeanServerConnection, ObjectName, String, Object[], String[]) - Method in class org.jboss.jbossas.servermanager.Server
 
isRunning() - Method in class org.jboss.jbossas.servermanager.Server
Is the server actually running?
isServerStarted(Server) - Static method in class org.jboss.jbossas.servermanager.ServerController
Check if the server is fully intialized by trying to open a connection to tomcat.
isStopped() - Method in class org.jboss.jbossas.servermanager.Server
Has the server been intentionally stopped?

J

JBOSS_SERVER_CONFIG_DIR_NAME - Static variable in class org.jboss.jbossas.servermanager.Server
the directory where server config instances live
JBOSS_SERVER_DEPLOY_DIR_NAME - Static variable in class org.jboss.jbossas.servermanager.Server
the hot deployment directory

L

listThreadDump() - Method in class org.jboss.jbossas.servermanager.Server
Get server thread dump.

O

org.jboss.jbossas.servermanager - package org.jboss.jbossas.servermanager
 

P

Property - Class in org.jboss.jbossas.servermanager
A Property.
Property() - Constructor for class org.jboss.jbossas.servermanager.Property
 

R

redeploy(File) - Method in class org.jboss.jbossas.servermanager.Server
 

S

Server - Class in org.jboss.jbossas.servermanager
A Server.
Server() - Constructor for class org.jboss.jbossas.servermanager.Server
 
ServerController - Class in org.jboss.jbossas.servermanager
Starts, stops, and (eventually) reboots server instances.
ServerManager - Class in org.jboss.jbossas.servermanager
A ServerManager.
ServerManager() - Constructor for class org.jboss.jbossas.servermanager.ServerManager
Create a new ServerManager.
ServerShutdownException - Exception in org.jboss.jbossas.servermanager
Signals server shutdown problems.
ServerShutdownException() - Constructor for exception org.jboss.jbossas.servermanager.ServerShutdownException
 
ServerShutdownException(String) - Constructor for exception org.jboss.jbossas.servermanager.ServerShutdownException
 
setConfig(String) - Method in class org.jboss.jbossas.servermanager.Server
Set the config.
setErrorWriter(PrintWriter) - Method in class org.jboss.jbossas.servermanager.Server
Set the error writer.
setHasWebServer(boolean) - Method in class org.jboss.jbossas.servermanager.Server
Set the hasWebServer.
setHost(String) - Method in class org.jboss.jbossas.servermanager.Server
Set the host.
setHttpPort(Integer) - Method in class org.jboss.jbossas.servermanager.Server
Set the httpPort.
setInitialContextFactoryClassName(String) - Method in class org.jboss.jbossas.servermanager.Server
Set the InitialContext factory class name
setJavaHome(String) - Method in class org.jboss.jbossas.servermanager.ServerManager
Set the javaHome.
setJbossHome(String) - Method in class org.jboss.jbossas.servermanager.ServerManager
 
setJvm(String) - Method in class org.jboss.jbossas.servermanager.ServerManager
Set the jvm.
setKey(String) - Method in class org.jboss.jbossas.servermanager.Property
Set the key.
setLine(String) - Method in class org.jboss.jbossas.servermanager.Argument
Set the line as the value.
setLogThreshold(String) - Method in class org.jboss.jbossas.servermanager.Server
Set the Log Level
setManager(ServerManager) - Method in class org.jboss.jbossas.servermanager.Server
Set the manager.
setName(String) - Method in class org.jboss.jbossas.servermanager.Server
Set the name.
setNamingContext(Context) - Method in class org.jboss.jbossas.servermanager.Server
Set the NamingContext
setOutWriter(PrintWriter) - Method in class org.jboss.jbossas.servermanager.Server
Set the output log's writer
setPartition(String) - Method in class org.jboss.jbossas.servermanager.Server
Set the HA partition name of the Server same as -g in run.sh so set before start-up
setPassword(String) - Method in class org.jboss.jbossas.servermanager.Server
Set password to pass to org.jboss.Shutdown using the -p option.
setProcess(Process) - Method in class org.jboss.jbossas.servermanager.Server
The running process of this server.
setRmiPort(Integer) - Method in class org.jboss.jbossas.servermanager.Server
Set the rmiPort.
setServerConnection(MBeanServerConnection) - Method in class org.jboss.jbossas.servermanager.Server
Set server connection.
setServerUrl(String) - Method in class org.jboss.jbossas.servermanager.Server
Set the URL to connect server
setUdpGroup(String) - Method in class org.jboss.jbossas.servermanager.ServerManager
Set the udpGroup.
setUsername(String) - Method in class org.jboss.jbossas.servermanager.Server
Set username to pass to org.jboss.Shutdown using the -u option.
setValue(String) - Method in class org.jboss.jbossas.servermanager.Argument
Set the value.
setValue(String) - Method in class org.jboss.jbossas.servermanager.Property
Set the value.
startServer(Server, ServerManager) - Static method in class org.jboss.jbossas.servermanager.ServerController
Start the server and pump its output and error streams.
startServer(String) - Method in class org.jboss.jbossas.servermanager.ServerManager
Start the named server.
stopServer(Server, ServerManager) - Static method in class org.jboss.jbossas.servermanager.ServerController
Stop the server.
stopServer(String) - Method in class org.jboss.jbossas.servermanager.ServerManager
Stop the named server
SYSTEM_PROPERTY_JBOSSAS_SHUTDOWN_TIMEOUT - Static variable in class org.jboss.jbossas.servermanager.ServerManager
 
SYSTEM_PROPERTY_JBOSSAS_STARTUP_TIMEOUT - Static variable in class org.jboss.jbossas.servermanager.ServerManager
Wait for 45 secs

U

undeploy(File) - Method in class org.jboss.jbossas.servermanager.Server
Undeploy a package with the main deployer.

A D G H I J L O P R S U

Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.