Uses of Annotation Interface
org.glowroot.agent.plugin.api.checker.Nullable
Packages that use Nullable
Package
Description
-
Uses of Nullable in org.glowroot.agent.plugin.api
Methods in org.glowroot.agent.plugin.api with annotations of type NullableModifier and TypeMethodDescriptionParameterHolder.get()ClassInfo.getLoader()MethodInfo.getLoader()TraceEntry.getMessageSupplier()Returns the message supplier that was supplied when theTraceEntrywas created.ThreadContext.ServletRequestInfo.getPathInfo()ThreadContext.getServletRequestInfo()Method parameters in org.glowroot.agent.plugin.api with annotations of type NullableModifier and TypeMethodDescriptionvoidThreadContext.addErrorEntry(String message) Adds a trace entry with the specified error message and total time of zero.voidThreadContext.addErrorEntry(String message, Throwable t) Adds a trace entry with the specified error message and total time of zero.voidThreadContext.addTransactionAttribute(String name, String value) Adds an attribute on the current transaction with the specifiednameandvalue.static Messagestatic Messagestatic Messagestatic MessageSupplierCreates aMessageSupplierfor the specifiedmessage.static MessageSupplierCreates aMessageSupplierfor the specifiedtemplateandargs.abstract voidabstract voidabstract voidabstract voidabstract voidabstract voidabstract voidabstract voidabstract voidabstract voidvoidTraceEntry.endWithError(String message) End the entry and mark the trace entry as an error with the specified throwable.voidTraceEntry.endWithError(String message, Throwable t) End the entry and add the specifiederrorMessageto the entry.abstract voidabstract voidabstract voidabstract voidabstract voidabstract voidabstract voidabstract voidabstract voidabstract voidabstract voidabstract voidabstract voidabstract voidabstract voidabstract voidabstract voidabstract voidabstract voidabstract voidvoidvoidThreadContext.setServletRequestInfo(ThreadContext.ServletRequestInfo servletRequestInfo) DO NOT USE.voidThreadContext.setTransactionError(String message) Marks the transaction as an error with the given message.voidThreadContext.setTransactionError(String message, Throwable t) Marks the transaction as an error with the given message.voidThreadContext.setTransactionError(String message, Throwable t) Marks the transaction as an error with the given message.voidThreadContext.setTransactionName(String transactionName, int priority) Set the transaction name that is used for aggregation.voidThreadContext.setTransactionType(String transactionType, int priority) Set the transaction type that is used for aggregation.voidThreadContext.setTransactionUser(String user, int priority) Sets the user attribute on the transaction.abstract voidabstract voidabstract voidabstract voidabstract voidabstract voidabstract voidabstract voidabstract voidabstract voidabstract voidabstract voidabstract voidabstract voidabstract voidabstract voidabstract voidabstract voidabstract voidabstract void -
Uses of Nullable in org.glowroot.agent.plugin.api.config
Methods in org.glowroot.agent.plugin.api.config with annotations of type Nullable -
Uses of Nullable in org.glowroot.agent.plugin.api.util
Methods in org.glowroot.agent.plugin.api.util with annotations of type NullableModifier and TypeMethodDescriptionstatic Class<?>Reflection.getClass(String name, ClassLoader loader) static Class<?>Reflection.getClassWithWarnIfNotFound(String name, ClassLoader loader) static FieldReflection.getDeclaredField(Class<?> clazz, String fieldName) static ObjectReflection.getFieldValue(Field field, Object obj) static MethodOptional.orNull()static ObjectMethod parameters in org.glowroot.agent.plugin.api.util with annotations of type NullableModifier and TypeMethodDescriptionbooleanstatic <T> Optional<T>Optional.fromNullable(T value) static Class<?>Reflection.getClass(String name, ClassLoader loader) static Class<?>Reflection.getClassWithWarnIfNotFound(String name, ClassLoader loader) static FieldReflection.getDeclaredField(Class<?> clazz, String fieldName) static ObjectReflection.getFieldValue(Field field, Object obj) static Methodstatic <T> Tstatic <T> Tstatic <T> TReflection.invokeWithDefault(Method method, Object obj, T defaultValue, Object... args) static <T> TReflection.invokeWithDefault(Method method, Object obj, T defaultValue, Object... args) static Object -
Uses of Nullable in org.glowroot.agent.plugin.api.weaving
Methods in org.glowroot.agent.plugin.api.weaving with annotations of type Nullable