public class ConnectProperties
extends java.lang.Object
| Constructor and Description |
|---|
ConnectProperties(int client,
java.lang.String user,
java.lang.String department,
java.lang.String secret)
Creates a new
ConnectProperties instance with default values for the CP connection (localhost) and language (english). |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
void |
setCPConnection(java.lang.String hostname,
int port)
Sets the connection parameters of the communication process.
|
void |
setLanguage(char language)
Sets the logon language.
|
void |
setTraceListener(TraceListener trace)
Enables or disables the XML trace.
|
java.lang.String |
toString() |
public ConnectProperties(int client,
java.lang.String user,
java.lang.String department,
java.lang.String secret)
ConnectProperties instance with default values for the CP connection (localhost) and language (english).client - Clientuser - User namedepartment - Departmentsecret - Password or tokenpublic void setTraceListener(TraceListener trace)
trace - TraceListener instance or null to disable the trace.public void setLanguage(char language)
language - Allowed values are 'E'(=English), 'D' (=German) and 'F' (=French)public void setCPConnection(java.lang.String hostname,
int port)
hostname - Hostname or IP addressport - Port of the communication processpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object