Extension SDK 9.0.5

oracle.jdeveloper.cm
Class Tomcat3ConnectionType

java.lang.Object
  extended byoracle.jdeveloper.cm.TomcatConnectionType
      extended byoracle.jdeveloper.cm.Tomcat3ConnectionType
All Implemented Interfaces:
ConnectionType

public final class Tomcat3ConnectionType
extends TomcatConnectionType

Implementation of the ConnectionType interface for this Connection Type.


Field Summary
static java.lang.String CONN_TOMCAT_3_LOCAL
           
 
Fields inherited from class oracle.jdeveloper.cm.TomcatConnectionType
TOMCAT_WEBAPPS_DIR
 
Constructor Summary
Tomcat3ConnectionType()
           
 
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.TomcatConnectionType
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_TOMCAT_3_LOCAL

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

Tomcat3ConnectionType

public Tomcat3ConnectionType()
Method Detail

getName

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


getTypeName

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


Extension SDK

 

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