com.ibm.cics.model

Interface ICorbaServerDefinition

    • Method Detail

      • getUserdata1

        java.lang.String getUserdata1()
        Getter for field USERDATA1

        User data area 1

        Optional string of up to 8 characters that allows you to provide additional site-specific data related to the BAS resource definition. This field is ignored for CICS CSD resource definitions.

      • getUserdata2

        java.lang.String getUserdata2()
        Getter for field USERDATA2

        User data area 2

        Optional string of up to 8 characters that allows you to provide additional site-specific data related to the BAS resource definition. This field is ignored for CICS CSD resource definitions.

      • getUserdata3

        java.lang.String getUserdata3()
        Getter for field USERDATA3

        User data area 3

        Optional string of up to 8 characters that allows you to provide additional site-specific data related to the BAS resource definition. This field is ignored for CICS CSD resource definitions.

      • getJndiprefix

        java.lang.String getJndiprefix()
        Getter for field JNDIPREFIX

        Java naming directory (JNDI) prefix

        A JNDI prefix of up to 255 characters, which is used when enterprise beans are published to the Java Naming and Directory Interface (JNDI). The JNDIPREFIX attribute must match the prefix specified by the client when it uses JNDI to obtain a reference to the home interface for a bean.

      • getSessbeantime

        java.lang.String getSessbeantime()
        Getter for field SESSBEANTIME

        Session bean timeout (DDHHMM)

        The period , in days, hours, and minutes of inactivity after which a session bean may be discarded by CICS:

        • 00,00,00 - Session beans will not be timed out.
        • 00,00,10 - Session beans may be discarded after ten minutes of inactivity. This is the default value.
        • dd,hh,mm - Session beans may be discarded after the specified period of inactivity. The maximum value you can specify is 99 days, 23 hours, and 59 minutes.
      • getShelf

        java.lang.String getShelf()
        Getter for field SHELF

        zSeries File System (zFS) shelf directory

        The 1-255 character fully-qualified name of a directory (a shelf, primarily for deployed JAR files) on zFS. CICS regions into which the CORBASERVER definition is installed must have full permissions to the shelf directory-read, write, and the ability to create subdirectories.

      • getHost

        java.lang.String getHost()
        Getter for field HOST

        TCP/IP host address

        The 255-character host name of this logical EJB/CORBA server (for example, www.example.com), or its dotted decimal IPv4 address (for example, 9.20.181.3), or its colon hexadecimal IPv6 address (for example ABCD:EF01::2345:6789). If an IPv4 address is entered as an IPv4 compatible IPv6 address (deprecated) or an IPv4 mapped IPv6 address (for example ::FFFF:1.2.3.4) it is converted to a standard IPv4 dotted decimal address. IPv6 addresses should not be used for CICS Transaction Server for z/OS, Version 3 Release 2 and earlier releases. This host name is included in Interoperable Object References (IORs) exported for objects in this logical server. Clients must use this host name to access the CICS listener regions.

      • getCertificate

        java.lang.String getCertificate()
        Getter for field CERTIFICATE

        Secure sockets layer (SSL) client certificate

        A 32-character area containing the label of the certificate within the key ring that is used as a client certificate in the SSL handshake for outbound IIOP connections. If the label is blank, the certificate nominated as the default for the key ring is used. The distinguished name within this certificate is used to provide inputs to the Distinguished Name URM (DFHEJDNX).

        Note: If more than 32 characters are entered in this field, only the first 32 will be used.

      • getDjardir

        java.lang.String getDjardir()
        Getter for field DJARDIR

        CICS-deployed JAR file pickup directory

        The 1-255 character fully-qualified name of the deployed JAR file directory (also known as the pickup directory) on zFS. If specified, DJARDIR must refer to a valid zFS directory to which the CICS region has at least read access.

      • getAutopublish

        ICorbaServerDefinition.AutopublishValue getAutopublish()
        Getter for field AUTOPUBLISH

        Auto publish beans to Java naming directory (JNDI)

        Specifies whether the contents of a deployed JAR file should be automatically published to the namespace when the DJAR definition is successfully installed into this CorbaServer:

        • NO - The contents of the deployed JAR file will not be automatically published to the namespace.
        • YES - The contents of the deployed JAR file will be automatically published to the namespace.
        Changing the setting of AUTOPUBLISH affects only DJAR definitions installed after the SET CORBASERVER command is executed. It has no effect on previously-installed DJAR definitions.
      • getUnauth

        java.lang.String getUnauth()
        Getter for field UNAUTH

        TCP/IP service for unauthenticated protocol

        The 8-character name of a TCPIPSERVICE that defines the characteristics of the port which is used for inbound IIOP with no authentication. You must specify a value for the UNAUTH attribute when you define a CORBASERVER, even if you intend that all inbound requests to this CORBASERVER should be authenticated. This is because the PORTNUMBER attribute of the TCPIPSERVICE is required in order to construct IORs that are exported from this logical server.

      • getClientcert

        java.lang.String getClientcert()
        Getter for field CLIENTCERT

        TCP/IP service for client certificated protocol

        The 8-character name of a TCPIPSERVICE that defines the characteristics of the port which is used for inbound IIOP with SSL client certificate authentication. This attribute is optional.

      • getSslunauth

        java.lang.String getSslunauth()
        Getter for field SSLUNAUTH

        TCP/IP service for SSL AUTHENTICATE=NO protocol

        The 8-character name of a TCPIPSERVICE that defines the characteristics of the port which is used for inbound IIOP with SSL but no client authentication. This attribute is optional.

      • getStatus

        ICorbaServerDefinition.StatusValue getStatus()
        Getter for field STATUS

        Status

        Specifies whether the CorbaServer is to be installed in enabled or disabled state. The default is enabled.

      • getAsserted

        java.lang.String getAsserted()
        Getter for field ASSERTED

        TCP/IP service for Asserted Identity protocol

        The 8-character name of a TCPIPSERVICE that defines the characteristics of the port which is used for inbound IIOP with asserted identity authentication.

      • getOutprivacy

        ICorbaServerDefinition.OutprivacyValue getOutprivacy()
        Getter for field OUTPRIVACY

        Outbound privacy

        This is obsolete from CICS TS Version 3 Release 1. Indicates whether cipher suites are used when an outbound SSL connection is opened.

        • NOTSUPPORTED - Encryption is not used. During the SSL handshake, CICS advertises only supported cipher suites that do not provide encryption.
        • REQUIRED - Encryption is used. During the SSL handshake, CICS advertises only supported cipher suites that provide encryption.
        • SUPPORTED - Encryption is used if both client and server support it. During the SSL handshake, CICS advertises all supported cipher suites.
      • getCiphers

        java.lang.String getCiphers()
        Getter for field CIPHERS

        SSL cipher suite codes

        Specifies a string of up to 56 hexadecimal digits that is interpreted as a list of up to 28 2-digit cipher suite codes. When you define the resource, CICS automatically initializes the attribute with a default list of acceptable codes. You can reorder the cipher codes or remove them from the initial list. However, you cannot add cipher codes that are not in the default list for the specified encryption level. To reset the value to the default list of codes, delete all the cipher suite codes; the field is automatically repopulated with the default list.

Copyright ? 2008-2015 IBM Corp. All Rights Reserved.