Extension SDK

oracle.jdeveloper.cm
Class IasRemoteDcmConnectionType

java.lang.Object
  extended byoracle.jdeveloper.cm.IasRemoteDcmConnectionType
All Implemented Interfaces:
ConnectionType
Direct Known Subclasses:
OracleAS10gConnectionType

public class IasRemoteDcmConnectionType
extends java.lang.Object
implements ConnectionType

Implementation of the ConnectionType interface for this Connection Type.


Field Summary
static java.lang.String CONN_IAS_REMOTE_DCM
           
static java.lang.String OC4J_INSTANCE_NAME
           
static java.lang.String REMOTE_ORACLE_HOME
           
 
Constructor Summary
IasRemoteDcmConnectionType()
           
 
Method Summary
 java.lang.String getConnConfigPanelClass()
          Gets the class name of the Configuration Panel
 java.lang.String getConnectionClassName()
          Gets the class of this Connection Type
 java.lang.String getDefaultPassword()
           
 java.lang.String getDefaultUsername()
           
 java.lang.String getFactoryClass()
          Gets the class name of the ConnectionFactory
 java.lang.String getName()
          Gets the friendly name of the Connection Type
 java.lang.String getTypeName()
          Gets the internal name of the Connection Type
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CONN_IAS_REMOTE_DCM

public static final java.lang.String CONN_IAS_REMOTE_DCM
See Also:
Constant Field Values

REMOTE_ORACLE_HOME

public static final java.lang.String REMOTE_ORACLE_HOME
See Also:
Constant Field Values

OC4J_INSTANCE_NAME

public static final java.lang.String OC4J_INSTANCE_NAME
See Also:
Constant Field Values
Constructor Detail

IasRemoteDcmConnectionType

public IasRemoteDcmConnectionType()
Method Detail

getConnConfigPanelClass

public java.lang.String getConnConfigPanelClass()
Description copied from interface: ConnectionType
Gets the class name of the Configuration Panel

Specified by:
getConnConfigPanelClass in interface ConnectionType

getFactoryClass

public java.lang.String getFactoryClass()
Description copied from interface: ConnectionType
Gets the class name of the ConnectionFactory

Specified by:
getFactoryClass in interface ConnectionType

getName

public java.lang.String getName()
Description copied from interface: ConnectionType
Gets the friendly name of the Connection Type

Specified by:
getName in interface ConnectionType

getTypeName

public java.lang.String getTypeName()
Description copied from interface: ConnectionType
Gets the internal name of the Connection Type

Specified by:
getTypeName in interface ConnectionType

getConnectionClassName

public java.lang.String getConnectionClassName()
Description copied from interface: ConnectionType
Gets the class of this Connection Type

Specified by:
getConnectionClassName in interface ConnectionType

toString

public java.lang.String toString()
Specified by:
toString in interface ConnectionType

getDefaultUsername

public java.lang.String getDefaultUsername()
Specified by:
getDefaultUsername in interface ConnectionType

getDefaultPassword

public java.lang.String getDefaultPassword()
Specified by:
getDefaultPassword in interface ConnectionType

Extension SDK

 

Copyright ©1997, 2003, Oracle. All rights reserved.