uPortal 2.4.1
API Documentation

org.jasig.portal.channels.groupsmanager
Class CGroupsManagerServant

java.lang.Object
  extended byorg.jasig.portal.MultithreadedChannelAdapter
      extended byorg.jasig.portal.MultithreadedCacheableChannelAdapter
          extended byorg.jasig.portal.channels.groupsmanager.CGroupsManagerServant
All Implemented Interfaces:
ICacheable, IChannel, IServant

public class CGroupsManagerServant
extends MultithreadedCacheableChannelAdapter
implements IServant

CGroupsManagerServant is an IServant subclass of CGroupsManager This will allow other channels to delegate to CGroupsManager at runtime

Version:
$Revision: 1.15 $
Author:
Alex Vigdor, av317@columbia.edu

Constructor Summary
CGroupsManagerServant(IMultithreadedChannel channel, java.lang.String uid)
          put your documentation comment here
 
Method Summary
 java.lang.Object[] getResults()
          Returns an array of objects representing the result set.
 boolean isFinished()
          True when the servant is ready to pass control back to the master channel.
 void setStaticData(ChannelStaticData sd)
          Sets the staticData.
 
Methods inherited from class org.jasig.portal.MultithreadedCacheableChannelAdapter
generateKey, isCacheValid
 
Methods inherited from class org.jasig.portal.MultithreadedChannelAdapter
getRuntimeProperties, receiveEvent, renderXML, setRuntimeData
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jasig.portal.IChannel
getRuntimeProperties, receiveEvent, renderXML, setRuntimeData
 

Constructor Detail

CGroupsManagerServant

public CGroupsManagerServant(IMultithreadedChannel channel,
                             java.lang.String uid)
put your documentation comment here

Parameters:
channel - (IMultithreadedChannel)
uid - (String)
Method Detail

isFinished

public boolean isFinished()
True when the servant is ready to pass control back to the master channel.

Specified by:
isFinished in interface IServant
Returns:
boolean

setStaticData

public void setStaticData(ChannelStaticData sd)
Sets the staticData.

Specified by:
setStaticData in interface IChannel
Overrides:
setStaticData in class MultithreadedChannelAdapter
Parameters:
sd - (ChannelStaticData)

getResults

public java.lang.Object[] getResults()
Returns an array of objects representing the result set. Note that these are IGroupMembers !!

Specified by:
getResults in interface IServant
Returns:
Object[]

uPortal 2.4.1
API Documentation