|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Deprecated public interface IServantController
An interface that an instance of IController for the jsp channel type must implement to be used within the ServantChannel subclass of the jsp channel type and hence can provide servant capabilities. This interface provides the same functionality for the jsp channel type that IServant does for IChannel.
| Method Summary | |
|---|---|
void |
configure(Object o)
Deprecated. Enables the containing channel to change configuration of the servant if supported by the servant channel at any point in time. |
Object[] |
getResults()
Deprecated. Many servant channels will fulfill their function by providing some set of 1 or more Objects to the Master Channel. |
boolean |
isFinished()
Deprecated. Allows the Master Channel to ascertain if the Servant has accomplished the requested task (Note that the way which a certain task is requested can be specified by this interface or through some particular configuration paramaters used to initialize the servant.) |
| Method Detail |
|---|
void configure(Object o)
o - boolean isFinished()
Object[] getResults()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||