public class VersionClassLoader
extends java.lang.Object
| Constructor and Description |
|---|
VersionClassLoader() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.Object |
getVersionedInstance(java.lang.String className,
java.lang.Object[] args)
Use reflection to create a new instance of a versioned class whose
name is specified by className.
|
static java.lang.ClassLoader |
initClassLoader(long classVersion)
If PdxPrms.initClassLoader is true, then randomly choose a versioned
class path and create and install a class loader for it on this thread.
|
public static java.lang.ClassLoader initClassLoader(long classVersion)
throws java.lang.Exception
java.lang.Exceptionpublic static java.lang.Object getVersionedInstance(java.lang.String className,
java.lang.Object[] args)
throws java.lang.Exception
className - The name of the versioned class to create.java.lang.ExceptionCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.