Attributes

Table 1. Communications Listener attributes
Attribute nameAttribute descriptionAttribute typeRead/Write
NameThe name of the resourcejava.lang.StringRO
DescriptionAn arbitrary string describing the resourcejava.lang.StringRW
RunningA Boolean value indicating if the listener is runningjava.lang.BooleanRO
AdapterThe class (or alias) of the communications protocol adapterjava.lang.StringRO
ChannelTimeoutThe time (in milliseconds) after which an idle incoming connection will be timed outjava.lang.LongRW
CurrentChannelsThe number of channels currently open on the communications listenerjava.lang.IntegerRO
MaxChannelsThe maximum number of channels allowed for the communications listenerjava.lang.IntegerRW
LocalQMgrThe name of the queue manager to own the resourcejava.lang.StringRO
MQeClassThe class of the resource java.lang.StringRO
PortThe IP port number used by the communications listener to service incoming connection requestsjava.lang.StringRO

Parent topic: Communications Listener