Uses of Class
eneter.messaging.messagingsystems.composites.monitoredmessagingcomposit.MonitorChannelMessageType

Packages that use MonitorChannelMessageType
eneter.messaging.messagingsystems.composites.monitoredmessagingcomposit Extension providing monitoring the connection. 
 

Uses of MonitorChannelMessageType in eneter.messaging.messagingsystems.composites.monitoredmessagingcomposit
 

Fields in eneter.messaging.messagingsystems.composites.monitoredmessagingcomposit declared as MonitorChannelMessageType
 MonitorChannelMessageType MonitorChannelMessage.MessageType
          Type of the message.
 

Methods in eneter.messaging.messagingsystems.composites.monitoredmessagingcomposit that return MonitorChannelMessageType
static MonitorChannelMessageType MonitorChannelMessageType.fromInt(int i)
          Converts integer value into the enum.
static MonitorChannelMessageType MonitorChannelMessageType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static MonitorChannelMessageType[] MonitorChannelMessageType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in eneter.messaging.messagingsystems.composites.monitoredmessagingcomposit with parameters of type MonitorChannelMessageType
MonitorChannelMessage(MonitorChannelMessageType messageType, java.lang.Object messageContent)
          Constructs the message from specified parameters.