Skip navigation links
com.bea.wlevs.util
Class ServiceClassLoader
java.lang.Object
|
+--java.lang.Enum
|
+--com.bea.wlevs.util.ServiceClassLoader
- public final class ServiceClassLoader
- extends java.lang.Enum
- See Also:
- Serialized Form
Methods inherited from class java.lang.Enum |
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
CLIENT
public static final ServiceClassLoader CLIENT
SERVICE_PROVIDER
public static final ServiceClassLoader SERVICE_PROVIDER
UNMANAGED
public static final ServiceClassLoader UNMANAGED
values
public static ServiceClassLoader[] values()
valueOf
public static ServiceClassLoader valueOf(java.lang.String name)
toString
public java.lang.String toString()
-
- Overrides:
- toString in class java.lang.Enum
toImportContextClassLoader
public ImportContextClassLoader toImportContextClassLoader()