public final class ConnectionUtil
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CONNECTION_ID |
Modifier and Type | Method and Description |
---|---|
static java.util.List<java.lang.String> |
getApplicationResourcesConnections(oracle.adf.share.connection.ConnectionType connType)
Returns a String of all Application Resource Connections in Resource
palette for the connection type specified in the constructor
|
static java.util.List<java.lang.String> |
getConnections(javax.naming.Context connectionCtx,
oracle.adf.share.connection.ConnectionType connType) |
static oracle.adf.share.jndi.AdfJndiContext |
getConnectionsContext(Context context)
Deprecated.
use RescatContextRegistry to lookup a RescatContext and get the
connection context from RescatContext
|
static javax.swing.Icon |
getIcon(oracle.adf.share.connection.ConnectionType connectionType) |
static java.util.List<java.lang.String> |
getResourcePaletteConnections(oracle.adf.share.connection.ConnectionType connType)
Returns a String of all IDE Connections in Resource palette for the
connection type specified in the constructor
|
static MetaClass<Wizard> |
getWizardMetaClass(oracle.adf.share.connection.ConnectionType connectionType) |
static boolean |
showWizard(oracle.adf.share.connection.ConnectionType type,
Context context) |
static boolean |
showWizard(ConnectionTypeInfo info,
Context context) |
public static final java.lang.String CONNECTION_ID
public static boolean showWizard(oracle.adf.share.connection.ConnectionType type, Context context)
public static boolean showWizard(ConnectionTypeInfo info, Context context)
public static MetaClass<Wizard> getWizardMetaClass(oracle.adf.share.connection.ConnectionType connectionType)
public static javax.swing.Icon getIcon(oracle.adf.share.connection.ConnectionType connectionType)
@Deprecated public static oracle.adf.share.jndi.AdfJndiContext getConnectionsContext(Context context)
public static java.util.List<java.lang.String> getConnections(javax.naming.Context connectionCtx, oracle.adf.share.connection.ConnectionType connType) throws java.lang.Exception
java.lang.Exception
public static java.util.List<java.lang.String> getApplicationResourcesConnections(oracle.adf.share.connection.ConnectionType connType) throws java.lang.Exception
java.lang.Exception
public static java.util.List<java.lang.String> getResourcePaletteConnections(oracle.adf.share.connection.ConnectionType connType) throws java.lang.Exception
java.lang.Exception