Package org.infinispan.tasks.logging
Class Messages_$bundle
- java.lang.Object
-
- org.infinispan.tasks.logging.Messages_$bundle
-
- All Implemented Interfaces:
Serializable
,Messages
@Generated(value="org.jboss.logging.processor.generator.model.MessageBundleImplementor", date="2019-06-17T06:24:36-0400") public class Messages_$bundle extends Object implements Messages, Serializable
Warning this class consists of generated code.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static Messages_$bundle
INSTANCE
-
Constructor Summary
Constructors Modifier Constructor Description protected
Messages_$bundle()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Locale
getLoggingLocale()
protected Object
readResolve()
String
taskFailure(String name)
protected String
taskFailure$str()
String
taskSuccess(String name)
protected String
taskSuccess$str()
-
-
-
Field Detail
-
INSTANCE
public static final Messages_$bundle INSTANCE
-
-
Method Detail
-
readResolve
protected Object readResolve()
-
getLoggingLocale
protected Locale getLoggingLocale()
-
taskSuccess$str
protected String taskSuccess$str()
-
taskSuccess
public final String taskSuccess(String name)
- Specified by:
taskSuccess
in interfaceMessages
-
taskFailure$str
protected String taskFailure$str()
-
taskFailure
public final String taskFailure(String name)
- Specified by:
taskFailure
in interfaceMessages
-
-