net.homeip.mleclerc.omnilink.message
Class LoginControl

java.lang.Object
  extended bynet.homeip.mleclerc.omnilink.messagebase.Message
      extended bynet.homeip.mleclerc.omnilink.messagebase.RequestMessage
          extended bynet.homeip.mleclerc.omnilink.message.LoginControl
All Implemented Interfaces:
java.io.Serializable

public class LoginControl
extends RequestMessage

See Also:
Serialized Form

Field Summary
 
Fields inherited from class net.homeip.mleclerc.omnilink.messagebase.Message
START_CHAR
 
Constructor Summary
LoginControl(java.lang.String userCode)
           
 
Method Summary
protected  ReplyMessage createReplyMessage(SystemTypeEnum model)
           
 
Methods inherited from class net.homeip.mleclerc.omnilink.messagebase.RequestMessage
execute, validate
 
Methods inherited from class net.homeip.mleclerc.omnilink.messagebase.Message
execute, getData, getExpectedByteCount, getMessageBytes, getMessageLength, getMessageType, setData, setMessageFields
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoginControl

public LoginControl(java.lang.String userCode)
             throws CommunicationException
Method Detail

createReplyMessage

protected ReplyMessage createReplyMessage(SystemTypeEnum model)
Specified by:
createReplyMessage in class RequestMessage