WebSphere:*,type=WebServer
MBean WebServer
Managed object for Web Server functions
Operation Summary | |
---|---|
java.lang.String | status( Get the WebServer status. |
java.lang.String | status( Get the WebServer status. |
java.lang.String | start( Start the WebServer. |
java.lang.String | start( Start the WebServer. |
java.lang.String | stop( Stop the WebServer. |
java.lang.String | stop( Stop the WebServer. |
java.lang.String | upload( Upload from WAS repository to the WebServer machine. |
java.lang.String | upload( Upload from WAS repository to the WebServer machine. |
java.lang.String | download( Download from WAS repository to target WebServer machine. |
java.lang.String | download( Download from WAS repository to target WebServer machine. |
java.lang.String | download( Download from WAS repository to target WebServer machine. |
java.lang.String | download( Download from WAS repository to target WebServer machine. |
long | linecount( Obtain number of lines for specified file on target WebServer machine. |
long | linecount( Obtain number of lines for specified file on target WebServer machine. |
java.lang.String | ping( Ping the WebServer. |
java.lang.String | ping( Ping the WebServer. |
Operation Detail |
---|
public java.lang.String status(
java.lang.String serverName
)
Get the WebServer status.
serverName
-
The name of the server.
administrator
operator
public java.lang.String status(
java.lang.String cellName,
java.lang.String nodeName,
java.lang.String serverName
)
Get the WebServer status.
cellName
-
The cell where the server is located. nodeName
-
The node where the server is located. serverName
-
The name of the server.
administrator
operator
public java.lang.String start(
java.lang.String serverName
)
Start the WebServer.
serverName
-
The name of the server.ResourceInstanceIdentifier
The resource being modified for the MBean is of type Server
The instance is identified by the value of the parameter
administrator
operator
public java.lang.String start(
java.lang.String cellName,
java.lang.String nodeName,
java.lang.String serverName
)
Start the WebServer.
cellName
-
The cell where the server is located. nodeName
-
The node where the server is located.ResourceInstanceIdentifier
The resource being modified for the MBean is of type Node
The instance is identified by the value of the parameter
serverName
-
The name of the server.ResourceInstanceIdentifier
The resource being modified for the MBean is of type Server
The instance is identified by the value of the parameter
administrator
operator
public java.lang.String stop(
java.lang.String serverName
)
Stop the WebServer.
serverName
-
The name of the server.ResourceInstanceIdentifier
The resource being modified for the MBean is of type Server
The instance is identified by the value of the parameter
administrator
operator
public java.lang.String stop(
java.lang.String cellName,
java.lang.String nodeName,
java.lang.String serverName
)
Stop the WebServer.
cellName
-
The cell where the server is located. nodeName
-
The node where the server is located.ResourceInstanceIdentifier
The resource being modified for the MBean is of type Node
The instance is identified by the value of the parameter
serverName
-
The name of the server.ResourceInstanceIdentifier
The resource being modified for the MBean is of type Server
The instance is identified by the value of the parameter
administrator
operator
public java.lang.String upload(
java.lang.String serverName,
java.io.File sourceFile,
java.lang.String destPath
)
Upload from WAS repository to the WebServer machine.
serverName
-
The name of the server. sourceFile
-
The file to upload. destPath
-
The destination path for the file at the cell manager.
administrator
operator
public java.lang.String upload(
java.lang.String cellName,
java.lang.String nodeName,
java.lang.String serverName,
java.io.File sourceFile,
java.lang.String destPath
)
Upload from WAS repository to the WebServer machine.
cellName
-
The cell where the server is located. nodeName
-
The node where the server is located. serverName
-
The name of the server. sourceFile
-
The file to upload. destPath
-
The destination path for the file at the cell manager.
administrator
operator
public java.lang.String download(
java.lang.String serverName,
java.lang.String sourcePath,
java.io.File destFile
)
Download from WAS repository to target WebServer machine.
serverName
-
The name of the server. sourcePath
-
The source location of the file to download from the cell manager. destFile
-
The target file to create.
administrator
operator
public java.lang.String download(
java.lang.String cellName,
java.lang.String nodeName,
java.lang.String serverName,
java.lang.String sourcePath,
java.io.File destFile
)
Download from WAS repository to target WebServer machine.
cellName
-
The cell where the server is located. nodeName
-
The node where the server is located. serverName
-
The name of the server. sourcePath
-
The source location of the file to download from the cell manager. destFile
-
The target file to create.
administrator
operator
public java.lang.String download(
java.lang.String serverName,
java.lang.String sourcePath,
java.io.File destFile,
long beginIndex,
long endIndex
)
Download from WAS repository to target WebServer machine.
serverName
-
The name of the server. sourcePath
-
The source location of the file to download from the cell manager. destFile
-
The target file to create. beginIndex
-
The index to begin the partial file transfer. endIndex
-
The index to end the partial file transfer.
administrator
operator
public java.lang.String download(
java.lang.String cellName,
java.lang.String nodeName,
java.lang.String serverName,
java.lang.String sourcePath,
java.io.File destFile,
long beginIndex,
long endIndex
)
Download from WAS repository to target WebServer machine.
cellName
-
The cell where the server is located. nodeName
-
The node where the server is located. serverName
-
The name of the server. sourcePath
-
The source location of the file to download from the cell manager. destFile
-
The target file to create. beginIndex
-
The index to begin the partial file transfer. endIndex
-
The index to end the partial file transfer.
administrator
operator
public long linecount(
java.lang.String serverName,
java.lang.String destPath
)
Obtain number of lines for specified file on target WebServer machine.
serverName
-
The name of the server. destPath
-
The target file to get the line count from.
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public long linecount(
java.lang.String cellName,
java.lang.String nodeName,
java.lang.String serverName,
java.lang.String destPath
)
Obtain number of lines for specified file on target WebServer machine.
cellName
-
The cell where the server is located. nodeName
-
The node where the server is located. serverName
-
The name of the server. destPath
-
The target file to get the line count from.
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public java.lang.String ping(
java.lang.String serverName
)
Ping the WebServer.
serverName
-
The name of the server.
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public java.lang.String ping(
java.lang.String cellName,
java.lang.String nodeName,
java.lang.String serverName
)
Ping the WebServer.
cellName
-
The cell where the server is located. nodeName
-
The node where the server is located. serverName
-
The name of the server.
administrator
operator
configurator
monitor
deployer
adminsecuritymanager