public class JonasHotDeploymentTool extends GenericHotDeploymentTool implements HotDeploymentTool
In the end, this task assembles the commandline parameters and runs the weblogic.deploy tool in a separate JVM.
HotDeploymentTool, 
AbstractHotDeploymentTool, 
ServerDeploy| Modifier and Type | Field and Description | 
|---|---|
| protected static String | DEFAULT_ORBDescription of the Field | 
ACTION_DELETE, ACTION_DEPLOY, ACTION_LIST, ACTION_UNDEPLOY, ACTION_UPDATE| Constructor and Description | 
|---|
| JonasHotDeploymentTool() | 
| Modifier and Type | Method and Description | 
|---|---|
| Path | getClasspath()gets the classpath field. | 
| protected boolean | isActionValid()Determines if the action supplied is valid. | 
| void | setDavidhost(String inValue)Set the host for the David ORB; required if
  ORB==david. | 
| void | setDavidport(int inValue)Set the port for the David ORB; required if
  ORB==david. | 
| void | setJonasroot(File inValue)set the jonas root directory (-Dinstall.root=). | 
| void | setOrb(String inValue)Choose your ORB : RMI, JEREMIE, DAVID, ...; optional. | 
| void | validateAttributes()Validates the passed in attributes. | 
createArg, createJvmarg, deploy, getClassName, getJava, setClassName, setTaskcreateClasspath, getPassword, getServer, getTask, getUserName, setClasspath, setPassword, setServer, setUserNameclone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdeploy, setTaskprotected static final String DEFAULT_ORB
public Path getClasspath()
getClasspath in class AbstractHotDeploymentToolprotected boolean isActionValid()
Valid actions are contained in the static array VALID_ACTIONS
isActionValid in class GenericHotDeploymentToolpublic void setDavidhost(String inValue)
inValue - The new davidhost valuepublic void setDavidport(int inValue)
inValue - The new davidport valuepublic void setJonasroot(File inValue)
inValue - The new jonasroot valuepublic void setOrb(String inValue)
inValue - RMI, JEREMIE, DAVID,...public void validateAttributes()
                        throws BuildException
The rules are:
validateAttributes in interface HotDeploymentToolvalidateAttributes in class GenericHotDeploymentToolBuildException - Description
      of Exception