@MessageLogger(projectCode="WFLYJMX",
length=4)
public interface JmxLogger
extends org.jboss.logging.BasicLogger
| Modifier and Type | Field and Description |
|---|---|
static JmxLogger |
ROOT_LOGGER
A logger with the category of the package name.
|
debug, debug, debug, debug, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugv, debugv, debugv, debugv, debugv, debugv, debugv, debugv, error, error, error, error, errorf, errorf, errorf, errorf, errorf, errorf, errorf, errorf, errorv, errorv, errorv, errorv, errorv, errorv, errorv, errorv, fatal, fatal, fatal, fatal, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, info, info, info, info, infof, infof, infof, infof, infof, infof, infof, infof, infov, infov, infov, infov, infov, infov, infov, infov, isDebugEnabled, isEnabled, isInfoEnabled, isTraceEnabled, log, log, log, log, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, trace, trace, trace, trace, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracev, tracev, tracev, tracev, tracev, tracev, tracev, tracev, warn, warn, warn, warn, warnf, warnf, warnf, warnf, warnf, warnf, warnf, warnf, warnv, warnv, warnv, warnv, warnv, warnv, warnv, warnvstatic final JmxLogger ROOT_LOGGER
@LogMessage(level=WARN)
@Message(id=4,
value="No ObjectName available to unregister")
void cannotUnregisterObject()
ObjectName is available to unregister.@LogMessage(level=ERROR)
@Message(id=5,
value="Failed to unregister [%s]")
void unregistrationFailure(@Cause
Throwable cause,
ObjectName name)
cause - the cause of the error.name - the name of the object name.@LogMessage(level=WARN)
@Message(id=6,
value="<jmx-connector/> is no longer supporting. <remoting-connector/> should be used instead to allow remote connections via JBoss Remoting.")
void jmxConnectorNotSupported()
@Message(id=0,
value="entry")
String compositeEntryTypeName()
@Message(id=0,
value="An entry")
String compositeEntryTypeDescription()
@Message(id=0,
value="The key")
String compositeEntryKeyDescription()
@Message(id=0,
value="The value")
String compositeEntryValueDescription()
@Message(id=0,
value="A map")
String compositeMapName()
@Message(id=0,
value="The map is indexed by \'key\'")
String compositeMapDescription()
@Message(id=0,
value="Complex type")
String complexCompositeEntryTypeName()
@Message(id=0,
value="A complex type")
String complexCompositeEntryTypeDescription()
@Message(id=0,
value="This mbean does not support expressions for attributes or operation parameters, even when supported by the underlying model. Instead the resolved attribute is returned, and the real typed value must be used when writing attributes/invoking operations.")
String descriptorMBeanExpressionSupportFalse()
@Message(id=0,
value="This mbean supports raw expressions for attributes and operation parameters where supported by the underlying model. If no expression is used, the string representation is converted into the real attribute value.")
String descriptorMBeanExpressionSupportTrue()
@Message(id=0,
value="To be able to set and read expressions go to %s")
String descriptorAlternateMBeanExpressions(ObjectName objectName)
@Message(id=0,
value="To read resolved values and to write typed attributes and use typed operation parameters go to %s")
String descriptorAlternateMBeanLegacy(ObjectName objectName)
@Message(id=0,
value="This attribute supports expressions")
String descriptorAttributeExpressionsAllowedTrue()
@Message(id=0,
value="This attribute does not support expressions")
String descriptorAttributeExpressionsAllowedFalse()
@Message(id=0,
value="A composite type representing a property")
String propertyCompositeType()
@Message(id=0,
value="The property name")
String propertyName()
@Message(id=0,
value="The property value")
String propertyValue()
@Message(id=7,
value="Could not find any attribute matching: %s")
AttributeNotFoundException attributeNotFound(String name)
name - the attribute name.AttributeNotFoundException for the error.@Message(id=8,
value="Attribute %s is not writable")
AttributeNotFoundException attributeNotWritable(Attribute attribute)
attribute - the attribute that is not writable.AttributeNotFoundException for the error.@Message(id=9,
value="Could not create ObjectName for address %s from string %s")
RuntimeException cannotCreateObjectName(@Cause
Throwable cause,
org.jboss.as.controller.PathAddress address,
String s)
ObjectName could not be created for the address.cause - the cause of the error.address - the address.s - the stringRuntimeException for the error.@Message(id=10,
value="Could not set %s")
ReflectionException cannotSetAttribute(@Cause
Exception cause,
String name)
cause - the cause of the error.name - the name of the attribute.ReflectionException for the error.@Message(id=12,
value="%s and %s have different lengths")
IllegalArgumentException differentLengths(String name1,
String name2)
name1 has a different length than name2.name1 - the first name.name2 - the second name.IllegalArgumentException for the exception.@Message(id=13,
value="Bad type for \'%s\'")
InvalidAttributeValueException invalidAttributeType(@Cause
Throwable cause,
String name)
cause - the cause of the error.name - the attribute name.InvalidAttributeValueException for the error.@Message(id=14,
value="Invalid key %s for %s")
IllegalArgumentException invalidKey(List<?> keys,
Map.Entry<?,Object> entry)
keys - the list of keys.entry - the entry.IllegalArgumentException for the error.@Message(id=15,
value="Invalid ObjectName: %s; %s")
Error invalidObjectName(String name,
String message)
ObjectName is invalid.name - the name of the object.message - a message to append.Error for the error.@Message(id=-1,
value="Invalid ObjectName: %s,%s; %s")
Error invalidObjectName(String domain,
Hashtable<String,String> table,
String message)
ObjectName is invalid.domain - the object domain.table - the table of name, value pairs.message - a message to append.Error for the error.@Message(id=-1,
value="Invalid ObjectName: %s,%s,%s; %s")
Error invalidObjectName(String domain,
String key,
String value,
String message)
ObjectName is invalid.domain - the object domain.key - the object key.value - the object value.message - a message to append.Error for the error.@Message(id=17,
value="No MBean found with name %s")
InstanceNotFoundException mbeanNotFound(ObjectName name)
name - the object name.InstanceNotFoundException for the error.@Message(id=18,
value="Failed to register mbean [%s]")
org.jboss.msc.service.StartException mbeanRegistrationFailed(@Cause
Throwable cause,
String name)
cause - the cause of the error.name - the name of the MBean.StartException for the error.@Message(id=19,
value="No operation called \'%s\'")
InstanceNotFoundException noOperationCalled(String operation)
operation.operation - the operation.InstanceNotFoundException for the error.@Message(id=20,
value="No operation called \'%s\' at %s")
MBeanException noOperationCalled(@Cause
Exception cause,
String operation,
org.jboss.as.controller.PathAddress address)
operation at the address.cause - the cause of the error.operation - the operation.address - the address.MBeanException for the error.@Message(id=22,
value="No registration found for path address %s")
InstanceNotFoundException registrationNotFound(org.jboss.as.controller.PathAddress address)
address - the address.InstanceNotFoundException for the error.@Message(id=24,
value="Unknown type %s")
RuntimeException unknownType(org.jboss.dmr.ModelType type)
type - the unknown type.RuntimeException for the error.@Message(id=25,
value="Unknown value %s")
IllegalArgumentException unknownValue(Object value)
value - the unknown value.IllegalArgumentException for the error.@Message(id=26,
value="Need the name parameter for wildcard add")
IllegalStateException wildcardNameParameterRequired()
IllegalStateException for the error.@Message(id=29,
value="Unknown domain: %s")
IllegalArgumentException unknownDomain(String domain)
@Message(id=30,
value="Expression can not be converted into target type %s")
IllegalArgumentException expressionCannotBeConvertedIntoTargeteType(OpenType<?> type)
@Message(id=31,
value="Unknown child %s")
IllegalArgumentException unknownChild(String child)
@Message(id=32,
value="ObjectName cannot be null")
IllegalArgumentException objectNameCantBeNull()
@Message(id=36,
value="There is no handler called \'%s\'")
IllegalStateException noHandlerCalled(String name)
@Message(id=37,
value="Unauthorized access")
JMRuntimeException unauthorized()
@Message(id=38,
value="Not authorized to write attribute: \'%s\'")
JMRuntimeException notAuthorizedToWriteAttribute(String attributeName)
@Message(id=39,
value="Not authorized to read attribute: \'%s\'")
JMRuntimeException notAuthorizedToReadAttribute(String attributeName)
@Message(id=40,
value="Not authorized to invoke operation: \'%s\'")
JMRuntimeException notAuthorizedToExecuteOperation(String operationName)
@Message(id=41,
value="You can\'t create mbeans under the reserved domain \'%s\'")
NotCompliantMBeanException cannotCreateMBeansInReservedDomain(String domain)
@Message(id=42,
value="Don\'t know how to deserialize")
OperationsException dontKnowHowToDeserialize()
@Message(id=43,
value="%s is not supported")
UnsupportedOperationException unsupportedMethod(String name)
@Message(id=44,
value="You can\'t register mbeans under the reserved domain \'%s\'")
String cannotRegisterMBeansUnderReservedDomain(String domain)
@Message(id=45,
value="You can\'t unregister mbeans under the reserved domain \'%s\'")
String cannotUnregisterMBeansUnderReservedDomain(String domain)
@Message(id=46,
value="The ObjectName coming from MBeanRegistration.preRegister() \'%s\' is in a reserved JMX domain")
RuntimeOperationsException badDomainInCalclulatedObjectNameException(ObjectName name)
@LogMessage(level=ERROR)
@Message(id=47,
value="An error happened unregistering the \'%s\' MBean registered in a reserved JMX domain")
void errorUnregisteringMBeanWithBadCalculatedName(@Cause
Exception e,
ObjectName name)
@Message(id=48,
value="Add notification listener using ObjectName %s is not supported")
UnsupportedOperationException addNotificationListerWithObjectNameNotSupported(ObjectName listener)
@Message(id=49,
value="Remove notification listener using ObjectName %s is not supported")
UnsupportedOperationException removeNotificationListerWithObjectNameNotSupported(ObjectName listener)
@Message(id=50,
value="Add notification listener using ObjectName %s is not supported")
UnsupportedOperationException addNotificationListenerNotAllowed(ObjectName name)
@Message(id=51,
value="Remove notification listener using ObjectName %s is not supported")
UnsupportedOperationException removeNotificationListenerNotAllowed(ObjectName name)
Copyright © 2020 JBoss by Red Hat. All rights reserved.