Class OutputConnectionManagerFactory
- java.lang.Object
-
- org.apache.manifoldcf.agents.interfaces.OutputConnectionManagerFactory
-
public class OutputConnectionManagerFactory extends java.lang.Object
Repository connection manager factory.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
_rcsid
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method 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.
-
-
-
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
-
-