PromptDecorator |
TelnetServiceExtension.getPromptDecorator()
Serve an instance of the ActionListener implemented by this service extension.
Although it is recommended that the Action Listener implementation be stateless (with all
state stored in the SessionState ), it is left to the implementing party to decide
whether to serve a singleton, an instance from a managed pool or a new instance at each call.
This method will be called once per session, at session construction time, following the
order described in the package documentation. |