public class ThrottleGroupsFactory
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
protected static class |
ThrottleGroupsFactory.ThrottlerPoll
Class that polls throttler
|
protected static class |
ThrottleGroupsFactory.ThrottlerShutdown
Class that cleans up throttler on exit
|
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
_rcsid |
Modifier and Type | Method and Description |
---|---|
static IThrottleGroups |
make(IThreadContext tc)
Make a connection throttle handle.
|
static void |
register()
Register the throttle groups ManifoldCF service.
|
public static final java.lang.String _rcsid
public static IThrottleGroups make(IThreadContext tc) throws ManifoldCFException
tc
- is the thread context.ManifoldCFException
public static void register()