Index

B C D F G H I L M N O P R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values

B

BaseUrl - Annotation Type in org.jboss.logging.annotations
Messages on reports can have a link to a resolution document.
booleanValue() - Element in annotation type org.jboss.logging.annotations.Field
The default boolean value if this annotation is used on a method.
booleanValue() - Element in annotation type org.jboss.logging.annotations.Property
The default boolean value if this annotation is used on a method.
byteValue() - Element in annotation type org.jboss.logging.annotations.Field
The default boolean value if this annotation is used on a method.
byteValue() - Element in annotation type org.jboss.logging.annotations.Property
The default boolean value if this annotation is used on a method.

C

Cause - Annotation Type in org.jboss.logging.annotations
Mark a parameter as being the "exception cause" parameter rather than a positional format parameter.
causeIndex() - Element in annotation type org.jboss.logging.annotations.Signature
The index for the cause of the exception being created.
charValue() - Element in annotation type org.jboss.logging.annotations.Field
The default byte value if this annotation is used on a method.
charValue() - Element in annotation type org.jboss.logging.annotations.Property
The default byte value if this annotation is used on a method.
classValue() - Element in annotation type org.jboss.logging.annotations.Field
The default Class value if this annotation is used on a method.
classValue() - Element in annotation type org.jboss.logging.annotations.Property
The default Class value if this annotation is used on a method.
ConstructType - Annotation Type in org.jboss.logging.annotations
Indicates the value of this annotation should be constructed and returned.
copyStackTrace() - Element in annotation type org.jboss.logging.annotations.TransformException
Indicates if the stack trace from the parameter should be copied to the exception returned.

D

doubleValue() - Element in annotation type org.jboss.logging.annotations.Field
The default double value if this annotation is used on a method.
doubleValue() - Element in annotation type org.jboss.logging.annotations.Property
The default double value if this annotation is used on a method.

F

Field - Annotation Type in org.jboss.logging.annotations
Indicate that a method parameter value should be applied to a field on the resultant exception object.
Fields - Annotation Type in org.jboss.logging.annotations
Defines the default field properties to use on the resultant exception object.
floatValue() - Element in annotation type org.jboss.logging.annotations.Field
The default float value if this annotation is used on a method.
floatValue() - Element in annotation type org.jboss.logging.annotations.Property
The default float value if this annotation is used on a method.
format() - Element in annotation type org.jboss.logging.annotations.Message
The format type of this method (defaults to Message.Format.PRINTF).
FormatWith - Annotation Type in org.jboss.logging.annotations
Indicate that the given parameter should be wrapped with a formatting object of the given class.

G

GET_CLASS - Enum constant in enum org.jboss.logging.annotations.Transform.TransformType
Gets the class of the object object passed, Object.getClass().

H

HASH_CODE - Enum constant in enum org.jboss.logging.annotations.Transform.TransformType
Gets the hash code of the object, Object.hashCode().

I

id() - Element in annotation type org.jboss.logging.annotations.Message
The message ID number.
IDENTITY_HASH_CODE - Enum constant in enum org.jboss.logging.annotations.Transform.TransformType
Gets the identity hash code of the object, System.identityHashCode(Object).
INHERIT - Static variable in annotation type org.jboss.logging.annotations.Message
Indicates that this message should inherit the ID from another message with the same name.
intValue() - Element in annotation type org.jboss.logging.annotations.Field
The default int value if this annotation is used on a method.
intValue() - Element in annotation type org.jboss.logging.annotations.Property
The default int value if this annotation is used on a method.

L

length() - Element in annotation type org.jboss.logging.annotations.MessageBundle
The length of the padding used for each id in the message bundle.
length() - Element in annotation type org.jboss.logging.annotations.MessageLogger
The length of the padding used for each id in the message bundle.
level() - Element in annotation type org.jboss.logging.annotations.LogMessage
The log level at which this message should be logged.
loggingClass() - Element in annotation type org.jboss.logging.annotations.LogMessage
The logging class name to use for this message, if any.
LoggingClass - Annotation Type in org.jboss.logging.annotations
Mark a parameter as specifying the name of the logging class to use.
LogMessage - Annotation Type in org.jboss.logging.annotations
A typed logger method.
longValue() - Element in annotation type org.jboss.logging.annotations.Field
The default long value if this annotation is used on a method.
longValue() - Element in annotation type org.jboss.logging.annotations.Property
The default long value if this annotation is used on a method.

M

max() - Element in annotation type org.jboss.logging.annotations.ValidIdRange
The maximum id allowed in the message id.
Message - Annotation Type in org.jboss.logging.annotations
Assigns a message string to a resource method.
MESSAGE_FORMAT - Enum constant in enum org.jboss.logging.annotations.Message.Format
A MessageFormat-type format string.
Message.Format - Enum in org.jboss.logging.annotations
The possible format types.
MessageBundle - Annotation Type in org.jboss.logging.annotations
Signify that an interface is a message bundle interface.
messageIndex() - Element in annotation type org.jboss.logging.annotations.Signature
The index for the message.
MessageLogger - Annotation Type in org.jboss.logging.annotations
Signify that an interface is a typed logger interface.
min() - Element in annotation type org.jboss.logging.annotations.ValidIdRange
The minimum id allowed in the message id.

N

name() - Element in annotation type org.jboss.logging.annotations.Field
The field name.
name() - Element in annotation type org.jboss.logging.annotations.Property
The property name.
NO_FORMAT - Enum constant in enum org.jboss.logging.annotations.Message.Format
Indicates the message should not be formatted.
NONE - Static variable in annotation type org.jboss.logging.annotations.Message
Indicates that this message has no ID.

