Package org.infinispan.scripting.logging
Class Messages_$bundle
- java.lang.Object
-
- org.infinispan.scripting.logging.Messages_$bundle
-
- All Implemented Interfaces:
Serializable
,Messages
@Generated(value="org.jboss.logging.processor.generator.model.MessageBundleImplementor", date="2023-01-19T03:21:10-0500") 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 String
executedScript(String scriptName, String cacheName)
protected String
executedScript$str()
protected Locale
getLoggingLocale()
protected Object
readResolve()
-
-
-
Field Detail
-
INSTANCE
public static final Messages_$bundle INSTANCE
-
-
Method Detail
-
readResolve
protected Object readResolve()
-
getLoggingLocale
protected Locale getLoggingLocale()
-
executedScript$str
protected String executedScript$str()
-
executedScript
public final String executedScript(String scriptName, String cacheName)
- Specified by:
executedScript
in interfaceMessages
-
-