com.telelogic.integration.wswb.core
Class CMSRegisteredConnection
java.lang.Object
com.telelogic.integration.wswb.core.CMSRegisteredConnection
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- CMSRegisteredConnectionNew
public class CMSRegisteredConnection
- extends java.lang.Object
- implements java.io.Serializable
This class represents a connection to be stored on the local system.
The class stores information about a connection established by the user that is
reloaded by the integration upon startup. It implements interface Serializable.
Copyright (c) 1993-2005 Telelogic AB
All rights reserved.
This software is the confidential and proprietary information of
Telelogic AB (Confidential Information). You shall not
disclose such Confidential Information and shall use it only in
accordance with the terms of the license agreement you entered into
with Telelogic.
- Version:
- %full_filespec: CMSRegisteredConnection.java,19:java:A#1 % %date_created: Wednesday, March 26, 2008 2:29:29 PM %
- Author:
- usjowo, %derived_by: usjowo %
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
connectionName
public java.lang.String connectionName
userName
public java.lang.String userName
password
public java.lang.String password
bytes
public byte[] bytes
synergyInstallPath
public java.lang.String synergyInstallPath
databasePath
public java.lang.String databasePath
engineHost
public java.lang.String engineHost
clientHome
public java.lang.String clientHome
clientDatabase
public java.lang.String clientDatabase
savePassword
public boolean savePassword
isDefault
public boolean isDefault
ccmDelim
public java.lang.String ccmDelim
CMSRegisteredConnection
public CMSRegisteredConnection()