org.apache.tools.ant.taskdefs.optional.ejb
public class WLStop extends Task
Method Summary | |
---|---|
Path | createClasspath()
The classpath to be used with the Java Virtual Machine that runs the Weblogic
Shutdown command; |
void | execute()
Do the work.
|
void | setBEAHome(File beaHome)
The location of the BEA Home; implicitly
selects Weblogic 6.0 shutdown; optional.
|
void | setClasspath(Path path)
The classpath to be used with the Java Virtual Machine that runs the Weblogic
Shutdown command;
|
void | setDelay(String s)
Set the delay (in seconds) before shutting down the server;
optional.
|
void | setPassword(String s)
The password for the account specified in the
user parameter; required
|
void | setUrl(String s)
Set the URL to which the weblogic server is listening
for T3 connections; required.
|
void | setUser(String s)
The username of the account which will be used to shutdown the server;
required.
|
Throws: BuildException if someting goes wrong with the build
Parameters: beaHome the BEA Home directory.
Parameters: path the classpath to use when executing the weblogic admin task.
Parameters: s the selay.
Parameters: s the password.
Parameters: s the url.
Parameters: s the username.