|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICMASToMASLink
generated from CICS resourcetable CMTPMLNK
Nested Class Summary | |
---|---|
static class |
ICMASToMASLink.CicsconnValue
Enumeration type for field CICSCONN |
static class |
ICMASToMASLink.CicsservValue
Enumeration type for field CICSSERV |
static class |
ICMASToMASLink.CpsmconnValue
Enumeration type for field CPSMCONN |
static class |
ICMASToMASLink.ProtocolValue
Enumeration type for field PROTOCOL |
Field Summary |
---|
Fields inherited from interface com.ibm.cics.model.ICPSMManager |
---|
COPYRIGHT |
Method Summary | ||
---|---|---|
|
findReferences(IReferenceAttribute<From,ICMASToMASLink> 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 |
|
ICMASToMASLink.CicsconnValue |
getCicsconn()
Getter for field CICSCONN |
|
ICMASToMASLinkReference |
getCICSObjectReference()
|
|
ICMASToMASLink.CicsservValue |
getCicsserv()
Getter for field CICSSERV |
|
ICMASToMASLink.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<ICMASToMASLink> |
getObjectType()
|
|
java.lang.String |
getPlexname()
Getter for field PLEXNAME |
|
ICMASToMASLink.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 |
---|
ICICSType<ICMASToMASLink> getObjectType()
getObjectType
in interface ICICSObject
getObjectType
in interface ICPSMManager
getObjectType
in interface com.ibm.cics.model.meta.ITypedObject
java.lang.String getName()
MAS name
The name of a MAS to which the local CMAS is linked.
getName
in interface ICICSObject
java.lang.String getSysid()
MAS system ID
The 4-character CICS system identifier of the target MAS
ICMASToMASLink.ProtocolValue getProtocol()
Link protocol
The type of protocol used for this CMAS-to-MAS link:
ICMASToMASLink.CicsconnValue getCicsconn()
CICS connection status
For LU6.2 links, the CICS connection status as one of the following:
ICMASToMASLink.CicsservValue getCicsserv()
CICS service status
For remote MAS links, the CICS service status as one of the following:
ICMASToMASLink.CpsmconnValue getCpsmconn()
CICSPlex SM connection status
The logical state of the CMAS-to-MAS link as known to CICSPlex SM:
java.lang.Long getMalssent()
Number of service requests and responses sent
The number of messages sent from the local CMAS to the target MAS. Each message represents either a request for service or a response.
java.lang.Long getMsgssent()
Number of message packets sent
The number of message packets sent from the local CMAS to the target MAS. For remote MAS links, each message can consist of one or more message packets; for local MAS links, each message consists of a single message packet.
java.lang.Long getTbufsent()
Number of transit buffers sent
The number of transit message packets sent to the target MAS. 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.
java.lang.Long getUbytsent()
Number of bytes sent (uncompressed)
For remote MAS links, the total number of bytes sent by the local CMAS as message packets to be compressed prior to transmission.
java.lang.Long getCbytsent()
Number of bytes sent (compressed)
For remote MAS links, the total number of bytes actually transmitted over the link after compression.
java.lang.Long getMalsrcvd()
Number of service requests and responses received
The number of messages received for the local CMAS from the target MAS. Messages that are passed on to another CMAS are not counted. Each message represents either a request for service or a response.
java.lang.Long getMsgsrcvd()
Number of message packets received
The number of message packets received for the local CMAS from the target MAS. Message packets that are passed on to another CMAS are not counted. For remote MAS links, each message can consist of one or more message packets; for local MAS links, each message consists of a single message packet.
java.lang.Long getTbufrcvd()
Number of transit buffers received
The number of transit message packets received from the target MAS. 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.
java.lang.Long getUbytrcvd()
Number of bytes received (uncompressed)
For remote MAS links, the total number of bytes received by the local CMAS as uncompressed message packets.
java.lang.Long getCbytrcvd()
Number of bytes received (compressed)
For remote MAS links, the total number of bytes received over the link in compressed form.
java.lang.String getSchedclk()
Total wait time for CICSPlex SM service requests
The total amount of time spent waiting to schedule CICSPlex SM service requests.
java.lang.String getTransclk()
Total transmit time for CICSPlex SM service requests
For remote MAS links, the total amount of time required to transmit outbound messages.
java.lang.String getExecclk()
Total execution time for CICSPlex SM service requests
The total amount of time that outbound messages for which a response is expected spent executing in the MAS. Execution is marked from the time transmission is complete to the time a response is received from the MAS.
java.lang.String getRcvclk()
Total receive time for CICSPlex SM service requests
For remote MAS links, the total amount of time required to receive inbound messages.
java.lang.String getPlexname()
Name of CICSplex which MAS belongs to
For links in the CONACT state, the name of the CICSplex to which the MAS belongs.
java.lang.String getApplid()
VTAM application ID
The VTAM applid of the target MAS.
ICMASToMASLinkReference getCICSObjectReference()
getCICSObjectReference
in interface ICICSObject
<From extends ICICSObject> ICICSObjectListFactory<From> findReferences(IReferenceAttribute<From,ICMASToMASLink> referenceAttribute)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |