|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jasig.portal.ChannelRendererFactoryImpl
@Deprecated public final class ChannelRendererFactoryImpl
The ChannelRendererFactoryImpl creates
IChannelRenderer objects which use a bounded thread pool.
| Field Summary | |
|---|---|
static String |
RCS_ID
Deprecated. Class version identifier. |
| Constructor Summary | |
|---|---|
ChannelRendererFactoryImpl(String keyBase,
AtomicLong activeThreads,
AtomicLong maxActiveThreads)
Deprecated. Creates a new instance of a bounded thread pool channel renderer factory object. |
|
| Method Summary | |
|---|---|
IChannelRenderer |
newInstance(IChannel channel,
ChannelRuntimeData channelRuntimeData)
Deprecated. Creates a new instance of a channel renderer 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 ChannelRendererFactoryImpl(String keyBase,
AtomicLong activeThreads,
AtomicLong maxActiveThreads)
Creates a new instance of a bounded thread pool channel
renderer factory object. The constructor should not be invoked
directly; it should only be constructed by the
ChannelRendererFactory object.
This factory implooks for the properties:
keyBase + ".threadPool_initialThreads"
keyBase + ".threadPool_maxThreads"
keyBase + ".threadPool_threadPriority"
keyBase + ".threadPool_shared"
in the configuration system and then reflectively constructs the
factory class with the default (no-argument) constructor.
keyBase - configuration base key
or null| Method Detail |
|---|
public IChannelRenderer newInstance(IChannel channel,
ChannelRuntimeData channelRuntimeData)
Creates a new instance of a channel renderer object.
newInstance in interface IChannelRendererFactorychannel - channel to renderchannelRuntimeData - runtime data for the channel to render
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||