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 TypeClassDescriptionenum
This enum type can detect if a classloader is a Tomcat, WebLogic or Websphere classloader.Methods in clazzfish.monitor that return ClassloaderTypeModifier and TypeMethodDescriptionstatic ClassloaderType
ClassloaderType.getCurrentClassloaderType()
Looks, what type of classloader the current thread is using.static ClassloaderType
ClassloaderType.toClassloaderType
(ClassLoader cloader) Converts the given classloader into the corresponding type.static ClassloaderType
Returns 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.