com.ibm.websphere.command

Uses of Class CommandException

Packages that use CommandException

Package Description
com.ibm.websphere.command

Uses of CommandException in com.ibm.websphere.command

Modifier and Type Class and Description
  1. class
UnauthorizedAccessException
UnauthorizedAccessException is thrown when attempting to execute a command without access authorization.
  1. class
UnavailableCompensatingCommandException
UnavailableCompensableCommandException is thrown by the getCompensatingCommand() method (in the CompensableCommand interface) if it finds no compensating command to return.
  1. class
UnsetInputPropertiesException
UnsetInputPropertiesException is thrown by the execute() method (in a TargetableCommandImpl class) if a command's isReadyToCallExecute() method returns false.
Modifier and Type Method and Description
  1. void
TargetableCommandImpl.execute()
Executes the task encapsulated by the command.
  1. void
Command.execute()
Executes the task encapsulated by this command.
  1. TargetableCommand
LocalTarget.executeCommand(TargetableCommand command)
Runs a command locally (in the client's JVM).
  1. TargetableCommand
CommandTarget.executeCommand(TargetableCommand command)
Submits the command for execution.
  1. boolean
CacheableCommand.executeFromCache()
executeFromCache This method will check the cache to see if the given command is present.
  1. Command
CompensableCommand.getCompensatingCommand()
Retrieves the compensating command associated with the command.