|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jasig.portal.ChannelRendererFactory
@Deprecated public final class ChannelRendererFactory
The ChannelRendererFactory creates
IChannelRendererFactory objects which are used to construct
IChannelRenderer objects with implementation specific
parameters.
This factory design is motivated by the need for different kinds of
IChannelRenderer implementations including single-threaded
serial channel renderers, multi-threaded parallel channel renderers, and
thread-pool serial/parallel channel renderers.
| Field Summary | |
|---|---|
static String |
RCS_ID
Deprecated. Class version identifier. |
| Constructor Summary | |
|---|---|
ChannelRendererFactory()
Deprecated. |
|
| Method Summary | |
|---|---|
static IChannelRendererFactory |
newInstance(String keyBase,
AtomicLong activeThreads,
AtomicLong maxActiveThreads)
Deprecated. Creates a new instance of a channel renderer factory object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String RCS_ID
Class version identifier.
| Constructor Detail |
|---|
public ChannelRendererFactory()
| Method Detail |
|---|
public static final IChannelRendererFactory newInstance(String keyBase,
AtomicLong activeThreads,
AtomicLong maxActiveThreads)
Creates a new instance of a channel renderer factory object. This
factory looks for the property keyBase + ".factoryClassName"
in the configuration system and then reflectively constructs the
factory class with a single string argument constructor, passing in
the keyBase as the argument.
keyBase - configuration base key
null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||