com.ibm.cics.model
Interface ICMASToCMASLink

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

public interface ICMASToCMASLink
extends ICPSMManager

generated from CICS resourcetable CMTCMLNK


Nested Class Summary
static class ICMASToCMASLink.CicsconnValue
          Enumeration type for field CICSCONN
static class ICMASToCMASLink.CicsservValue
          Enumeration type for field CICSSERV
static class ICMASToCMASLink.CpsmconnValue
          Enumeration type for field CPSMCONN
static class ICMASToCMASLink.ProtocolValue
          Enumeration type for field PROTOCOL
 
Field Summary
 
Fields inherited from interface com.ibm.cics.model.ICPSMManager
COPYRIGHT
 
Method Summary
<From extends ICICSObject>
ICICSObjectListFactory<From>
findReferences(IReferenceAttribute<From,ICMASToCMASLink> referenceAttribute)
          Returns an ICICSObjectListFactory that can be used to retrieve all objects that reference this ICICSObject by the supplied IReferenceAttribute.
 java.lang.String getApplid()
          Getter for field APPLID
 java.lang.Long getCbytrcvd()
          Getter for field CBYTRCVD
 java.lang.Long getCbytsent()
          Getter for field CBYTSENT
 ICMASToCMASLink.CicsconnValue getCicsconn()
          Getter for field CICSCONN
 ICMASToCMASLinkReference getCICSObjectReference()
           
 ICMASToCMASLink.CicsservValue getCicsserv()
          Getter for field CICSSERV
 ICMASToCMASLink.CpsmconnValue getCpsmconn()
          Getter for field CPSMCONN
 java.lang.String getExecclk()
          Getter for field EXECCLK
 java.lang.Long getMalsrcvd()
          Getter for field MALSRCVD
 java.lang.Long getMalssent()
          Getter for field MALSSENT
 java.lang.Long getMsgsrcvd()
          Getter for field MSGSRCVD
 java.lang.Long getMsgssent()
          Getter for field MSGSSENT
 java.lang.String getName()
          Getter for field NAME
 ICICSType<ICMASToCMASLink> getObjectType()
           
 ICMASToCMASLink.ProtocolValue getProtocol()
          Getter for field PROTOCOL
 java.lang.String getRcvclk()
          Getter for field RCVCLK
 java.lang.String getSchedclk()
          Getter for field SCHEDCLK
 java.lang.String getSysid()
          Getter for field SYSID
 java.lang.Long getTbufrcvd()
          Getter for field TBUFRCVD
 java.lang.Long getTbufsent()
          Getter for field TBUFSENT
 java.lang.String getTransclk()
          Getter for field TRANSCLK
 java.lang.Long getUbytrcvd()
          Getter for field UBYTRCVD
 java.lang.Long getUbytsent()
          Getter for field UBYTSENT
 
Methods inherited from interface com.ibm.cics.model.ICICSObject
getCICSType
 
Methods inherited from interface com.ibm.cics.model.meta.ITypedObject
getAttributeValue
 

Method Detail

getObjectType

ICICSType<ICMASToCMASLink> getObjectType()
Specified by:
getObjectType in interface ICICSObject
Specified by:
getObjectType in interface ICPSMManager
Specified by:
getObjectType in interface com.ibm.cics.model.meta.ITypedObject

getName

java.lang.String getName()
Getter for field NAME

Target CMAS

The name of a CMAS to which the local CMAS is linked.

Specified by:
getName in interface ICICSObject

getSysid

java.lang.String getSysid()
Getter for field SYSID

Target system ID

The CICS system identifier of the target CMAS.


getProtocol

ICMASToCMASLink.ProtocolValue getProtocol()
Getter for field PROTOCOL

Link protocol

The type of protocol used for this CMAS-to-CMAS link (LU62 or MRO).


getCicsconn

ICMASToCMASLink.CicsconnValue getCicsconn()
Getter for field CICSCONN

CICS connection status

For LU6.2 links, the CICS connection status as one of the following:


getCicsserv

ICMASToCMASLink.CicsservValue getCicsserv()
Getter for field CICSSERV

