|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface that a Servant Channel must implement. A Servant Channel is capable of providing some type of interactive service within the flow of another Channel's use. Originally designed for CGroupsManager and CPermissionsManager, which can function both as standalone channels and provide the functions of selecting groups and people, and assigning permissions to them (respectively) for other channels
Method Summary | |
java.lang.Object[] |
getResults()
Many servant channels will fulfil their function by providing some set of 1 or more Objects to the Master Channel. |
boolean |
isFinished()
Allows the Master Channel to ascertain if the Servant has accomplished the requested task (Note that the way which a certain task is requested is not specified by this interface; normally it will be documented by a particular IServant and require some particular configuration paramaters used to initialize the servant) |
Methods inherited from interface org.jasig.portal.IChannel |
getRuntimeProperties, receiveEvent, renderXML, setRuntimeData, setStaticData |
Method Detail |
public boolean isFinished()
public java.lang.Object[] getResults()
|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |