Uses of Class
com.sun.enterprise.util.cluster.windows.process.WindowsException
-
Packages that use WindowsException Package Description com.sun.enterprise.util.cluster.windows.io com.sun.enterprise.util.cluster.windows.process org.glassfish.cluster.ssh.util -
-
Uses of WindowsException in com.sun.enterprise.util.cluster.windows.io
Methods in com.sun.enterprise.util.cluster.windows.io that throw WindowsException Modifier and Type Method Description voidWindowsRemoteFile. copyFrom(BufferedInputStream sin)Copies from sin to this WindowsRemoteFilevoidWindowsRemoteFile. copyFrom(File from, RemoteFileCopyProgress progress)voidWindowsRemoteFile. copyFrom(String from)voidWindowsRemoteFile. copyFrom(Collection<String> from)voidWindowsRemoteFile. copyTo(WindowsRemoteFile wf)voidWindowsRemoteFile. copyTo(File file)Copy the remote Windows file to the given FilevoidWindowsRemoteFile. copyTo(File file, RemoteFileCopyProgress progress)Copy the remote Windows file to the given FilevoidWindowsRemoteFile. createNewFile()voidWindowsRemoteFile. delete()booleanWindowsRemoteFile. exists()THis returns 3 states: 1.String[]WindowsRemoteFile. list()voidWindowsRemoteFile. mkdirs()voidWindowsRemoteFile. mkdirs(boolean force)voidWindowsRemoteFile. setLastModified(long when)Constructors in com.sun.enterprise.util.cluster.windows.io that throw WindowsException Constructor Description WindowsRemoteFile(WindowsRemoteFile parent, String path)WindowsRemoteFile(WindowsRemoteFileSystem wrfs, String path)WindowsRemoteFile(WindowsCredentials bonafides, String path)WindowsRemoteFileSystem(WindowsCredentials cr)WindowsRemoteFileSystem(String hostname, String username, String password)WindowsRemoteFileSystem(String hostname, jcifs.smb.NtlmPasswordAuthentication auth) -
Uses of WindowsException in com.sun.enterprise.util.cluster.windows.process
Methods in com.sun.enterprise.util.cluster.windows.process that throw WindowsException Modifier and Type Method Description intWindowsWmi. getCount()String[]WindowsWmi. getInfo()static booleanWindowsRemotePinger. ping(String remoteInstallRoot, WindowsCredentials bonafides)StringWindowsRemoteAsadmin. run(String cmd)Run a remote asadmin script commandStringWindowsRemoteAsadmin. run(Collection<String> cmdArgs)Run a remote asadmin script commandStringWindowsRemoteScripter. run(String cmd)Run a remote script commandStringWindowsRemoteScripter. run(Collection<String> cmdArgs)Run a remote script command.Constructors in com.sun.enterprise.util.cluster.windows.process that throw WindowsException Constructor Description WindowsWmi(WindowsCredentials bonafides) -
Uses of WindowsException in org.glassfish.cluster.ssh.util
Constructors in org.glassfish.cluster.ssh.util that throw WindowsException Constructor Description DcomInfo(Node theNode)
-