com.ibm.sysmgt.sdk.remote
Class LocalServiceNodeImplSession

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

public class LocalServiceNodeImplSession
extends LoginSession

Use internally by the DirectorRemoteSdk


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

Constructor Detail

LocalServiceNodeImplSession

public LocalServiceNodeImplSession(DirectorServer manager,
                                   java.lang.String userid,
                                   java.lang.String password,
                                   java.util.Locale locale)
Constructor

Parameters:
manager -
userid -
password -
locale -
Method Detail

sendCommand

public boolean sendCommand(Command command)
                    throws ServerCommunicationException
sendCommand

Overrides:
sendCommand in class LoginSession
Returns:
Throws:
ServerCommunicationException

endSession

public void endSession()
endSession

Overrides:
endSession in class LoginSession

isActive

public boolean isActive()
                 throws ServerCommunicationException
Specified by:
isActive in class LoginSession
Throws:
ServerCommunicationException

getUser

public User getUser()
getUser

Returns:
user

printDebugMessages

public void printDebugMessages()
printDebugMessages

Overrides:
printDebugMessages in class LoginSession