A B C D E G I M O P R S W

A

AbstractCommand - class org.apache.geronimo.deployment.cli.AbstractCommand.
Base class for CLI deployer commands.
AbstractCommand(String, String, String, String) - Constructor for class org.apache.geronimo.deployment.cli.AbstractCommand
 

B

bootstrap() - Method in class org.apache.geronimo.deployment.PluginBootstrap
 

C

CommandDeploy - class org.apache.geronimo.deployment.cli.CommandDeploy.
The CLI deployer logic to deploy (distribute plus start).
CommandDeploy() - Constructor for class org.apache.geronimo.deployment.cli.CommandDeploy
 
CommandDistribute - class org.apache.geronimo.deployment.cli.CommandDistribute.
The CLI deployer logic to distribute.
CommandDistribute() - Constructor for class org.apache.geronimo.deployment.cli.CommandDistribute
 
CommandDistribute(String, String, String, String) - Constructor for class org.apache.geronimo.deployment.cli.CommandDistribute
 
CommandInstallCAR - class org.apache.geronimo.deployment.cli.CommandInstallCAR.
The CLI deployer logic to start.
CommandInstallCAR() - Constructor for class org.apache.geronimo.deployment.cli.CommandInstallCAR
 
CommandInstallCAR(String, String, String, String) - Constructor for class org.apache.geronimo.deployment.cli.CommandInstallCAR
 
CommandListConfigurations - class org.apache.geronimo.deployment.cli.CommandListConfigurations.
The CLI deployer logic to start.
CommandListConfigurations() - Constructor for class org.apache.geronimo.deployment.cli.CommandListConfigurations
 
CommandListConfigurations(String, String, String, String) - Constructor for class org.apache.geronimo.deployment.cli.CommandListConfigurations
 
CommandListModules - class org.apache.geronimo.deployment.cli.CommandListModules.
The CLI deployer logic to list modules.
CommandListModules() - Constructor for class org.apache.geronimo.deployment.cli.CommandListModules
 
CommandListTargets - class org.apache.geronimo.deployment.cli.CommandListTargets.
The CLI deployer logic to list targets.
CommandListTargets() - Constructor for class org.apache.geronimo.deployment.cli.CommandListTargets
 
CommandLogin - class org.apache.geronimo.deployment.cli.CommandLogin.
The CLI deployer logic to start.
CommandLogin() - Constructor for class org.apache.geronimo.deployment.cli.CommandLogin
 
CommandLogin(String, String, String, String) - Constructor for class org.apache.geronimo.deployment.cli.CommandLogin
 
CommandRedeploy - class org.apache.geronimo.deployment.cli.CommandRedeploy.
The CLI deployer logic to redeploy.
CommandRedeploy() - Constructor for class org.apache.geronimo.deployment.cli.CommandRedeploy
 
CommandStart - class org.apache.geronimo.deployment.cli.CommandStart.
The CLI deployer logic to start.
CommandStart() - Constructor for class org.apache.geronimo.deployment.cli.CommandStart
 
CommandStart(String, String, String, String) - Constructor for class org.apache.geronimo.deployment.cli.CommandStart
 
CommandStop - class org.apache.geronimo.deployment.cli.CommandStop.
The CLI deployer logic to stop.
CommandStop() - Constructor for class org.apache.geronimo.deployment.cli.CommandStop
 
CommandUndeploy - class org.apache.geronimo.deployment.cli.CommandUndeploy.
the CLI deployer logic to undeploy.
CommandUndeploy() - Constructor for class org.apache.geronimo.deployment.cli.CommandUndeploy
 
close() - Method in class org.apache.geronimo.deployment.cli.ServerConnection
 

D

DEFAULT_PORT - Static variable in class org.apache.geronimo.deployment.cli.StopServer
 
DeployCommand - interface org.apache.geronimo.deployment.cli.DeployCommand.
An abstraction of various CLI deployer commands.
DeployTool - class org.apache.geronimo.deployment.cli.DeployTool.
The main class for the CLI deployer.
DeployTool() - Constructor for class org.apache.geronimo.deployment.cli.DeployTool
 
DeployUtils - class org.apache.geronimo.deployment.cli.DeployUtils.
Various helpers for deployment.
DeployUtils() - Constructor for class org.apache.geronimo.deployment.cli.DeployUtils
 
