@MessageLogger(projectCode="WFLYTX",
length=4)
public interface TransactionLogger
extends org.jboss.logging.BasicLogger
Modifier and Type | Field and Description |
---|---|
static TransactionLogger |
ROOT_LOGGER
A logger with the category of the default transaction package.
|
Modifier and Type | Method and Description |
---|---|
org.jboss.msc.service.StartException |
createFailed(Throwable cause)
Creates an exception indicating a create failed.
|
org.jboss.as.controller.OperationFailedException |
eitherTrueOrDefined(String attrOne,
String attrTwo) |
void |
failedToRollbackTransaction(Throwable cause) |
void |
failedToSuspendTransaction(Throwable cause) |
org.jboss.as.controller.OperationFailedException |
inconsistentStatisticsSettings(String attrOne,
String attrTwo) |
IllegalStateException |
indexedChildResourceRegistrationNotAvailable(org.jboss.as.controller.PathElement address) |
void |
jcaSyncAfterCompletionFailed(Synchronization jcaSync,
Transaction tx,
Exception e) |
RuntimeException |
jmxSubsystemNotInstalled() |
org.jboss.as.controller.OperationFailedException |
jndiNameInvalidFormat()
A message indicating that jndi-name has an invalid format
|
org.jboss.as.controller.OperationFailedException |
jndiNameRequired()
A message indicating that jndi-name is missing and it's a required attribute
|
org.jboss.msc.service.StartException |
managerStartFailure(Throwable cause,
String managerName)
Creates an exception indicating the start of a manager failed.
|
org.jboss.as.controller.OperationFailedException |
mustBedefinedIfDefined(String attrOne,
String attrTwo) |
org.jboss.as.controller.OperationFailedException |
mustBeDefinedIfTrue(String attrOne,
String attrTwo) |
org.jboss.as.controller.OperationFailedException |
mustBeUndefinedIfTrue(String attrOne,
String attrTwo) |
void |
nodeIdentifierIsSetToDefault()
If the user has set node identifier to the default value
|
org.jboss.msc.service.StartException |
objectStoreStartFailure(Throwable cause)
Creates an exception indicating the failure of the object store browser.
|
org.jboss.as.controller.OperationFailedException |
onlyOneCanBeTrue(String attrOne,
String attrTwo) |
void |
preJcaSyncAfterCompletionFailed(Synchronization preJcaSync,
Transaction tx,
Exception e) |
void |
rollbackOfTransactionStartedInEEConcurrentInvocation() |
IOException |
serializationMustBeHandledByTheFactory() |
IllegalStateException |
serviceNotStarted()
Creates an exception indicating that a service was not started.
|
org.jboss.msc.service.StartException |
startFailure(Throwable cause)
Creates an exception indicating the start failed.
|
IllegalStateException |
syncsnotallowed(int status) |
void |
systemErrorWhileCheckingForTransactionLeak(Throwable cause) |
void |
transactionNotFound(Transaction tx) |
IllegalStateException |
transactionSetupProviderServiceNotInstalled() |
IllegalStateException |
transactionSetupProviderServiceNotStarted() |
void |
transactionStillOpen(int status)
If the user left a transaction open
|
String |
transformJournalStoreEnableAsyncIoMustBeTrue() |
void |
unableToGetTransactionStatus(Throwable cause)
If the current transaction status could not be determined
|
void |
unableToRollBack(Throwable cause)
If a transaction could not be rolled back
|
String |
unknownMetric(Object metric)
A message indicating the metric is unknown.
|
XMLStreamException |
unsupportedAttribute(String attribute,
Location location) |
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, warnv
static final TransactionLogger ROOT_LOGGER
@LogMessage(level=ERROR) @Message(id=1, value="Unable to roll back active transaction") void unableToRollBack(@Cause Throwable cause)
@LogMessage(level=ERROR) @Message(id=2, value="Unable to get transaction state") void unableToGetTransactionStatus(@Cause Throwable cause)
@LogMessage(level=ERROR) @Message(id=3, value="APPLICATION ERROR: transaction still active in request with status %s") void transactionStillOpen(int status)
@Message(id=4, value="Create failed") org.jboss.msc.service.StartException createFailed(@Cause Throwable cause)
cause
- the reason the creation failed.StartException
initialized with the cause.@Message(id=5, value="%s manager create failed") org.jboss.msc.service.StartException managerStartFailure(@Cause Throwable cause, String managerName)
cause
- the reason the start failed.managerName
- the name of the manager that didn't start.StartException
initialized with the cause and error message.@Message(id=6, value="Failed to configure object store browser bean") org.jboss.msc.service.StartException objectStoreStartFailure(@Cause Throwable cause)
cause
- the reason the start failed.StartException
initialized with the cause and error message.@Message(id=7, value="Service not started") IllegalStateException serviceNotStarted()
IllegalStateException
initialized with the cause and error message.@Message(id=8, value="Start failed") org.jboss.msc.service.StartException startFailure(@Cause Throwable cause)
cause
- the reason the start failed.StartException
initialized with the cause.@Message(id=9, value="Unknown metric %s") String unknownMetric(Object metric)
metric
- the unknown metric.@Message(id=10, value="MBean Server service not installed, this functionality is not available if the JMX subsystem has not been installed.") RuntimeException jmxSubsystemNotInstalled()
@Message(id=11, value="\'journal-store-enable-async-io\' must be true.") String transformJournalStoreEnableAsyncIoMustBeTrue()
@Message(id=12, value="Attributes %s and %s are alternatives; both cannot be set with conflicting values.") org.jboss.as.controller.OperationFailedException inconsistentStatisticsSettings(String attrOne, String attrTwo)
@LogMessage(level=WARN) @Message(id=13, value="Node identifier property is set to the default value. Please make sure it is unique.") void nodeIdentifierIsSetToDefault()
@Message(id=14, value="Jndi name is required") org.jboss.as.controller.OperationFailedException jndiNameRequired()
@Message(id=15, value="Jndi names have to start with java:/ or java:jboss/") org.jboss.as.controller.OperationFailedException jndiNameInvalidFormat()
@LogMessage(level=WARN) @Message(id=16, value="Transaction started in EE Concurrent invocation left open, starting rollback to prevent leak.") void rollbackOfTransactionStartedInEEConcurrentInvocation()
@LogMessage(level=WARN) @Message(id=17, value="Failed to rollback transaction.") void failedToRollbackTransaction(@Cause Throwable cause)
@LogMessage(level=WARN) @Message(id=18, value="Failed to suspend transaction.") void failedToSuspendTransaction(@Cause Throwable cause)
@LogMessage(level=WARN) @Message(id=19, value="System error while checking for transaction leak in EE Concurrent invocation.") void systemErrorWhileCheckingForTransactionLeak(@Cause Throwable cause)
@Message(id=20, value="EE Concurrent ContextHandle serialization must be handled by the factory.") IOException serializationMustBeHandledByTheFactory()
@Message(id=21, value="EE Concurrent\'s TransactionSetupProviderService not started.") IllegalStateException transactionSetupProviderServiceNotStarted()
@Message(id=22, value="EE Concurrent\'s TransactionSetupProviderService not installed.") IllegalStateException transactionSetupProviderServiceNotInstalled()
@Message(id=23, value="%s must be undefined if %s is \'true\'.") org.jboss.as.controller.OperationFailedException mustBeUndefinedIfTrue(String attrOne, String attrTwo)
@Message(id=24, value="%s must be defined if %s is defined.") org.jboss.as.controller.OperationFailedException mustBedefinedIfDefined(String attrOne, String attrTwo)
@Message(id=25, value="Either %s must be \'true\' or %s must be defined.") org.jboss.as.controller.OperationFailedException eitherTrueOrDefined(String attrOne, String attrTwo)
@LogMessage(level=WARN) @Message(id=26, value="The transaction %s could not be removed from the cache during cleanup.") void transactionNotFound(Transaction tx)
@LogMessage(level=WARN) @Message(id=27, value="The pre-jca synchronization %s associated with tx %s failed during after completion") void preJcaSyncAfterCompletionFailed(Synchronization preJcaSync, Transaction tx, @Cause Exception e)
@LogMessage(level=WARN) @Message(id=28, value="The jca synchronization %s associated with tx %s failed during after completion") void jcaSyncAfterCompletionFailed(Synchronization jcaSync, Transaction tx, @Cause Exception e)
@Message(id=29, value="Syncs are not allowed to be registered when the tx is in state %s") IllegalStateException syncsnotallowed(int status)
@Message(id=30, value="Indexed child resources can only be registered if the parent resource supports ordered children. The parent of \'%s\' is not indexed") IllegalStateException indexedChildResourceRegistrationNotAvailable(org.jboss.as.controller.PathElement address)
@Message(id=31, value="The attribute \'%s\' is no longer supported") XMLStreamException unsupportedAttribute(String attribute, @Param Location location)
@Message(id=32, value="%s must be defined if %s is \'true\'.") org.jboss.as.controller.OperationFailedException mustBeDefinedIfTrue(String attrOne, String attrTwo)
Copyright © 2018 JBoss by Red Hat. All rights reserved.