ORG.oclc.sip
Class Login
java.lang.Object
|
+--ORG.oclc.sip.Login
- public class Login
- extends Object
This message can be used to login to an ACS server program. the ACS should respond
with the LoginResponse message. Whether to use this message or to use some other
mechanism to login to the ACS is configurable on the SC. When this message is used,
it will be the first message sent to the ACS.
93
Constructor Summary |
Login()
|
Method Summary |
String |
toString()
Generates the String representation of the object. |
Login
public Login()
toString
public final String toString()
- Generates the String representation of the object.
- Returns:
- the String representation of the object.
- Overrides:
- toString in class Object