DeploymentSyntaxException - exception org.apache.geronimo.deployment.cli.DeploymentSyntaxException.
Something was wrong with the user's syntax (as opposed to the command failed for some other reason).
DeploymentSyntaxException() - Constructor for class org.apache.geronimo.deployment.cli.DeploymentSyntaxException
 
DeploymentSyntaxException(Throwable) - Constructor for class org.apache.geronimo.deployment.cli.DeploymentSyntaxException
 
DeploymentSyntaxException(String) - Constructor for class org.apache.geronimo.deployment.cli.DeploymentSyntaxException
 
DeploymentSyntaxException(String, Throwable) - Constructor for class org.apache.geronimo.deployment.cli.DeploymentSyntaxException
 

E

emit(String) - Method in class org.apache.geronimo.deployment.cli.AbstractCommand
 
execute(PrintWriter, ServerConnection, String[]) - Method in class org.apache.geronimo.deployment.cli.CommandDeploy
 
execute(PrintWriter, ServerConnection, String[]) - Method in class org.apache.geronimo.deployment.cli.CommandDistribute
 
execute(PrintWriter, ServerConnection, String[]) - Method in class org.apache.geronimo.deployment.cli.CommandInstallCAR
 
execute(PrintWriter, ServerConnection, String[]) - Method in class org.apache.geronimo.deployment.cli.CommandListConfigurations
 
execute(PrintWriter, ServerConnection, String[]) - Method in class org.apache.geronimo.deployment.cli.CommandListModules
 
execute(PrintWriter, ServerConnection, String[]) - Method in class org.apache.geronimo.deployment.cli.CommandListTargets
 
execute(PrintWriter, ServerConnection, String[]) - Method in class org.apache.geronimo.deployment.cli.CommandLogin
 
execute(PrintWriter, ServerConnection, String[]) - Method in class org.apache.geronimo.deployment.cli.CommandRedeploy
 
execute(PrintWriter, ServerConnection, String[]) - Method in class org.apache.geronimo.deployment.cli.CommandStart
 
execute(PrintWriter, ServerConnection, String[]) - Method in interface org.apache.geronimo.deployment.cli.DeployCommand
 
execute(String[]) - Method in class org.apache.geronimo.deployment.cli.DeployTool
 
execute(String[]) - Method in class org.apache.geronimo.deployment.cli.StopServer
 

G

getAction() - Method in class org.apache.geronimo.deployment.cli.CommandDeploy
 
getAction() - Method in class org.apache.geronimo.deployment.cli.CommandDistribute
 
getAction() - Method in class org.apache.geronimo.deployment.cli.CommandStart
 
getAction() - Method in class org.apache.geronimo.deployment.cli.CommandStop
 
getAction() - Method in class org.apache.geronimo.deployment.cli.CommandUndeploy
 
getCommandGroup() - Method in class org.apache.geronimo.deployment.cli.AbstractCommand
 
getCommandGroup() - Method in interface org.apache.geronimo.deployment.cli.DeployCommand
 
getCommandName() - Method in class org.apache.geronimo.deployment.cli.AbstractCommand
 
getCommandName() - Method in interface org.apache.geronimo.deployment.cli.DeployCommand
 
getDeploymentManager() - Method in class org.apache.geronimo.deployment.cli.ServerConnection
 
getHelpArgumentList() - Method in class org.apache.geronimo.deployment.cli.AbstractCommand
 
getHelpArgumentList() - Method in interface org.apache.geronimo.deployment.cli.DeployCommand
 
getHelpText() - Method in class org.apache.geronimo.deployment.cli.AbstractCommand
 
getHelpText() - Method in interface org.apache.geronimo.deployment.cli.DeployCommand
 
getOptionHelp() - Static method in class org.apache.geronimo.deployment.cli.ServerConnection
 
getPassword(BufferedReader) - Method in class org.apache.geronimo.deployment.cli.ServerConnection.PasswordPrompt
Displays the prompt, grabs the password, cleans up, and returns the entered password.
getRunningKernel() - Method in class org.apache.geronimo.deployment.cli.StopServer
 

I

identifyTargets(List, DeploymentManager) - Static method in class org.apache.geronimo.deployment.cli.AbstractCommand
 
