Interface ControllerClientLogger
-
- All Superinterfaces:
org.jboss.logging.BasicLogger
- All Known Implementing Classes:
ControllerClientLogger_$logger
@MessageLogger(projectCode="WFLYCC", length=4) public interface ControllerClientLogger extends org.jboss.logging.BasicLogger- Author:
- James R. Perkins, David M. Lloyd
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classControllerClientLogger.LeakDescription
-
Field Summary
Fields Modifier and Type Field Description static ControllerClientLoggerROOT_LOGGERA logger with the default package name.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IllegalStateExceptioncannotAddDeploymentAction()Creates an exception indicating after starting creation of the rollout plan no deployment actions can be added.IllegalStateExceptioncannotAddDeploymentActionsAfterStart()Creates an exception indicating no deployment actions can be added after starting the creation of the rollout plan.StringcannotConvert(String first, String second)A message indicating thatfirstcannot be converted tosecond.voidcannotDeleteTempFile(String name)IllegalArgumentExceptioncannotDeriveDeploymentName(URL url)Creates an exception indicating the deployment name could not be derived from the URL.IllegalArgumentExceptioncannotUseDeploymentPlan()Creates an exception indicating theDeploymentPlancannot be used because it was not created by this manager.ControllerClientLogger.LeakDescriptioncontrollerClientNotClosed()Creates a leak description, used in the controller client to show the original allocation point creating the client.StringdomainDeploymentAlreadyExists(String name)A message indicating a deployment with thenameis already present in the domain.Stringfailed()The word failed.RuntimeExceptionfailedToParseAuthenticationConfig(Throwable cause, URI location)IllegalStateExceptionglobalRollbackNotCompatible()Creates an exception indicating a global rollback is not compatible with a server restart.IllegalStateExceptiongracefulShutdownAlreadyConfigured(long timeout)Creates an exception indicating the graceful shutdown already configured with a timeout, represented by thetimeoutparameter.StringincompleteDeploymentReplace(String deploymentName, String missingGroups)A message indicating only one version of a deployment with a given unique name can exist in the domain.IllegalStateExceptioninvalidActionType(DeploymentAction.Type type)Creates an exception indicating the action type, represented by thetypeparameter, is invalid.IllegalArgumentExceptioninvalidAddressType()Creates an exception indicating the address must be of typelist.IllegalStateExceptioninvalidPrecedingAction(Object type)Creates an exception indicating the preceding action was not atype.IllegalArgumentExceptioninvalidUri(Throwable cause, URL url)Creates an exception indicating the URL is not a valid URI.IllegalArgumentExceptioninvalidValue(String name, int value, int minValue)Creates an exception indicating the value is invalid and must be greater than theminValue.IllegalArgumentExceptioninvalidValue(String name, int value, int minValue, int maxValue)Creates an exception indicating the value is invalid and must be greater than theminValueand less than themaxValue.voidleakedControllerClient(Throwable allocationStackTrace)RuntimeExceptionmaxDisplayUnitLength()Creates an exception indicating that screen real estate is expensive and displayUnits must be 5 characters or less.IllegalArgumentExceptionnoFailureDescription()Creates an exception indicating the operation was successful and no failure description exists.StringnoFailureDetails()A message indicating that no failure details were provided.IllegalStateExceptionnotConfigured(String name)Creates an exception indicating thenameis not configured.IllegalStateExceptionobjectIsClosed(String name)Creates an exception indicating the object is closed.IllegalArgumentExceptionoperationNameNotFound()Creates an exception indicating the operation name was not defined.RuntimeExceptionoperationOutcome(String outcome)Creates an exception with the operation outcome.IllegalStateExceptionoperationsNotAllowed(String name)Creates an exception indicating operations are not not allowed after content and deployment modifications.RollbackCancelledExceptionrollbackCancelled()Creates an exception indicating the rollback was cancelled.RollbackCancelledExceptionrollbackRolledBack()Creates an exception indicating the rollback was itself rolled back.RollbackCancelledExceptionrollbackTimedOut()Creates an exception indicating the rollback timed out.StringserverDeploymentAlreadyExists(String name)A message indicating a deployment with thenameis already present in the domain.IOExceptionstreamWasClosed()IllegalStateExceptionunknownActionType(Object type)Creates an exception indicating the action type, represented by thetypeparameter, is unknown.-
Methods inherited from interface org.jboss.logging.BasicLogger
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
-
-
-
-
Field Detail
-
ROOT_LOGGER
static final ControllerClientLogger ROOT_LOGGER
A logger with the default package name.
-
-
Method Detail
-
cannotAddDeploymentAction
@Message(id=1, value="Cannot add deployment actions after starting creation of a rollout plan") IllegalStateException cannotAddDeploymentAction()Creates an exception indicating after starting creation of the rollout plan no deployment actions can be added.- Returns:
- a
IllegalStateExceptionfor the error.
-
cannotAddDeploymentActionsAfterStart
@Message(id=2, value="Cannot add deployment actions after starting creation of a rollout plan") IllegalStateException cannotAddDeploymentActionsAfterStart()Creates an exception indicating no deployment actions can be added after starting the creation of the rollout plan.- Returns:
- an
IllegalStateExceptionfor the error.
-
cannotConvert
@Message(id=3, value="Cannot convert %s to %s") String cannotConvert(String first, String second)A message indicating thatfirstcannot be converted tosecond.- Parameters:
first- the type that could not be converted.second- the type attempting to be converted to.- Returns:
- the message.
-
cannotDeriveDeploymentName
@Message(id=4, value="Cannot derive a deployment name from %s -- use an overloaded method variant that takes a \'name\' parameter") IllegalArgumentException cannotDeriveDeploymentName(URL url)Creates an exception indicating the deployment name could not be derived from the URL.- Parameters:
url- the URL to the deployment.- Returns:
- an
IllegalArgumentExceptionfor the error.
-
cannotUseDeploymentPlan
@Message(id=5, value="Cannot use a DeploymentPlan not created by this manager") IllegalArgumentException cannotUseDeploymentPlan()Creates an exception indicating theDeploymentPlancannot be used because it was not created by this manager.- Returns:
- an
IllegalArgumentExceptionfor the error.
-
domainDeploymentAlreadyExists
@Message(id=7, value="Deployment with name %s already present in the domain") String domainDeploymentAlreadyExists(String name)A message indicating a deployment with thenameis already present in the domain.- Parameters:
name- the name of the deployment.- Returns:
- the message.
-
failed
@Message(id=8, value="failed") String failed()The word failed.- Returns:
- failed.
-
globalRollbackNotCompatible
@Message(id=9, value="Global rollback is not compatible with a server restart") IllegalStateException globalRollbackNotCompatible()Creates an exception indicating a global rollback is not compatible with a server restart.- Returns:
- an
IllegalStateExceptionfor the error.
-
gracefulShutdownAlreadyConfigured
@Message(id=10, value="Graceful shutdown already configured with a timeout of %d ms") IllegalStateException gracefulShutdownAlreadyConfigured(long timeout)Creates an exception indicating the graceful shutdown already configured with a timeout, represented by thetimeoutparameter.- Parameters:
timeout- the already configured timeout.- Returns:
- an
IllegalStateExceptionfor the error.
-
incompleteDeploymentReplace
@Message(id=11, value="Only one version of deployment with a given unique name can exist in the domain. The deployment plan specified that a new version of deployment %s replace an existing deployment with the same unique name, but did not apply the replacement to all server groups. Missing server groups were: %s") String incompleteDeploymentReplace(String deploymentName, String missingGroups)A message indicating only one version of a deployment with a given unique name can exist in the domain.- Parameters:
deploymentName- the deployment name.missingGroups- the missing groups.- Returns:
- the message.
-
invalidActionType
@Message(id=12, value="Invalid action type %s") IllegalStateException invalidActionType(DeploymentAction.Type type)Creates an exception indicating the action type, represented by thetypeparameter, is invalid.- Parameters:
type- the invalid type.- Returns:
- an
IllegalStateExceptionfor the error.
-
invalidPrecedingAction
@Message(id=13, value="Preceding action was not a %s") IllegalStateException invalidPrecedingAction(Object type)Creates an exception indicating the preceding action was not atype.- Parameters:
type- the type that preceding action should be.- Returns:
- an
IllegalStateExceptionfor the error.
-
invalidUri
@Message(id=14, value="%s is not a valid URI") IllegalArgumentException invalidUri(@Cause Throwable cause, URL url)Creates an exception indicating the URL is not a valid URI.- Parameters:
cause- the cause of the error.url- the URL.- Returns:
- an
IllegalArgumentExceptionfor the error.
-
invalidValue
@Message(id=15, value="Illegal %s value %d -- must be greater than %d") IllegalArgumentException invalidValue(String name, int value, int minValue)Creates an exception indicating the value is invalid and must be greater than theminValue.- Parameters:
name- the name for the value.value- the invalid value.minValue- the minimum value allowed.- Returns:
- an
IllegalArgumentExceptionfor the error.
-
invalidValue
@Message(id=16, value="Illegal %s value %d -- must be greater than %d and less than %d") IllegalArgumentException invalidValue(String name, int value, int minValue, int maxValue)Creates an exception indicating the value is invalid and must be greater than theminValueand less than themaxValue.- Parameters:
name- the name for the value.value- the invalid value.minValue- the minimum value allowed.maxValue- the maximum value allowed- Returns:
- an
IllegalArgumentExceptionfor the error.
-
maxDisplayUnitLength
@Message(id=17, value="Screen real estate is expensive; displayUnits must be 5 characters or less") RuntimeException maxDisplayUnitLength()Creates an exception indicating that screen real estate is expensive and displayUnits must be 5 characters or less.- Returns:
- a
RuntimeExceptionfor the error.
-
noFailureDetails
@Message(id=19, value="No failure details provided") String noFailureDetails()A message indicating that no failure details were provided.- Returns:
- the message.
-
notConfigured
@Message(id=20, value="No %s is configured") IllegalStateException notConfigured(String name)Creates an exception indicating thenameis not configured.- Parameters:
name- the name that is not configured.- Returns:
- an
IllegalStateExceptionfor the error.
-
objectIsClosed
@Message(id=22, value="%s is closed") IllegalStateException objectIsClosed(String name)Creates an exception indicating the object is closed.- Parameters:
name- the name of the object.- Returns:
- an
IllegalStateExceptionfor the error.
-
operationOutcome
@Message(id=23, value="Operation outcome is %s") RuntimeException operationOutcome(String outcome)Creates an exception with the operation outcome.- Parameters:
outcome- the operation outcome.- Returns:
- a
RuntimeExceptionfor the error.
-
operationsNotAllowed
@Message(id=24, value="%s operations are not allowed after content and deployment modifications") IllegalStateException operationsNotAllowed(String name)Creates an exception indicating operations are not not allowed after content and deployment modifications.- Parameters:
name- the name for the operations.- Returns:
- an
IllegalStateExceptionfor the error.
-
rollbackCancelled
@Message(id=25, value="Rollback was cancelled") RollbackCancelledException rollbackCancelled()Creates an exception indicating the rollback was cancelled.- Returns:
- a
RollbackCancelledExceptionfor the error.
-
rollbackRolledBack
@Message(id=26, value="Rollback was itself rolled back") RollbackCancelledException rollbackRolledBack()Creates an exception indicating the rollback was itself rolled back.- Returns:
- a
RollbackCancelledExceptionfor the error.
-
rollbackTimedOut
@Message(id=27, value="Rollback timed out") RollbackCancelledException rollbackTimedOut()Creates an exception indicating the rollback timed out.- Returns:
- a
RollbackCancelledExceptionfor the error.
-
serverDeploymentAlreadyExists
@Message(id=28, value="Deployment with name %s already present in the server") String serverDeploymentAlreadyExists(String name)A message indicating a deployment with thenameis already present in the domain.- Parameters:
name- the name of the deployment.- Returns:
- the message.
-
unknownActionType
@Message(id=29, value="Unknown action type %s") IllegalStateException unknownActionType(Object type)Creates an exception indicating the action type, represented by thetypeparameter, is unknown.- Parameters:
type- the unknown type.- Returns:
- an
IllegalStateExceptionfor the error.
-
controllerClientNotClosed
@Message(id=30, value="Allocation stack trace:") ControllerClientLogger.LeakDescription controllerClientNotClosed()Creates a leak description, used in the controller client to show the original allocation point creating the client.- Returns:
- the leak description
-
noFailureDescription
@Message(id=31, value="No failure description as the operation was successful.") IllegalArgumentException noFailureDescription()Creates an exception indicating the operation was successful and no failure description exists.- Returns:
- a
IllegalArgumentExceptionfor the error
-
operationNameNotFound
@Message(id=32, value="The operation name was not defined.") IllegalArgumentException operationNameNotFound()Creates an exception indicating the operation name was not defined.- Returns:
- a
IllegalArgumentExceptionfor the error
-
invalidAddressType
@Message(id=33, value="The address must be of type ModelType.LIST.") IllegalArgumentException invalidAddressType()Creates an exception indicating the address must be of typelist.- Returns:
- an
IllegalArgumentExceptionfor the error
-
leakedControllerClient
@LogMessage(level=WARN) @Message(id=34, value="Closing leaked controller client") void leakedControllerClient(@Cause Throwable allocationStackTrace)
-
cannotDeleteTempFile
@LogMessage(level=WARN) @Message(id=35, value="Cannot delete temp file %s, will be deleted on exit") void cannotDeleteTempFile(String name)
-
streamWasClosed
@Message(id=36, value="Stream was closed") IOException streamWasClosed()
-
failedToParseAuthenticationConfig
@Message(id=37, value="Failed to parse the configuration file: %s") RuntimeException failedToParseAuthenticationConfig(@Cause Throwable cause, URI location)
-
-