oracle.jbo.client
Class JboCMUtils
java.lang.Object
oracle.jbo.client.JboCMUtils
- public final class JboCMUtils
- extends java.lang.Object
Field Summary |
protected static java.lang.String[] |
urlProtocols
|
Method Summary |
static java.lang.String |
getHostNameFromUrl(java.lang.String url)
|
static java.lang.String |
getIiopUrl(oracle.jdeveloper.cm.ConnectionDescriptor desc)
|
static java.lang.String |
getJdbcUrl(oracle.jdeveloper.cm.ConnectionDescriptor desc)
|
static int |
getPortFromUrl(java.lang.String url)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
urlProtocols
protected static java.lang.String[] urlProtocols
JboCMUtils
public JboCMUtils()
getJdbcUrl
public static java.lang.String getJdbcUrl(oracle.jdeveloper.cm.ConnectionDescriptor desc)
throws oracle.jdeveloper.cm.CMException
- Throws:
oracle.jdeveloper.cm.CMException
getIiopUrl
public static java.lang.String getIiopUrl(oracle.jdeveloper.cm.ConnectionDescriptor desc)
throws oracle.jdeveloper.cm.CMException
- Throws:
oracle.jdeveloper.cm.CMException
getHostNameFromUrl
public static java.lang.String getHostNameFromUrl(java.lang.String url)
getPortFromUrl
public static int getPortFromUrl(java.lang.String url)
Copyright © 1997, 2004, Oracle. All rights reserved.