Uses of Class
fr.gedeon.telnetservice.PromptDecoratorCreateException

Packages that use PromptDecoratorCreateException
fr.gedeon.telnetservice This package homes the core components of the telnetservice. 
 

Uses of PromptDecoratorCreateException in fr.gedeon.telnetservice
 

Methods in fr.gedeon.telnetservice that throw PromptDecoratorCreateException
 PromptDecorator TelnetServiceExtensionAbstractImpl.getPromptDecorator()
           
 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.
 



Copyright © 2008. All Rights Reserved.