com.wilko.jaim
Class LoginCompleteTocResponse

java.lang.Object
  |
  +--com.wilko.jaim.TocResponse
        |
        +--com.wilko.jaim.LoginCompleteTocResponse

public class LoginCompleteTocResponse
extends TocResponse

This is a "pseudo" TOC response - it is delivered to JaimLib clients to indicate that login processing has been completed successfully.

Author:
wilko

Field Summary
static java.lang.String RESPONSE_TYPE
           
 
Fields inherited from class com.wilko.jaim.TocResponse
cmd
 
Constructor Summary
LoginCompleteTocResponse()
          Creates a new instance of LoginCompleteTocResponse
 
Method Summary
 java.lang.String getResponseType()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

RESPONSE_TYPE

public static final java.lang.String RESPONSE_TYPE
See Also:
Constant Field Values
Constructor Detail

LoginCompleteTocResponse

public LoginCompleteTocResponse()
Creates a new instance of LoginCompleteTocResponse

Method Detail

getResponseType

public java.lang.String getResponseType()
Specified by:
getResponseType in class TocResponse

toString

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

jaimlib.sourceforge.net