CICS service status

The CICS service status as one of the following:


getCpsmconn

ICMASToCMASLink.CpsmconnValue getCpsmconn()
Getter for field CPSMCONN

Connection status

The logical state of the CMAS-to-CMAS link as known to CICSPlex SM:


getMalssent

java.lang.Long getMalssent()
Getter for field MALSSENT

Total requests sent

The number of messages sent from the local CMAS to the target CMAS. Each message represents either a request for service or a response.


getMsgssent

java.lang.Long getMsgssent()
Getter for field MSGSSENT

Number of message packets sent

The number of message packets sent from the local CMAS to the target CMAS. Each message can consist of one or more message packets.


getTbufsent

java.lang.Long getTbufsent()
Getter for field TBUFSENT

Number of transit buffers sent

The number of transit message packets sent to the target CMAS. Message packets that pass through the local CMAS on their way to another destination are considered to be in transit. The actual source and target of a transit message packet are not known to the local CMAS.


getUbytsent

java.lang.Long getUbytsent()
Getter for field UBYTSENT

Number of bytes sent (uncompressed)

The total number of bytes sent by the local CMAS as message packets to be compressed prior to transmission.


getCbytsent

java.lang.Long getCbytsent()
Getter for field CBYTSENT

Number of bytes sent (compressed)

The total number of bytes actually transmitted over the CMAS link after compression.


getMalsrcvd

java.lang.Long getMalsrcvd()
Getter for field MALSRCVD

Total requests received

The number of messages received for the local CMAS from the target CMAS. Messages that are passed on to another CMAS are not counted. Each message represents either a request for service or a response.


getMsgsrcvd

java.lang.Long getMsgsrcvd()
Getter for field MSGSRCVD

Number of message packets received

The number of message packets received for the local CMAS from the target CMAS. Message packets that are passed on to another CMAS are not counted. Each message can consist of one or more message packets.


getTbufrcvd

java.lang.Long getTbufrcvd()
Getter for field TBUFRCVD

Number of transit buffers received

The number of transit message packets received from the target CMAS. Message packets that pass through the local CMAS on their way to another destination are considered to be in transit. The actual source and target of a transit message packet are not known to the local CMAS.


getUbytrcvd

java.lang.Long getUbytrcvd()
Getter for field UBYTRCVD

Number of bytes received (uncompressed)

The total number of bytes received by the local CMAS as uncompressed message packets.


getCbytrcvd

java.lang.Long getCbytrcvd()
Getter for field CBYTRCVD

Number of bytes received (compressed)

The total number of bytes received over the CMAS link in compressed form.


getSchedclk

java.lang.String getSchedclk()
Getter for field SCHEDCLK

Cumulative time to schedule CICSPlex SM service requests

The total amount of time spent waiting to schedule CICSPlex SM service requests.


getTransclk

java.lang.String getTransclk()
Getter for field TRANSCLK

Cumulative time to transmit CICSPlex SM service requests

The total amount of time required to transmit outbound messages.


getExecclk

java.lang.String getExecclk()
Getter for field EXECCLK

Cumulative time to execute CICSPlex SM service requests

The total amount of time that outbound messages for which a response is expected spent executing in another CMAS. Execution is marked from the time transmission is complete to the time a response is received from the other CMAS.


getRcvclk

java.lang.String getRcvclk()
Getter for field RCVCLK

Cumulative time to receive CICSPlex SM service requests

The total amount of time required to receive inbound messages.


getApplid

java.lang.String getApplid()
Getter for field APPLID

Application ID

The VTAM applid of the target CMAS.


getCICSObjectReference

ICMASToCMASLinkReference getCICSObjectReference()
Specified by:
getCICSObjectReference in interface ICICSObject

findReferences

<From extends ICICSObject> ICICSObjectListFactory<From> findReferences(IReferenceAttribute<From,ICMASToCMASLink> referenceAttribute)
Returns an ICICSObjectListFactory that can be used to retrieve all objects that reference this ICICSObject by the supplied IReferenceAttribute. The list factory can be activated by the caller when necessary. This method does not perform any I/O.



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