|
Extension SDK | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.jdeveloper.cm.IasRemoteDcmConnectionWrapper
Method Summary | |
void |
closeConnection()
Closes all presentations owned by this ConnectionWrapper |
boolean |
containsPresentation(java.lang.String connType)
Checks to see if a given connection type is contained in this wrapper |
static java.util.Map |
generateMacros(JProject curProject,
ConnectionDescriptor cd,
java.util.List errors)
|
ConnectionDescriptor |
getDescriptor()
|
java.lang.Object |
getPresentation(java.lang.String connType)
Returns the connection object for type connType . |
java.util.Iterator |
getPresentationIterator()
Enumerates the types of connections supported by this wrapper |
void |
testPresentation(java.lang.String connType)
Tests the given presentation, throws CMException on failure. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public ConnectionDescriptor getDescriptor()
getDescriptor
in interface ConnectionWrapper
public java.lang.Object getPresentation(java.lang.String connType)
ConnectionWrapper
connType
.
connType
is defined by constants in
ConnectionDescriptor
.
getPresentation
in interface ConnectionWrapper
public boolean containsPresentation(java.lang.String connType)
ConnectionWrapper
containsPresentation
in interface ConnectionWrapper
public java.util.Iterator getPresentationIterator()
ConnectionWrapper
getPresentationIterator
in interface ConnectionWrapper
public void closeConnection()
ConnectionWrapper
ConnectionWrapper
closeConnection
in interface ConnectionWrapper
public void testPresentation(java.lang.String connType) throws CMException
ConnectionWrapper
CMException
on failure.
testPresentation
in interface ConnectionWrapper
connType
- The connection type constants as defined in the
ConnectionDescriptor
class.
CMException
public static java.util.Map generateMacros(JProject curProject, ConnectionDescriptor cd, java.util.List errors)
|
Extension SDK | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright ©1997, 2003, Oracle. All rights reserved.