@MessageBundle(projectCode="JBAS")
public interface TransactionMessages
| Modifier and Type | Field and Description |
|---|---|
static TransactionMessages |
MESSAGES
The messages
|
| Modifier and Type | Method and Description |
|---|---|
org.jboss.msc.service.StartException |
createFailed(Throwable cause)
Creates an exception indicating a create failed.
|
OperationFailedException |
inconsistentStatisticsSettings(String attrOne,
String attrTwo) |
RuntimeException |
jmxSubsystemNotInstalled() |
org.jboss.msc.service.StartException |
managerStartFailure(Throwable cause,
String managerName)
Creates an exception indicating the start of a manager failed.
|
org.jboss.msc.service.StartException |
objectStoreStartFailure(Throwable cause)
Creates an exception indicating the failure of the object store browser.
|
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.
|
String |
transformHornetQStoreEnableAsyncIoMustBeTrue() |
String |
unknownMetric(Object metric)
A message indicating the metric is unknown.
|
static final TransactionMessages MESSAGES
@Message(id=10100,
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=10101,
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=10102,
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=10103,
value="Service not started")
IllegalStateException serviceNotStarted()
IllegalStateException initialized with the cause and error message.@Message(id=10104,
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=10105,
value="Unknown metric %s")
String unknownMetric(Object metric)
metric - the unknown metric.@Message(id=10106,
value="MBean Server service not installed, this functionality is not available if the JMX subsystem has not been installed.")
RuntimeException jmxSubsystemNotInstalled()
@Message(id=10107,
value="\'hornetq-store-enable-async-io\' must be true.")
String transformHornetQStoreEnableAsyncIoMustBeTrue()
@Message(id=10108,
value="Attributes %s and %s are alternatives; both cannot be set with conflicting values.")
OperationFailedException inconsistentStatisticsSettings(String attrOne,
String attrTwo)
Copyright © 2014 JBoss by Red Hat. All rights reserved.