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 Description Record.MessageTypeRecord. getMessageType()Gets the message type, i.e.static Record.MessageTypeRecord.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 Description voidRecord. setMessageType(Record.MessageType type)Sets the message type
-