|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jasig.portal.MultithreadedCharacterChannelAdapter
@Deprecated public class MultithreadedCharacterChannelAdapter
Internal adaptor class that presents IMultithreadedCharacterChannel as a simple IChannel
IMultithreadedCharacterChannel| Constructor Summary | |
|---|---|
MultithreadedCharacterChannelAdapter(IMultithreadedCharacterChannel channel,
String uid)
Deprecated. |
|
| Method Summary | |
|---|---|
ChannelRuntimeProperties |
getRuntimeProperties()
Deprecated. Acquires ChannelRuntimeProperites from the channel. |
void |
receiveEvent(PortalEvent ev)
Deprecated. Passes an outside event to a channel. |
void |
renderCharacters(PrintWriter pw)
Deprecated. Asks the channel to render its content as characters. |
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 |
| Constructor Detail |
|---|
public MultithreadedCharacterChannelAdapter(IMultithreadedCharacterChannel channel,
String uid)
| Method Detail |
|---|
public void setStaticData(ChannelStaticData sd)
throws PortalException
IChannel
setStaticData in interface IChannelsd - channel static data
PortalExceptionChannelStaticData
public void setRuntimeData(ChannelRuntimeData rd)
throws PortalException
IChannel
setRuntimeData in interface IChannelrd - channel runtime data
PortalExceptionChannelRuntimeDatapublic void receiveEvent(PortalEvent ev)
IChannel
receiveEvent in interface IChannelev - PortalEvent objectPortalEventpublic ChannelRuntimeProperties getRuntimeProperties()
IChannel
getRuntimeProperties in interface IChannelChannelRuntimeProperties
public void renderXML(ContentHandler out)
throws PortalException
IChannel
renderXML in interface IChannelout - the SAX ContentHandler to output content to
PortalException
public void renderCharacters(PrintWriter pw)
throws PortalException
ICharacterChannel
renderCharacters in interface ICharacterChannelpw - a PrintWriter value into which the character output should be directed
PortalException - if an error occurs
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||