isGeneralOption(List, String) - Static method in class org.apache.geronimo.deployment.cli.ServerConnection
Checks whether the stated command-line argument is a general argument (which may be the general argument itself, or a required parameter after the general argument).
isGeronimo() - Method in class org.apache.geronimo.deployment.cli.ServerConnection
 
isLocalOnly() - Method in class org.apache.geronimo.deployment.cli.AbstractCommand
 
isLocalOnly() - Method in interface org.apache.geronimo.deployment.cli.DeployCommand
 
isMultipleTargets(TargetModuleID[]) - Static method in class org.apache.geronimo.deployment.cli.AbstractCommand
 

M

main(String[]) - Static method in class org.apache.geronimo.deployment.cli.DeployTool
 
main(String[]) - Static method in class org.apache.geronimo.deployment.cli.StopServer
 

O

org.apache.geronimo.deployment - package org.apache.geronimo.deployment
 
org.apache.geronimo.deployment.cli - package org.apache.geronimo.deployment.cli
 

P

PluginBootstrap - class org.apache.geronimo.deployment.PluginBootstrap.
 
PluginBootstrap() - Constructor for class org.apache.geronimo.deployment.PluginBootstrap
 
printUsage() - Method in class org.apache.geronimo.deployment.cli.StopServer
 

R

RMI_NAMING_CONFG_ID - Static variable in class org.apache.geronimo.deployment.cli.StopServer
 
reformat(String, int, int) - Static method in class org.apache.geronimo.deployment.cli.DeployUtils
Split up an output line so it indents at beginning and end (to fit in a typical terminal) and doesn't break in the middle of a word.
registerCommand(DeployCommand) - Static method in class org.apache.geronimo.deployment.cli.DeployTool
 
run() - Method in class org.apache.geronimo.deployment.cli.ServerConnection.PasswordPrompt
Don't call this directly.
runCommand(DeploymentManager, PrintWriter, boolean, Target[], File, File) - Method in class org.apache.geronimo.deployment.cli.CommandDeploy
 
runCommand(DeploymentManager, PrintWriter, boolean, Target[], File, File) - Method in class org.apache.geronimo.deployment.cli.CommandDistribute
 
runCommand(PrintWriter, DeploymentManager, TargetModuleID[]) - Method in class org.apache.geronimo.deployment.cli.CommandStart
 
runCommand(PrintWriter, DeploymentManager, TargetModuleID[]) - Method in class org.apache.geronimo.deployment.cli.CommandStop
 
runCommand(PrintWriter, DeploymentManager, TargetModuleID[]) - Method in class org.apache.geronimo.deployment.cli.CommandUndeploy
 

S

ServerConnection - class org.apache.geronimo.deployment.cli.ServerConnection.
Supports online connections to the server, via JSR-88, valid only when the server is online.
ServerConnection(String[], PrintWriter, BufferedReader) - Constructor for class org.apache.geronimo.deployment.cli.ServerConnection
 
ServerConnection.PasswordPrompt - class org.apache.geronimo.deployment.cli.ServerConnection.PasswordPrompt.
Prompts for and grabs a password, trying to suppress any console output along the way.
ServerConnection.PasswordPrompt(String, PrintWriter) - Constructor for class org.apache.geronimo.deployment.cli.ServerConnection.PasswordPrompt
 
StopServer - class org.apache.geronimo.deployment.cli.StopServer.
 
StopServer() - Constructor for class org.apache.geronimo.deployment.cli.StopServer
 
setBuildDir(File) - Method in class org.apache.geronimo.deployment.PluginBootstrap
 
setCarFile(File) - Method in class org.apache.geronimo.deployment.PluginBootstrap
 
setLocalRepo(File) - Method in class org.apache.geronimo.deployment.PluginBootstrap
 
setOut(PrintWriter) - Method in class org.apache.geronimo.deployment.cli.AbstractCommand
 
setPlan(File) - Method in class org.apache.geronimo.deployment.PluginBootstrap
 
splitCommand(String) - Static method in class org.apache.geronimo.deployment.cli.DeployTool
 

W

waitForProgress(PrintWriter, ProgressObject) - Method in class org.apache.geronimo.deployment.cli.AbstractCommand
Busy-waits until the provided ProgressObject indicates that it's no longer running.

A B C D E G I M O P R S W

Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.