com.ibm.cics.model
Interface ICorbaServerDefinition

All Superinterfaces:
ICICSDefinition, ICICSObject, IDefinition, com.ibm.cics.model.meta.ITypedObject

public interface ICorbaServerDefinition
extends ICICSDefinition

generated from CICS resourcetable EJCODEF


Nested Class Summary
static class ICorbaServerDefinition.AutopublishValue
          Enumeration type for field AUTOPUBLISH
static class ICorbaServerDefinition.OutprivacyValue
          Enumeration type for field OUTPRIVACY
static class ICorbaServerDefinition.StatusValue
          Enumeration type for field STATUS
 
Field Summary
static java.lang.String COPYRIGHT
           
 
Method Summary
 java.lang.String getAsserted()
          Getter for field ASSERTED
 ICorbaServerDefinition.AutopublishValue getAutopublish()
          Getter for field AUTOPUBLISH
 java.lang.String getCertificate()
          Getter for field CERTIFICATE
 java.lang.String getCiphers()
          Getter for field CIPHERS
 java.lang.String getClientcert()
          Getter for field CLIENTCERT
 java.lang.String getDjardir()
          Getter for field DJARDIR
 java.lang.String getHost()
          Getter for field HOST
 java.lang.String getJndiprefix()
          Getter for field JNDIPREFIX
 ICorbaServerDefinition.OutprivacyValue getOutprivacy()
          Getter for field OUTPRIVACY
 java.lang.String getSessbeantime()
          Getter for field SESSBEANTIME
 java.lang.String getShelf()
          Getter for field SHELF
 java.lang.String getSslunauth()
          Getter for field SSLUNAUTH
 ICorbaServerDefinition.StatusValue getStatus()
          Getter for field STATUS
 java.lang.String getUnauth()
          Getter for field UNAUTH
 java.lang.String getUserdata1()
          Getter for field USERDATA1
 java.lang.String getUserdata2()
          Getter for field USERDATA2
 java.lang.String getUserdata3()
          Getter for field USERDATA3
 
Methods inherited from interface com.ibm.cics.model.ICICSDefinition
getChangeAgent, getChangeAgentRelease, getChangeTime, getChangeUserID, getCreateTime, getCSDGroup, getDescription, getVersion
 
Methods inherited from interface com.ibm.cics.model.ICICSObject
getCICSType, getName, getObjectType
 

Field Detail

COPYRIGHT

static final java.lang.String COPYRIGHT
See Also:
Constant Field Values
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:


getShelf

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

Hierarchical file system (HFS) shelf directory

The 1-255 character fully-qualified name of a directory (a shelf, primarily for deployed JAR files) on HFS. 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 HFS. If specified, DJARDIR must refer to a valid HFS 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:

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.


getCiphers

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

SSL cipher suite codes

A string of up to 56 hexadecimal digits that is interpreted as a list of up to 28 2-digit cipher suite codes. These codes are used to negotiate with clients during the SSL handshake. The list is set by the ENCRYPTION system initialization parameter, but you can edit the list to remove or change the order of cipher suites.



Copyright © 2008-2012 IBM Corp. All Rights Reserved.