@MessageLogger(projectCode="WFLYPMB",
length=4)
public interface PlatformMBeanLogger
extends org.jboss.logging.BasicLogger
| Modifier and Type | Field and Description |
|---|---|
static PlatformMBeanLogger |
ROOT_LOGGER
A logger with the category of the package.
|
| Modifier and Type | Method and Description |
|---|---|
UnsupportedOperationException |
addingChildrenNotSupported() |
IllegalStateException |
badReadAttributeImpl(String attributeName) |
IllegalStateException |
badWriteAttributeImpl(String attributeName) |
UnsupportedOperationException |
modelNotWritable() |
UnsupportedOperationException |
removingChildrenNotSupported() |
OperationFailedException |
unknownAttribute(String attributeName)
Creates an exception indicating that an operation parameter attribute name is unknown
|
OperationFailedException |
unknownBufferPool(String poolName) |
OperationFailedException |
unknownGarbageCollector(String gcName) |
OperationFailedException |
unknownMemoryManager(String mmName) |
OperationFailedException |
unknownMemoryPool(String mmName) |
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 PlatformMBeanLogger ROOT_LOGGER
@Message(id=1,
value="No known attribute %s")
OperationFailedException unknownAttribute(String attributeName)
attributeName - the name of the attributeOperationFailedException@Message(id=2,
value="A platform mbean resource does not have a writable model")
UnsupportedOperationException modelNotWritable()
@Message(id=3,
value="Adding child resources is not supported")
UnsupportedOperationException addingChildrenNotSupported()
@Message(id=4,
value="Removing child resources is not supported")
UnsupportedOperationException removingChildrenNotSupported()
@Message(id=5,
value="No BufferPoolMXBean with name %s currently exists")
OperationFailedException unknownBufferPool(String poolName)
@Message(id=6,
value="Read support for attribute %s was not properly implemented")
IllegalStateException badReadAttributeImpl(String attributeName)
@Message(id=7,
value="Write support for attribute %s was not properly implemented")
IllegalStateException badWriteAttributeImpl(String attributeName)
@Message(id=8,
value="No GarbageCollectorMXBean with name %s currently exists")
OperationFailedException unknownGarbageCollector(String gcName)
@Message(id=9,
value="No MemoryManagerMXBean with name %s currently exists")
OperationFailedException unknownMemoryManager(String mmName)
@Message(id=10,
value="No MemoryPoolMXBean with name %s currently exists")
OperationFailedException unknownMemoryPool(String mmName)
Copyright © 2021 JBoss by Red Hat. All rights reserved.