Uses of Enum
clazzfish.monitor.ClassloaderType
Packages that use ClassloaderType
-
Uses of ClassloaderType in clazzfish.monitor
Subclasses with type arguments of type ClassloaderType in clazzfish.monitorModifier and TypeClassDescriptionenumThis enum type can detect if a classloader is a Tomcat, WebLogic or Websphere classloader.Methods in clazzfish.monitor that return ClassloaderTypeModifier and TypeMethodDescriptionstatic ClassloaderTypeClassloaderType.getCurrentClassloaderType()Looks, what type of classloader the current thread is using.static ClassloaderTypeClassloaderType.toClassloaderType(ClassLoader cloader) Converts the given classloader into the corresponding type.static ClassloaderTypeReturns the enum constant of this type with the specified name.static ClassloaderType[]ClassloaderType.values()Returns an array containing the constants of this enum type, in the order they are declared.