Package org.glassfish.cluster.ssh.util
Class DcomInfo
- java.lang.Object
-
- org.glassfish.cluster.ssh.util.DcomInfo
-
public final class DcomInfo extends Object
Put this ugly painful intricate parsing in one place to avoid code-bloat... This class is guaranteed thread-safe and immutable- Author:
- Byron Nevins
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WindowsRemoteAsadmingetAsadmin()WindowsCredentialsgetCredentials()StringgetHost()StringgetNadminParentPath()StringgetNadminPath()NodegetNode()StringgetPassword()StringgetRemoteInstallRoot()StringgetRemoteNodeRootDirectory()StringgetUser()StringgetWindowsDomain()
-
-
-
Constructor Detail
-
DcomInfo
public DcomInfo(Node theNode) throws WindowsException
- Throws:
WindowsException
-
-
Method Detail
-
getRemoteNodeRootDirectory
public String getRemoteNodeRootDirectory()
-
getRemoteInstallRoot
public String getRemoteInstallRoot()
-
getNadminPath
public String getNadminPath()
-
getNadminParentPath
public String getNadminParentPath()
-
getCredentials
public WindowsCredentials getCredentials()
-
getNode
public Node getNode()
-
getPassword
public String getPassword()
-
getHost
public String getHost()
-
getUser
public String getUser()
-
getWindowsDomain
public String getWindowsDomain()
-
getAsadmin
public WindowsRemoteAsadmin getAsadmin()
-
-