org.apache.manifoldcf.agents.interfaces
Class OutputConnectionManagerFactory

java.lang.Object
  extended by org.apache.manifoldcf.agents.interfaces.OutputConnectionManagerFactory

public class OutputConnectionManagerFactory
extends java.lang.Object

Repository connection manager factory.


Field Summary
static java.lang.String _rcsid
           
 
Method Summary
static java.lang.String[] getAllOutputActivities(IThreadContext tc)
          Compile a list of all pertinent activities, across all existing output connections.
static IOutputConnectionManager make(IThreadContext tc)
          Make an output connection manager handle.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_rcsid

public static final java.lang.String _rcsid
See Also:
Constant Field Values
Method Detail

make

public static IOutputConnectionManager make(IThreadContext tc)
                                     throws ManifoldCFException
Make an output connection manager handle.

Parameters:
tc - is the thread context.
Returns:
the handle.
Throws:
ManifoldCFException

getAllOutputActivities

public static java.lang.String[] getAllOutputActivities(IThreadContext tc)
                                                 throws ManifoldCFException
Compile a list of all pertinent activities, across all existing output connections.

Parameters:
tc - is the thread context.
Returns:
the sorted list of output connection activities.
Throws:
ManifoldCFException