org.jasig.portal.channels
Class CNumberGuess

java.lang.Object
  extended by org.jasig.portal.channels.CNumberGuess
All Implemented Interfaces:
IChannel

Deprecated. All IChannel implementations should be migrated to portlets

@Deprecated
public class CNumberGuess
extends Object
implements IChannel

A number guessing game which asks the user to enter a number within a certain range as determined by this channel's parameters.

Version:
$Revision: 19776 $
Author:
Ken Weiner, kweiner@unicon.net

Constructor Summary
CNumberGuess()
          Deprecated. Constructs a CNumberGuess.
 
Method Summary
 ChannelRuntimeProperties getRuntimeProperties()
          Deprecated. Returns channel runtime properties
 void receiveEvent(PortalEvent ev)
          Deprecated. Processes layout-level events coming from the portal
 void renderXML(ContentHandler out)
          Deprecated. Output channel content to the portal
 void setRuntimeData(ChannelRuntimeData rd)
          Deprecated. Receives channel runtime data from the portal and processes actions passed to it.
 void setStaticData(ChannelStaticData sd)
          Deprecated. Receive static channel data from the portal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CNumberGuess

public CNumberGuess()
Deprecated. 
Constructs a CNumberGuess.

Method Detail

getRuntimeProperties

public ChannelRuntimeProperties getRuntimeProperties()
Deprecated. 
Returns channel runtime properties

Specified by:
getRuntimeProperties in interface IChannel
Returns:
handle to runtime properties
See Also:
ChannelRuntimeProperties

receiveEvent

public void receiveEvent(PortalEvent ev)
Deprecated. 
Processes layout-level events coming from the portal

Specified by:
receiveEvent in interface IChannel
Parameters:
ev - a portal layout event
See Also:
PortalEvent

setStaticData

public void setStaticData(ChannelStaticData sd)
Deprecated. 
Receive static channel data from the portal

Specified by:
setStaticData in interface IChannel
Parameters:
sd - static channel data
See Also:
ChannelStaticData

setRuntimeData

public void setRuntimeData(ChannelRuntimeData rd)
Deprecated. 
Receives channel runtime data from the portal and processes actions passed to it. The names of these parameters are entirely up to the channel.

Specified by:
setRuntimeData in interface IChannel
Parameters:
rd - handle to channel runtime data
See Also:
ChannelRuntimeData

renderXML

public void renderXML(ContentHandler out)
               throws PortalException
Deprecated. 
Output channel content to the portal

Specified by:
renderXML in interface IChannel
Parameters:
out - a sax document handler
Throws:
PortalException


Copyright © 2010 Jasig. All Rights Reserved.