|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jasig.portal.channels.error.CTimeout
@Deprecated public final class CTimeout
A channel which exists to demonstrate timing out on render. This channel will hang for 30 seconds on rendering. This will likely be greater than the configured channel timeout and so the channel rendering framework should fall back on using CError to render an error message. This channel exists to facilitate demonstrating that fallback behavior.
| Field Summary | |
|---|---|
protected org.apache.commons.logging.Log |
log
Deprecated. |
| Constructor Summary | |
|---|---|
CTimeout()
Deprecated. Do-nothing constructor |
|
| Method Summary | |
|---|---|
ChannelRuntimeProperties |
getRuntimeProperties()
Deprecated. Acquires ChannelRuntimeProperites from the channel. |
void |
receiveEvent(PortalEvent ev)
Deprecated. Passes an outside event to a channel. |
void |
renderXML(ContentHandler out)
Deprecated. Ask channel to render its content. |
void |
setRuntimeData(ChannelRuntimeData rd)
Deprecated. Passes ChannelRuntimeData to the channel. |
void |
setStaticData(ChannelStaticData sd)
Deprecated. Passes ChannelStaticData to the channel. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final org.apache.commons.logging.Log log
| Constructor Detail |
|---|
public CTimeout()
| Method Detail |
|---|
public ChannelRuntimeProperties getRuntimeProperties()
IChannel
getRuntimeProperties in interface IChannelChannelRuntimePropertiespublic void receiveEvent(PortalEvent ev)
IChannel
receiveEvent in interface IChannelev - PortalEvent objectPortalEventpublic void setStaticData(ChannelStaticData sd)
IChannel
setStaticData in interface IChannelsd - channel static dataChannelStaticDatapublic void setRuntimeData(ChannelRuntimeData rd)
IChannel
setRuntimeData in interface IChannelrd - channel runtime dataChannelRuntimeData
public void renderXML(ContentHandler out)
throws PortalException
IChannel
renderXML in interface IChannelout - the SAX ContentHandler to output content to
PortalException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||