org.jactr.tools.async.message.command.login
Class LoginCommand

java.lang.Object
  extended by org.jactr.tools.async.message.BaseMessage
      extended by org.jactr.tools.async.message.command.login.LoginCommand
All Implemented Interfaces:
java.io.Serializable, ICommand, IMessage

public class LoginCommand
extends BaseMessage
implements ICommand, java.io.Serializable

Author:
developer
See Also:
Serialized Form

Constructor Summary
LoginCommand(ICredentials credentials)
           
 
Method Summary
 ICredentials getCredentials()
           
 java.lang.String toString()
           
 
Methods inherited from class org.jactr.tools.async.message.BaseMessage
getID
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.jactr.tools.async.message.IMessage
getID
 

Constructor Detail

LoginCommand

public LoginCommand(ICredentials credentials)
Method Detail

getCredentials

public ICredentials getCredentials()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object