| |
|
| java.lang.Object org.jasig.portal.ICCRegistry
ICCRegistry | public class ICCRegistry (Code) | | A proxy class that allows channels to contribute to inter channel
communication registry.
author: Peter Kharchenk author: version: $Revision: 34804 $ |
ICCRegistry | public ICCRegistry(ChannelManager cm, String currentChannelSubscribeId)(Code) | | Creates a new IICRegistry instance.
Parameters: cm - a ChannelManager value Parameters: currentChannelSubscribeId - a String value |
addInstructorChannel | public void addInstructorChannel(String channelSubscribeId)(Code) | | Add an instructor channel (to which the current channel will listen)
Parameters: channelSubscribeId - a String value |
addListenerChannel | public void addListenerChannel(String channelSubscribeId)(Code) | | Add a listener channel
Parameters: channelSubscribeId - a String value |
removeInstructorChannel | public void removeInstructorChannel(String channelSubscribeId)(Code) | | Remove an instructor channel
Parameters: channelSubscribeId - a String value |
removeListenerChannel | public void removeListenerChannel(String channelSubscribeId)(Code) | | Remove a listener channel
Parameters: channelSubscribeId - a String value |
|
|
|