O

Once - Annotation Type in org.jboss.logging.annotations
Indicates a message should only be logged once.
org.jboss.logging.annotations - module org.jboss.logging.annotations
 
org.jboss.logging.annotations - package org.jboss.logging.annotations
 

P

Param - Annotation Type in org.jboss.logging.annotations
Identifies a parameter is to be used for constructing an exception and excluded from the formatting of the message.
path() - Element in annotation type org.jboss.logging.annotations.ResolutionDoc
The path to the resolution document.
Pos - Annotation Type in org.jboss.logging.annotations
 
PRINTF - Enum constant in enum org.jboss.logging.annotations.Message.Format
A Formatter-type format string.
Producer - Annotation Type in org.jboss.logging.annotations
Identifies a parameter has the ability to produce a Throwable or a super type of a Throwable.
projectCode() - Element in annotation type org.jboss.logging.annotations.MessageBundle
Get the project code for messages that have an associated code.
projectCode() - Element in annotation type org.jboss.logging.annotations.MessageLogger
Get the project code for messages that have an associated code.
Properties - Annotation Type in org.jboss.logging.annotations
Defines the default properties to use on the resultant exception object.
Property - Annotation Type in org.jboss.logging.annotations
Indicate that a method parameter value should be applied to a property (with a setter method) on the resultant exception object.

R

ResolutionDoc - Annotation Type in org.jboss.logging.annotations
Allows a link to be created for messages on a report which contain a possible resolution to the issue reported .
rootLocale() - Element in annotation type org.jboss.logging.annotations.MessageBundle
Specifies the locale for formatting bundle messages.
rootLocale() - Element in annotation type org.jboss.logging.annotations.MessageLogger
Specifies the locale for formatting bundle messages.

S

shortValue() - Element in annotation type org.jboss.logging.annotations.Field
The default short value if this annotation is used on a method.
shortValue() - Element in annotation type org.jboss.logging.annotations.Property
The default short value if this annotation is used on a method.
Signature - Annotation Type in org.jboss.logging.annotations
Specifies the exact signature to use when creating a Throwable return type.
SIZE - Enum constant in enum org.jboss.logging.annotations.Transform.TransformType
Gets the size or length of a String, Collection, Map or array.
skip() - Element in annotation type org.jboss.logging.annotations.ResolutionDoc
Allows the creation of a link to be skipped.
stringValue() - Element in annotation type org.jboss.logging.annotations.Field
The default String value if this annotation is used on a method.
stringValue() - Element in annotation type org.jboss.logging.annotations.Property
The default String value if this annotation is used on a method.
suffix() - Element in annotation type org.jboss.logging.annotations.ResolutionDoc
The suffix to append to the path.
Suppressed - Annotation Type in org.jboss.logging.annotations
Indicates the parameter should be added as a suppressed exception to the returned exception.

T

transform() - Element in annotation type org.jboss.logging.annotations.Pos
The transform types used on the parameter.
Transform - Annotation Type in org.jboss.logging.annotations
Indicate the given parameter should be transformed in each of the transform types provided.
Transform.TransformType - Enum in org.jboss.logging.annotations
The transform type
TransformException - Annotation Type in org.jboss.logging.annotations
Transforms the parameter into a new exception appending the message from the parameter to the message from the method.

U

url() - Element in annotation type org.jboss.logging.annotations.ResolutionDoc
The URL, fully qualified or relative, to use for the resolution document.
useThreadContext() - Element in annotation type org.jboss.logging.annotations.LogMessage
Indicates before the message is logged the current threads context class loader is set to the the class loader from this type.

V

ValidIdRange - Annotation Type in org.jboss.logging.annotations
Sets a range of valid id's allowed on the message id.
ValidIdRanges - Annotation Type in org.jboss.logging.annotations
 
value() - Element in annotation type org.jboss.logging.annotations.BaseUrl
The base URL used for links to resolution documentation on reports.
value() - Element in annotation type org.jboss.logging.annotations.ConstructType
The actual type that should be constructed for the return type.
value() - Element in annotation type org.jboss.logging.annotations.Fields
The fields to use on the resultant exception object.
value() - Element in annotation type org.jboss.logging.annotations.FormatWith
The class of the formatting object to use.
value() - Element in annotation type org.jboss.logging.annotations.Message
The default format string of this message.
value() - Element in annotation type org.jboss.logging.annotations.Param
Defines an exact class the parameter must match for unambiguous resolution.
value() - Element in annotation type org.jboss.logging.annotations.Pos
The positions the value should be used at.
value() - Element in annotation type org.jboss.logging.annotations.Properties
The properties to use on the resultant exception object.
value() - Element in annotation type org.jboss.logging.annotations.Signature
An array of types matching the exact signature to use for the exception being created.
value() - Element in annotation type org.jboss.logging.annotations.Transform
The transform types used on the parameter.
value() - Element in annotation type org.jboss.logging.annotations.TransformException
An array of suggested types to create.
value() - Element in annotation type org.jboss.logging.annotations.ValidIdRanges
An array of valid id ranges.
valueOf(String) - Static method in enum org.jboss.logging.annotations.Message.Format
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.logging.annotations.Transform.TransformType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jboss.logging.annotations.Message.Format
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.logging.annotations.Transform.TransformType
Returns an array containing the constants of this enum type, in the order they are declared.
B C D F G H I L M N O P R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values