Class ThrottleGroupsFactory
- java.lang.Object
-
- org.apache.manifoldcf.connectorcommon.interfaces.ThrottleGroupsFactory
-
public class ThrottleGroupsFactory extends java.lang.ObjectThread-local IThrottleGroups factory.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static classThrottleGroupsFactory.ThrottlerPollClass that polls throttlerprotected static classThrottleGroupsFactory.ThrottlerShutdownClass 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 IThrottleGroupsmake(IThreadContext tc)Make a connection throttle handle.static voidregister()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.
-
-