Interface IModeName
-
- All Superinterfaces:
ICICSObject
,ICICSResource
,com.ibm.cics.model.meta.ITypedObject
public interface IModeName extends ICICSResource
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
IModeName.AutoconnValue
Enumeration type for field AUTOCONNstatic class
IModeName.ConnstatusValue
Enumeration type for field CONNSTATUS
-
Field Summary
-
Fields inherited from interface com.ibm.cics.model.ICICSResource
COPYRIGHT
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IModeName.AutoconnValue
getAutoconn()
Getter for field AUTOCONNIModeNameReference
getCICSObjectReference()
java.lang.String
getConnection()
Getter for field CONNECTIONIModeName.ConnstatusValue
getConnstatus()
Getter for field CONNSTATUSjava.lang.String
getName()
Getter for field NAMEICICSType<IModeName>
getObjectType()
java.lang.Long
getSessactv()
Getter for field SESSACTVjava.lang.Long
getSessavail()
Getter for field SESSAVAILjava.lang.Long
getSessmax()
Getter for field SESSMAXjava.lang.Long
getSessmaxwin()
Getter for field SESSMAXWIN-
Methods inherited from interface com.ibm.cics.model.ICICSObject
getCICSType
-
Methods inherited from interface com.ibm.cics.model.ICICSResource
getCICSContainer, getCICSRelease, getRegionName
-
-
-
-
Method Detail
-
getObjectType
ICICSType<IModeName> getObjectType()
- Specified by:
getObjectType
in interfaceICICSObject
- Specified by:
getObjectType
in interfacecom.ibm.cics.model.meta.ITypedObject
-
getName
java.lang.String getName()
Getter for field NAMEMode name
The name of the mode name associated with the group of sessions.
- Specified by:
getName
in interfaceICICSObject
-
getConnection
java.lang.String getConnection()
Getter for field CONNECTIONConnection name
The name of the connection that this group of sessions is associated with.
-
getAutoconn
IModeName.AutoconnValue getAutoconn()
Getter for field AUTOCONNAutoconnect status
Indicates whether sessions are to be bound automatically whenever CICS starts communication with VTAM:
- ALLCONN: CICS tries to bind both contention-winner and contention-loser sessions.
- AUTOCONN: CICS tries to bind only sessions for which it is contention winner.
- NONAUTOCONN: CICS does not try to bind any sessions.
-
getConnstatus
IModeName.ConnstatusValue getConnstatus()
Getter for field CONNSTATUSConnection status
The status of the connection. Valid values are: RELEASED, CLOSED, ACQUIRED, FREEING, AVAILABLE, OBTAINING.
-
getSessactv
java.lang.Long getSessactv()
Getter for field SESSACTVNumber of active sessions
The number of sessions within this group that are currently in use.
-
getSessavail
java.lang.Long getSessavail()
Getter for field SESSAVAILNumber of sessions available
The current number of sessions in the group that are bound, including sessions currently in use, and those available for use.
-
getSessmax
java.lang.Long getSessmax()
Getter for field SESSMAXMaximum number of sessions
The maximum number of sessions that will be supported within this group at one time.
-
getSessmaxwin
java.lang.Long getSessmaxwin()
Getter for field SESSMAXWINMaximum number of contention winner sessions
The maximum number of sessions that can be supported as contention winners within this group.
-
getCICSObjectReference
IModeNameReference getCICSObjectReference()
- Specified by:
getCICSObjectReference
in interfaceICICSObject
- Specified by:
getCICSObjectReference
in interfaceICICSResource
-
-