Uses of Class
org.jboss.ws.api.monitoring.Record.MessageType
Packages that use Record.MessageType Package Description org.jboss.ws.api.monitoring Classes and interfaces for monitoring through collection of records.Uses of Record.MessageType in org.jboss.ws.api.monitoring
Methods in org.jboss.ws.api.monitoring that return Record.MessageType Modifier and Type Method and Description Record.MessageType
Record. getMessageType()
Gets the message type, i.e.static Record.MessageType
Record.MessageType. valueOf(String name)
Returns the enum constant of this type with the specified name.static Record.MessageType[]
Record.MessageType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jboss.ws.api.monitoring with parameters of type Record.MessageType Modifier and Type Method and Description void
Record. setMessageType(Record.MessageType type)
Sets the message type
Copyright © 2018 JBoss, by Red Hat. All rights reserved.