public interface IModeName extends ICICSResource
Modifier and Type | Interface and Description |
---|---|
static class |
IModeName.AutoconnValue
Enumeration type for field AUTOCONN
|
static class |
IModeName.ConnstatusValue
Enumeration type for field CONNSTATUS
|
COPYRIGHT
Modifier and Type | Method and Description |
---|---|
IModeName.AutoconnValue |
getAutoconn()
Getter for field AUTOCONN
|
IModeNameReference |
getCICSObjectReference() |
java.lang.String |
getConnection()
Getter for field CONNECTION
|
IModeName.ConnstatusValue |
getConnstatus()
Getter for field CONNSTATUS
|
java.lang.String |
getName()
Getter for field NAME
|
ICICSType<IModeName> |
getObjectType() |
java.lang.Long |
getSessactv()
Getter for field SESSACTV
|
java.lang.Long |
getSessavail()
Getter for field SESSAVAIL
|
java.lang.Long |
getSessmax()
Getter for field SESSMAX
|
java.lang.Long |
getSessmaxwin()
Getter for field SESSMAXWIN
|
getCICSContainer, getCICSRelease, getRegionName
getCICSType
ICICSType<IModeName> getObjectType()
getObjectType
in interface ICICSObject
getObjectType
in interface com.ibm.cics.model.meta.ITypedObject
java.lang.String getName()
Mode name
The name of the mode name associated with the group of sessions.
getName
in interface ICICSObject
java.lang.String getConnection()
Connection name
The name of the connection that this group of sessions is associated with.
IModeName.AutoconnValue getAutoconn()
Autoconnect status
Indicates whether sessions are to be bound automatically whenever CICS starts communication with VTAM:
IModeName.ConnstatusValue getConnstatus()
Connection status
The status of the connection. Valid values are: RELEASED, CLOSED, ACQUIRED, FREEING, AVAILABLE, OBTAINING.
java.lang.Long getSessactv()
Number of active sessions
The number of sessions within this group that are currently in use.
java.lang.Long getSessavail()
Number of sessions available
The current number of sessions in the group that are bound, including sessions currently in use, and those available for use.
java.lang.Long getSessmax()
Maximum number of sessions
The maximum number of sessions that will be supported within this group at one time.
java.lang.Long getSessmaxwin()
Maximum number of contention winner sessions
The maximum number of sessions that can be supported as contention winners within this group.
IModeNameReference getCICSObjectReference()
getCICSObjectReference
in interface ICICSObject
getCICSObjectReference
in interface ICICSResource
Copyright ? 2008-2015 IBM Corp. All Rights Reserved.