oracle.jdeveloper.cm
Class JbossConnectionType
java.lang.Object
oracle.jdeveloper.cm.JbossConnectionType
- All Implemented Interfaces:
- ConnectionType
- Direct Known Subclasses:
- Jboss30ConnectionType, Jboss32ConnectionType
- public abstract class JbossConnectionType
- extends java.lang.Object
- implements ConnectionType
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
JBOSS_DEPLOY_DIR
public static final java.lang.String JBOSS_DEPLOY_DIR
- See Also:
- Constant Field Values
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
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
Copyright © 1997, 2004, Oracle. All rights reserved.