public class RemoteClientManagerBean extends Object implements RemoteClientManagerLocal
| Constructor and Description |
|---|
RemoteClientManagerBean() |
| Modifier and Type | Method and Description |
|---|---|
File |
getRemoteClientBinaryFile()
Returns the path on the server's file system where the CLI binary is found.
|
File |
getRemoteClientVersionFile()
Returns the path on the server's file system where the CLI version file is found.
|
Properties |
getRemoteClientVersionFileContent()
Returns the content of the CLI version file, which simply consists
of some name/value pairs.
|
public File getRemoteClientVersionFile() throws Exception
RemoteClientManagerLocalgetRemoteClientVersionFile in interface RemoteClientManagerLocalException - if the file could not be created or foundpublic Properties getRemoteClientVersionFileContent() throws Exception
RemoteClientManagerLocalgetRemoteClientVersionFileContent in interface RemoteClientManagerLocalException - if cannot read the version filepublic File getRemoteClientBinaryFile() throws Exception
RemoteClientManagerLocalgetRemoteClientBinaryFile in interface RemoteClientManagerLocalException - if the binary file does not existCopyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.