Extension SDK

oracle.jdeveloper.cm
Class IasRemoteDcmConnectionWrapper

java.lang.Object
  extended byoracle.jdeveloper.cm.IasRemoteDcmConnectionWrapper
All Implemented Interfaces:
ConnectionWrapper

public class IasRemoteDcmConnectionWrapper
extends java.lang.Object
implements ConnectionWrapper


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

getDescriptor

public ConnectionDescriptor getDescriptor()
Specified by:
getDescriptor in interface ConnectionWrapper

getPresentation

public java.lang.Object getPresentation(java.lang.String connType)
Description copied from interface: ConnectionWrapper
Returns the connection object for type connType.

connType is defined by constants in ConnectionDescriptor.

Specified by:
getPresentation in interface ConnectionWrapper

containsPresentation

public boolean containsPresentation(java.lang.String connType)
Description copied from interface: ConnectionWrapper
Checks to see if a given connection type is contained in this wrapper

Specified by:
containsPresentation in interface ConnectionWrapper

getPresentationIterator

public java.util.Iterator getPresentationIterator()
Description copied from interface: ConnectionWrapper
Enumerates the types of connections supported by this wrapper

Specified by:
getPresentationIterator in interface ConnectionWrapper

closeConnection

public void closeConnection()
Description copied from interface: ConnectionWrapper
Closes all presentations owned by this ConnectionWrapper

Specified by:
closeConnection in interface ConnectionWrapper

testPresentation

public void testPresentation(java.lang.String connType)
                      throws CMException
Description copied from interface: ConnectionWrapper
Tests the given presentation, throws CMException on failure.

Specified by:
testPresentation in interface ConnectionWrapper
Parameters:
connType - The connection type constants as defined in the ConnectionDescriptor class.
Throws:
CMException

generateMacros

public static java.util.Map generateMacros(JProject curProject,
                                           ConnectionDescriptor cd,
                                           java.util.List errors)

Extension SDK

 

Copyright ©1997, 2003, Oracle. All rights reserved.