com.ibm.cics.server
Interface Constants


public interface Constants

Constants that are common to the JCICS library.


Field Summary
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_notice
          Comment for copyright notice
 

Field Detail

copyright_notice

static final java.lang.String copyright_notice
Comment for copyright notice

See Also:
Constant Field Values

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