public class OutputConnectionManagerFactory
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
_rcsid |
Modifier and Type | Method and Description |
---|---|
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.
|
public static final java.lang.String _rcsid
public static IOutputConnectionManager make(IThreadContext tc) throws ManifoldCFException
tc
- is the thread context.ManifoldCFException
public static java.lang.String[] getAllOutputActivities(IThreadContext tc) throws ManifoldCFException
tc
- is the thread context.ManifoldCFException