com.ibm.sysmgt.sdk.remote
Class RemoteImplSession

java.lang.Object
  extended bycom.ibm.sysmgt.sdk.remote.LoginSession
      extended bycom.ibm.sysmgt.sdk.remote.RemoteImplSession

public final class RemoteImplSession
extends LoginSession

Not currently used by the DirectorRemoteSdk


Constructor Summary
RemoteImplSession(DirectorServer manager, java.lang.String userid, java.lang.String password, java.util.Locale locale)
          Constructor
 
Method Summary
 void disconnect()
          disconnect
 User getUser()
          getUser
 boolean isActive()
          isActive
 boolean sendCommand(Command command)
          sendCommand
 
Methods inherited from class com.ibm.sysmgt.sdk.remote.LoginSession
createCall, endSession, getLocale, getManager, printDebugMessages, remoteSdkRequest, remoteSdkRequest, setLocale, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RemoteImplSession

public RemoteImplSession(DirectorServer manager,
                         java.lang.String userid,
                         java.lang.String password,
                         java.util.Locale locale)
                  throws java.io.IOException,
                         TWGInitParmException,
                         TWGLinkNotSupportedException,
                         TWGBadUserIDException,
                         TWGBadPasswordException,
                         ServiceNodeClosedException,
                         ServiceNodeException
Constructor

Method Detail

disconnect

public void disconnect()
disconnect


isActive

public boolean isActive()
isActive

Specified by:
isActive in class LoginSession

sendCommand

public boolean sendCommand(Command command)
                    throws ServerCommunicationException
sendCommand

Overrides:
sendCommand in class LoginSession
Returns:
Throws:
ServerCommunicationException

getUser

public User getUser()
getUser