com.telelogic.integration.wswb.core
Class CMSRegisteredConnection

java.lang.Object
  extended by 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

Field Summary
 byte[] bytes
           
 java.lang.String ccmDelim
           
 java.lang.String clientDatabase
           
 java.lang.String clientHome
           
 java.lang.String connectionName
           
 java.lang.String databasePath
           
 java.lang.String engineHost
           
 boolean isDefault
           
 java.lang.String password
           
 boolean savePassword
           
 java.lang.String synergyInstallPath
           
 java.lang.String userName
           
 
Constructor Summary
CMSRegisteredConnection()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

CMSRegisteredConnection

public CMSRegisteredConnection()