|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICorbaServer
generated from CICS resourcetable EJCOSE
Nested Class Summary | |
---|---|
static class |
ICorbaServer.AutopublishValue
Enumeration type for field AUTOPUBLISH |
static class |
ICorbaServer.ChangeAgentValue
Enumeration type for field CHANGEAGENT |
static class |
ICorbaServer.HostTypeValue
Enumeration type for field HOSTTYPE |
static class |
ICorbaServer.InstallAgentValue
Enumeration type for field INSTALLAGENT |
static class |
ICorbaServer.IpfamilyValue
Enumeration type for field IPFAMILY |
static class |
ICorbaServer.OutprivacyValue
Enumeration type for field OUTPRIVACY |
static class |
ICorbaServer.StateValue
Enumeration type for field STATE |
static class |
ICorbaServer.StatusValue
Enumeration type for field ENABLESTATUS |
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
Method Summary | |
---|---|
java.lang.String |
getAsserted()
Getter for field ASSERTED |
ICorbaServer.AutopublishValue |
getAutopublish()
Getter for field AUTOPUBLISH |
java.lang.Long |
getBasdefinever()
Getter for field BASDEFINEVER |
java.lang.String |
getCertificate()
Getter for field CERTIFICATE |
ICorbaServer.ChangeAgentValue |
getChangeAgent()
Getter for field CHANGEAGENT |
java.lang.String |
getChangeAgentRelease()
Getter for field CHANGEAGREL |
java.util.Date |
getChangeTime()
Getter for field CHANGETIME |
java.lang.String |
getChangeUserID()
Getter for field CHANGEUSRID |
java.lang.String |
getCiphers()
Getter for field CIPHERS |
java.lang.String |
getClientcert()
Getter for field CLIENTCERT |
java.lang.String |
getDefineSource()
Getter for field DEFINESOURCE |
java.util.Date |
getDefineTime()
Getter for field DEFINETIME |
java.lang.String |
getDjardir()
Getter for field DJARDIR |
java.lang.Long |
getFailactivate()
Getter for field FAILACTIVATE |
java.lang.String |
getHost()
Getter for field HOST |
ICorbaServer.HostTypeValue |
getHostType()
Getter for field HOSTTYPE |
ICorbaServer.InstallAgentValue |
getInstallAgent()
Getter for field INSTALLAGENT |
java.util.Date |
getInstallTime()
Getter for field INSTALLTIME |
java.lang.String |
getInstallUserID()
Getter for field INSTALLUSRID |
ICorbaServer.IpfamilyValue |
getIpfamily()
Getter for field IPFAMILY |
java.lang.String |
getIpresolved()
Getter for field IPRESOLVED |
java.lang.String |
getJndiprefix()
Getter for field JNDIPREFIX |
java.lang.String |
getName()
Getter for field NAME |
java.lang.Long |
getNumciphers()
Getter for field NUMCIPHERS |
java.lang.Long |
getObjactivates()
Getter for field OBJACTIVATES |
java.lang.Long |
getObjstores()
Getter for field OBJSTORES |
ICorbaServer.OutprivacyValue |
getOutprivacy()
Getter for field OUTPRIVACY |
java.lang.Long |
getSessbeantime()
Getter for field SESSBEANTIME |
java.lang.String |
getShelf()
Getter for field SHELF |
java.lang.String |
getSslunauth()
Getter for field SSLUNAUTH |
ICorbaServer.StateValue |
getState()
Getter for field STATE |
ICorbaServer.StatusValue |
getStatus()
Getter for field ENABLESTATUS |
java.lang.String |
getUnauth()
Getter for field UNAUTH |
Methods inherited from interface com.ibm.cics.model.ICICSResource |
---|
getCICSRelease, getRegionName |
Methods inherited from interface com.ibm.cics.model.ICICSObject |
---|
getCICSType, getObjectType |
Field Detail |
---|
static final java.lang.String COPYRIGHT
Method Detail |
---|
java.lang.String getName()
CorbaServer name
The name of the CorbaServer.
getName
in interface ICICSObject
java.lang.Long getSessbeantime()
Session bean timeout (minutes)
This defines the elapsed time (in minutes) of inactivity after which a session bean may be discarded. A value of 0 prevents beans from being timed out. The default value is 10 minutes.
ICorbaServer.StateValue getState()
CorbaServer state usage
Applies only to releases earlier than CICS Transaction Server for z/OS Version 3 Release 1. In later releases this is replaced by ENABLESTATUS. This specifies the current status of this CorbaServer and has a value of:
java.lang.String getJndiprefix()
Java naming directory (JNDI) prefix
The prefix to be used at runtime when publishing enterprise beans to the Java Naming and Directory Interface (JNDI). The prefix must include any trailing delimiter, such as a forward slash, because CICS does not insert a delimiter between the prefix and a suffix. If this option is not specified, no prefix is prepended when publishing beans to JNDI.
java.lang.String getHost()
Host name or IP address
The host name or IP address of this logical EJB or CORBA server. The HOSTTYPE option gives the format of this value, as either a name, an IPv4 address or an IPv6 address. HOST is a static value, specified in the Resource Definition.
java.lang.String getCertificate()
Secure sockets layer (SSL) client certificate
This specifies the label of a certificate within the key ring that is to be used as a client certificate in the SSL handshake for outbound IIOP connections. If this option is not specified, the default certificate for the key ring is used.
java.lang.String getShelf()
Hierarchical file system (HFS) shelf directory
The fully qualified name of up to 255 characters of a directory (a shelf, primarily for deployed JAR files) on HFS.
java.lang.String getDjardir()
CICS-deployed JAR file pickup directory
A 255-character area containing the name of the deployed JAR file directory (also known as the pickup directory) on HFS. (The pickup directory is the place that you put deployed JAR files that you want to be installed into the CorbaServer by the CICS scanning mechanism.)
ICorbaServer.AutopublishValue getAutopublish()
Auto publish beans to Java naming directory (JNDI)
Indicates whether enterprise beans are to be automatically published to the JNDI namespace when the deployed JAR file that contains them is successfully installed in the CorbaServer. The values are:
java.lang.String getUnauth()
TCP/IP service for unauthenticated protocol
The 8-character name of a TCPIPSERVICE resource that defines the characteristics of the port that is used for inbound IIOP with no authentication
java.lang.String getClientcert()
TCP/IP service for client certificated protocol
The 8-character name of a TCPIPSERVICE resource that defines the characteristics of the port that is used for inbound IIOP with SSL client certificate authentication.
java.lang.String getSslunauth()
TCP/IP service for SSL AUTHENTICATE=NO protocol
The 8-character name of a TCPIPSERVICE resource that defines the characteristics of the port that is used for inbound IIOP with SSL but no client authentication
ICorbaServer.StatusValue getStatus()
CorbaServer status
Specifies the current state of the CorbaServer. The values are:
java.lang.Long getObjactivates()
Number of Object Activates
The total number of successful stateful session bean activations.
java.lang.Long getObjstores()
Number of Object Stores
The total number of successful stateful session bean passivations.
java.lang.Long getFailactivate()
Number of Failed Activates
The total number of failed stateful session bean activations.
java.lang.String getAsserted()
TCP/IP service for Asserted Identity protocol
The 8-character name of a TCPIPSERVICE that defines the characteristics of the port that is used for inbound IIOP with asserted identity authentication.
ICorbaServer.OutprivacyValue getOutprivacy()
Outbound privacy
Indicates the level of SSL encryption used for outbound requests from this CorbaServer. The level is determined by the CIPHERS attribute. Possible values are:
java.lang.String getCiphers()
SSL cipher suite codes
The list of cipher suites, in the form of up to 28 hexadecimal pairs, that is used to negotiate with clients during the SSL handshake. When a secure connection is established between a pair of processes, the most secure cipher suite supported by both is used.
java.lang.Long getNumciphers()
Number of SSL cipher suite codes
The number of SSL cipher suite codes.
ICorbaServer.ChangeAgentValue getChangeAgent()
Last modification agent
The change agent identifier that made the last modification.
java.lang.String getChangeUserID()
Last modification user ID
The user ID that made the last modification to the resource definition.
java.lang.String getChangeAgentRelease()
Last modification agent release
The CICS release level of the agent that made the last modification to the resource definition.
java.util.Date getChangeTime()
Last modification time
The local date and time when the definition was last changed.
java.lang.String getDefineSource()
Source of the resource definition
The source of the definition, depending on which agent made the last change.
java.util.Date getDefineTime()
Creation time
The local date and time when the resource definition record was created on DFHCSD or EYUDREP.
java.lang.String getInstallUserID()
Installation user ID
The user ID that installed the resource definition.
java.util.Date getInstallTime()
Installation time
The local date and time when the definition was installed.
ICorbaServer.InstallAgentValue getInstallAgent()
Installation agent
The install agent identifier that made the installation.
java.lang.Long getBasdefinever()
BAS resource definition version
The BAS version number of this definition.
java.lang.String getIpresolved()
The resolved address of this CORBA server
The resolved IPv4 or IPv6 address of the CORBA server named in the HOST option, or 0.0.0.0 if it is unavailable or unknown. The format of this IP address is given by the IPFAMILY option.
ICorbaServer.IpfamilyValue getIpfamily()
The format of the resolved IP address
The format of the IP address in the IPRESOLVED option. These are the possible values:
ICorbaServer.HostTypeValue getHostType()
The format of the host name or address
The format of the name or address in the HOST option. These are the possible values:
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |