Interface StartupInformation

All Known Subinterfaces:
StartupInformation.Ibm3270, StartupInformation.Ibm5250

public interface StartupInformation
This interface describes the startup information for a host session. There are implementations for IBM 3270 and IBM 5250.
Version:
$Id: CJL2CodeTemplates.xml,v 1.2 2011/02/16 16:13:58 MRomijn Exp $
Author:
mromijn
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    This interface describes the startup information for an IBM 3270 host session.
    static interface 
    This interface describes the startup information for an IBM 5250 host session.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    This constant can be returned by getEmulator() to indicate that the startup information instance is StartupInformation.Ibm3270
    static final String
    This constant can be returned by getEmulator() to indicate that the startup information instance is StartupInformation.Ibm5250
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the type of emulator for which this is the startup information.