Extension SDK

oracle.jdeveloper.cm
Class OracleAS10gConnectionType

java.lang.Object
  |
  +--oracle.jdeveloper.cm.IasRemoteDcmConnectionType
        |
        +--oracle.jdeveloper.cm.OracleAS10gConnectionType
All Implemented Interfaces:
ConnectionType

public class OracleAS10gConnectionType
extends IasRemoteDcmConnectionType


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

Field Detail

CONN_ORACLE_AS_10G

public static final java.lang.String CONN_ORACLE_AS_10G
Constructor Detail

OracleAS10gConnectionType

public OracleAS10gConnectionType()
Method Detail

getName

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

getTypeName

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

Extension SDK