Class ThrottleGroupsFactory
- java.lang.Object
-
- org.apache.manifoldcf.connectorcommon.interfaces.ThrottleGroupsFactory
-
public class ThrottleGroupsFactory extends java.lang.Object
Thread-local IThrottleGroups factory.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static class
ThrottleGroupsFactory.ThrottlerPoll
Class that polls throttlerprotected static class
ThrottleGroupsFactory.ThrottlerShutdown
Class that cleans up throttler on exit
-
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 IThrottleGroups
make(IThreadContext tc)
Make a connection throttle handle.static void
register()
Register the throttle groups ManifoldCF service.
-
-
-
Field Detail
-
_rcsid
public static final java.lang.String _rcsid
- See Also:
- Constant Field Values
-
-
Method Detail
-
make
public static IThrottleGroups make(IThreadContext tc) throws ManifoldCFException
Make a connection throttle handle.- Parameters:
tc
- is the thread context.- Returns:
- the handle.
- Throws:
ManifoldCFException
-
register
public static void register()
Register the throttle groups ManifoldCF service.
-
-