fr.gedeon.telnetservice.coreexample1
Class TelnetServiceExtensionExample1Impl

java.lang.Object
  extended by fr.gedeon.telnetservice.TelnetServiceExtensionAbstractImpl
      extended by fr.gedeon.telnetservice.coreexample1.TelnetServiceExtensionExample1Impl
All Implemented Interfaces:
TelnetServiceExtension

public class TelnetServiceExtensionExample1Impl
extends TelnetServiceExtensionAbstractImpl
implements TelnetServiceExtension


Constructor Summary
TelnetServiceExtensionExample1Impl(Example1.ServiceState serviceState)
           
 
Method Summary
 ActionListener getActionListener()
           
 String getDescription()
           
 String getName()
           
 OutputFormatSpi[] getOutputFormats()
           
 PromptDecorator getPromptDecorator()
           
 boolean providesActionListener()
           
 boolean providesOutputFormats()
           
 boolean providesPromptDecorator()
           
 
Methods inherited from class fr.gedeon.telnetservice.TelnetServiceExtensionAbstractImpl
getActionDistributionPriority, getPromptDecoratorPriority, setActionDistributionPriority, setPromptDecorationPriority
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface fr.gedeon.telnetservice.TelnetServiceExtension
getActionDistributionPriority, getPromptDecoratorPriority
 

Constructor Detail

TelnetServiceExtensionExample1Impl

public TelnetServiceExtensionExample1Impl(Example1.ServiceState serviceState)
Method Detail

getName

public String getName()
Specified by:
getName in interface TelnetServiceExtension

getDescription

public String getDescription()
Specified by:
getDescription in interface TelnetServiceExtension

providesActionListener

public boolean providesActionListener()
Specified by:
providesActionListener in interface TelnetServiceExtension
Overrides:
providesActionListener in class TelnetServiceExtensionAbstractImpl

getActionListener

public ActionListener getActionListener()
                                 throws ActionListenerCreateException
Specified by:
getActionListener in interface TelnetServiceExtension
Overrides:
getActionListener in class TelnetServiceExtensionAbstractImpl
Throws:
ActionListenerCreateException

providesPromptDecorator

public boolean providesPromptDecorator()
Specified by:
providesPromptDecorator in interface TelnetServiceExtension
Overrides:
providesPromptDecorator in class TelnetServiceExtensionAbstractImpl

getPromptDecorator

public PromptDecorator getPromptDecorator()
                                   throws PromptDecoratorCreateException
Specified by:
getPromptDecorator in interface TelnetServiceExtension
Overrides:
getPromptDecorator in class TelnetServiceExtensionAbstractImpl
Throws:
PromptDecoratorCreateException

providesOutputFormats

public boolean providesOutputFormats()
Specified by:
providesOutputFormats in interface TelnetServiceExtension
Overrides:
providesOutputFormats in class TelnetServiceExtensionAbstractImpl

getOutputFormats

public OutputFormatSpi[] getOutputFormats()
Specified by:
getOutputFormats in interface TelnetServiceExtension
Overrides:
getOutputFormats in class TelnetServiceExtensionAbstractImpl


Copyright © 2008. All Rights Reserved.