| Package | Description |
|---|---|
| com.sun.enterprise.util.cluster.windows.io | |
| com.sun.enterprise.util.cluster.windows.process | |
| org.glassfish.cluster.ssh.util |
| Modifier and Type | Method and Description |
|---|---|
void |
WindowsRemoteFile.copyFrom(BufferedInputStream sin)
Copies from sin to this WindowsRemoteFile
|
void |
WindowsRemoteFile.copyFrom(Collection<String> from) |
void |
WindowsRemoteFile.copyFrom(File from,
RemoteFileCopyProgress progress) |
void |
WindowsRemoteFile.copyFrom(String from) |
void |
WindowsRemoteFile.copyTo(File file)
Copy the remote Windows file to the given File
|
void |
WindowsRemoteFile.copyTo(File file,
RemoteFileCopyProgress progress)
Copy the remote Windows file to the given File
|
void |
WindowsRemoteFile.copyTo(WindowsRemoteFile wf) |
void |
WindowsRemoteFile.createNewFile() |
void |
WindowsRemoteFile.delete() |
boolean |
WindowsRemoteFile.exists()
THis returns 3 states:
1.
|
String[] |
WindowsRemoteFile.list() |
void |
WindowsRemoteFile.mkdirs() |
void |
WindowsRemoteFile.mkdirs(boolean force) |
void |
WindowsRemoteFile.setLastModified(long when) |
| Constructor and Description |
|---|
WindowsRemoteFile(WindowsCredentials bonafides,
String path) |
WindowsRemoteFile(WindowsRemoteFile parent,
String path) |
WindowsRemoteFile(WindowsRemoteFileSystem wrfs,
String path) |
WindowsRemoteFileSystem(String hostname,
jcifs.smb.NtlmPasswordAuthentication auth) |
WindowsRemoteFileSystem(String hostname,
String username,
String password) |
WindowsRemoteFileSystem(WindowsCredentials cr) |
| Modifier and Type | Method and Description |
|---|---|
int |
WindowsWmi.getCount() |
String[] |
WindowsWmi.getInfo() |
static boolean |
WindowsRemotePinger.ping(String remoteInstallRoot,
WindowsCredentials bonafides) |
String |
WindowsRemoteAsadmin.run(Collection<String> cmdArgs)
Run a remote asadmin script command
|
String |
WindowsRemoteScripter.run(Collection<String> cmdArgs)
Run a remote script command.
|
String |
WindowsRemoteAsadmin.run(String cmd)
Run a remote asadmin script command
|
String |
WindowsRemoteScripter.run(String cmd)
Run a remote script command
|
| Constructor and Description |
|---|
WindowsWmi(WindowsCredentials bonafides) |
| Constructor and Description |
|---|
DcomInfo(Node theNode) |
Copyright © 2017. All rights reserved.