0 )P (Q (RS (T (U (V WXY PZ[\]^_`abcdefg P h i jklmnopqrstuv_usagesLjava/util/Hashtable; _taskNameLjava/lang/String;()VCodeLineNumberTableLocalVariableTablethis"Loracle/ant/taskdefs/deploy/Usage;execute ExceptionswgetUsage&(Ljava/lang/String;)Ljava/lang/String;commandresult getTaskName()Ljava/lang/String; setTaskName(Ljava/lang/String;)VtaskName _deployMsg _redeployMsg _undeployMsg_bindwebappMsg_bindallwebappsMsg _startMsg_stopMsg_updateejbmoduleMsg_installsharedlibraryMsg _usageMsg _validUriMsg_allMsg SourceFile Usage.java ./ ,- 8/all 89 x? *+ yzjava/lang/Stringjava/util/Hashtable i Description: (Re)deploys an EAR, WAR, RAR or EJB JAR file. Parameters: Attribute Type Required Description ---------- ---- -------- ---------------------- deployerUri String yes - The uri to connect to OC4J. userid String yes - OC4J administrator user. password String yes - OC4J administrator user password. file String yes - The file path of the archive to be deployed. deploymentName String yes - The name to assign to the deployed application. targetPath String no - The directory to deploy the archive to. Default is the application -directory defined in server.xml. parent String no - The name of the archive's parent application. If omitted, sets the 'default' application as the parent. deploymentDirectory String no - The directory containing the OC4J- specific deployment descriptors and generated files. Default is the deployment-directory in server.xml. enableIIOP boolean no - Enable interoperability (IIOP) for the application deployed. iiopClientJar String no - The client path to place the IIOP client stubs for EJBs. nativeLibPath String no - Used for standalone RAR file deployment only. The path to the native libraries within the RAR. grantAllPermissions boolean no - Used for standalone RAR file deployment only. Grant all runtime permissions. contextRoot String no - Used for standalone WAR file deployment only. The context root for the Web module. If omitted, the -deploymentName value is used. sequential boolean no - Deploy the archive to each OC4J instance within the cluster in sequence. If not included, the archive is stimultaneously deployed to all instances. bindAllWebApps String no - Binds all WAR files within the EAR to specified Web site. deploymentPlan String no - Local deployment plan to config the app when it is deployed. : Description: Redeploys an application, standalone WAR or standalone RAR. Parameters: Attribute Type Required Description ---------- ------ -------- ---------------------- deployerUri String yes - The uri to connect to OC4J. userid String yes - OC4J administrator user. password String yes - OC4J administrator user password. deploymentName String yes - The deployed application name. file String yes - The file path of the archive to be redeployed. bindAllWebApps String no - Binds all WAR files within the EAR to specified Web site. keepsettings boolean no - Retain current settings the application has on the server. sequential boolean no - Deploy the archive to each OC4J instance within the cluster in sequence. If not included, the archive is simultaneously deployed to all instances.  Description: Undeploys an application, standalone WAR or standalone RAR. Parameters: Attribute Type Required Description ---------- ------ -------- ---------------------- deployerUri String yes - The uri to connect to OC4J. userid String yes - OC4J administrator user. password String yes - OC4J administrator user password. deploymentName String yes - The deployed application name. isConnector boolea no - For undeploying a standalone RAR. n Description: Binds the specified WAR to a specified web site and/or context root. Parameters: Attribute Type Required Description ---------- ------ -------- ---------------------- deployerUri String yes - The uri to connect to OC4J. userid String yes - OC4J administrator user. password String yes - OC4J administrator user password. deploymentName String no - The application's name. webmodule String no - The Web module name. webSiteName String no - The website name. If omitted, defaults to 'default-web-site'. contextRoot String no - Context root for the WAR file. If omitted, the context root in the parent application's application.xml is used. F Description: Binds all WAR files within the EAR to the specified web site. Parameters: Attribute Type Required Description ---------- ------ -------- ---------------------- deployerUri String yes - The uri to connect to OC4J. userid String yes - OC4J administrator user. password String yes - OC4J administrator user password. deploymentName String yes - The application's name. webSiteName String no - The website name. If omitted, defaults to 'default-web-site'.  Description: Starts the specified application and its child application(s). Parameters: Attribute Type Required Description ---------- ----- -------- ---------------------- deployerUri String yes - The uri to connect to OC4J. userid String yes - OC4J administrator user. password String yes - OC4J administrator user password. deploymentName String yes - The application name.  Description: Stops the specified application and its child application(s). Parameters: Attribute Type Required Description ---------- ----- -------- ---------------------- deployerUri String yes - The uri to connect to OC4J. userid String yes - OC4J administrator user. password String yes - OC4J administrator user password. deploymentName String yes - The application name.  Description: Replaces an existing EJB module with a new EJB JAR. in the specified application. Parameters: Attribute Type Required Description ---------- ---- -------- ---------------------- deployerUri String yes - The uri to connect to OC4J. userid String yes - OC4J administrator user. password String yes - OC4J administrator user password. deploymentName String yes - The application name. moduleName String yes - The name of the EJB JAR as defined in application.xml. file String yes - The path of the new EJB JAR.  Description: Installs a new shared library in the OC4J instance(s). Parameters: Attribute Type Required Description ---------- ----- -------- ---------------------- deployerUri String yes - The uri to connect to OC4J. userid String yes - OC4J administrator user. password String yes - OC4J administrator user password libraryName String yes - The name of the shared library. version String yes - The version of the shared library. uploadCodeSource task yes - Nested task. Uploads multiple jar/zip files. Attribute: codeSources String yes - The jar/zip file to include in the library.  - Displays this JSR88 ant tasks usage or detailed task usage when specify a taskName attribute, e.g.  Valid deployerUri are: 1. To target all OC4J instances in an Oracle Application Server Cluster: deployer:cluster:opmn://opmnHost[:opmnPort]/oc4jInstanceName 2. To target a specific OC4J instance within a cluster: deployer:oc4j:opmn://opmnHost[:opmnPort]/oc4jInstanceName deployer:oc4j:opmn://opmnHost[:opmnPort]/asInstanceName/oc4jInstanceName 3. To target a standalone OC4J server: deployer:oc4j:oc4jHost:rmiPort opmnPort is the OPMN request port specified in opmn.xml. If omitted, defaults to 6003.  The tasks: : - Deploys an EAR, WAR, RAR or EJB JAR file. : - Redeploys an EAR, WAR, RAR or EJB JAR file. : - Undeploys an application, standalone WAR or standalone RAR. : - Binds the specified WAR to a specified web site and/or context root. : - Binds all WAR files within the EAR to the specified web site. : - Starts the specified application and its child application(s). : - Stops the specified application and its child application(s). :- Installs a new shared library in the OC4J instance(s). : - Replaces an existing EJB module with a new EJB JAR. deployjava/lang/StringBuffer {| }= ~redeployundeploy bindWebAppbindAllWebAppsstartstopupdateEJBModuleinstallSharedLibraryusagevalidUri oracle/ant/taskdefs/deploy/Usage(oracle/ant/taskdefs/deploy/JSR88BaseTask#org/apache/tools/ant/BuildExceptionlogget&(Ljava/lang/Object;)Ljava/lang/Object;append,(Ljava/lang/String;)Ljava/lang/StringBuffer;toStringput8(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;!() *+,-./08 **1 %(2  345/03*1 "#2 34678/0W!******1'(+ -2 !3467890g+ M, M,10 1242 34:- ;-<=0/*182 34>?0>*+1 <=234@-A/0g k Y  K LMN:::::: : : Y* WY+ WY, W Y- W!Y W"Y W#Y W$Y W%Y W& W' WY  W1j+ . ax"&*.26Rn7BMj2z ]B-ZC-WD-TE-PF-LG-"HH-&DI-*@J-.<K- 28L- 64M- NO