com.telelogic.integration.wswb.core
Class CMSRegisteredConnectionNew

java.lang.Object
  extended by com.telelogic.integration.wswb.core.CMSRegisteredConnection
      extended by com.telelogic.integration.wswb.core.CMSRegisteredConnectionNew
All Implemented Interfaces:
java.io.Serializable

public class CMSRegisteredConnectionNew
extends CMSRegisteredConnection
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: CMSRegisteredConnectionNew.java,5:java:A#1 % %date_created: Wednesday, March 26, 2008 2:29:29 PM %
Author:
usjowo, %derived_by: usjowo %
See Also:
Serialized Form

Field Summary
 boolean dynamicEngineConfig
           
 java.lang.String dynamicEngineHost
           
 
Fields inherited from class com.telelogic.integration.wswb.core.CMSRegisteredConnection
bytes, ccmDelim, clientDatabase, clientHome, connectionName, databasePath, engineHost, isDefault, password, savePassword, synergyInstallPath, userName
 
Constructor Summary
CMSRegisteredConnectionNew()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dynamicEngineConfig

public boolean dynamicEngineConfig

dynamicEngineHost

public java.lang.String dynamicEngineHost
Constructor Detail

CMSRegisteredConnectionNew

public CMSRegisteredConnectionNew()