com.ibm.sysmgt.sdk.remote
Class DirectorRemoteSdk

java.lang.Object
  extended bycom.ibm.sysmgt.sdk.remote.DirectorRemoteSdk

public class DirectorRemoteSdk
extends java.lang.Object

DirectorRemoteSdk This is a class to represent the remote interface to start working with the Director Server.


Field Summary
static java.lang.String VERSION
          The version of the DirectorRemoteSdk jar file.
 
Constructor Summary
DirectorRemoteSdk()
          Constructor
 
Method Summary
static DirectorServer getManager()
           
static DirectorServer getManager(java.lang.String managerAddress)
          Find the DirectorServer running on a given IP address.
static java.lang.String getVersion()
          getVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VERSION

public static final java.lang.String VERSION
The version of the DirectorRemoteSdk jar file.

Constructor Detail

DirectorRemoteSdk

public DirectorRemoteSdk()
Constructor

Method Detail

getVersion

public static java.lang.String getVersion()
getVersion


getManager

public static DirectorServer getManager(java.lang.String managerAddress)
                                 throws UnknownManagerException
Find the DirectorServer running on a given IP address.

Parameters:
managerAddress -
Returns:
The manager for the given IP address.
Throws:
UnknownManagerException

getManager

public static DirectorServer getManager()
                                 throws UnknownManagerException
Returns:
The Manager on the local machine.
Throws:
UnknownManagerException