com.ibm.cics.server

Interface Constants



  • public interface Constants

    Constants that are common to the JCICS library.

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String CICS_USER_OUTPUT_CLASSNAME_PROPERTY
      The OSGi service property used to indicate the class name of a service that implements OutputRedirectionPlugin and is used as a user output class.
      static java.lang.String COPYRIGHT
      Copyright statement
    • Field Detail

      • CICS_USER_OUTPUT_CLASSNAME_PROPERTY

        static final java.lang.String CICS_USER_OUTPUT_CLASSNAME_PROPERTY
        The OSGi service property used to indicate the class name of a service that implements OutputRedirectionPlugin and is used as a user output class. This property is used to retrieve services by class name as specified by the JVM profile.
        See Also:
        Constant Field Values