|
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 ConnectionWrapperpublic java.lang.Object getPresentation(java.lang.String connType)
ConnectionWrapperconnType.
connType is defined by constants in
ConnectionDescriptor.
getPresentation in interface ConnectionWrapperpublic boolean containsPresentation(java.lang.String connType)
ConnectionWrapper
containsPresentation in interface ConnectionWrapperpublic java.util.Iterator getPresentationIterator()
ConnectionWrapper
getPresentationIterator in interface ConnectionWrapperpublic void closeConnection()
ConnectionWrapperConnectionWrapper
closeConnection in interface ConnectionWrapper
public void testPresentation(java.lang.String connType)
throws CMException
ConnectionWrapperCMException on failure.
testPresentation in interface ConnectionWrapperconnType - 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.