Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
E
F
G
H
I
M
N
S
S
setClasspath(URL[])
- Method in interface com.ibm.oti.shared.
SharedClassURLClasspathHelper
Update the helper's classpath with a new classpath.
setClasspath(URL[])
- Method in class com.ibm.oti.shared.
SharedClassURLClasspathHelperImpl
setIndex(int)
- Method in interface com.ibm.oti.shared.
SharedClassURLClasspathHelper.IndexHolder
Shared
- Class in
com.ibm.oti.shared
Global class which provides SharedClassHelperFactory and sharing status.
Shared()
- Constructor for class com.ibm.oti.shared.
Shared
SharedClassAbstractHelper
- Class in
com.ibm.oti.shared
Abstract SharedClassHelper provides common functions and data to helper subclasses.
SharedClassAbstractHelper()
- Constructor for class com.ibm.oti.shared.
SharedClassAbstractHelper
SharedClassHelper
- Interface in
com.ibm.oti.shared
SharedClassHelper super-interface defines functions common to all helpers.
SharedClassHelperFactory
- Interface in
com.ibm.oti.shared
SharedClassHelperFactory provides an interface used to create various types of SharedClassHelper for ClassLoaders.
SharedClassHelperFactoryImpl
- Class in
com.ibm.oti.shared
Implementation of SharedClassHelperFactory.
SharedClassHelperFactoryImpl()
- Constructor for class com.ibm.oti.shared.
SharedClassHelperFactoryImpl
SharedClassPermission
- Class in
com.ibm.oti.shared
Security permission to govern classloader access to the shared class cache.
SharedClassPermission(ClassLoader, String)
- Constructor for class com.ibm.oti.shared.
SharedClassPermission
Constructs a new instance of this class.
SharedClassPermission(String, String)
- Constructor for class com.ibm.oti.shared.
SharedClassPermission
Constructs a new instance of this class.
SharedClassPermissionCollection
- Class in
com.ibm.oti.shared
Security permission collection to support SharedClassPermission
SharedClassPermissionCollection()
- Constructor for class com.ibm.oti.shared.
SharedClassPermissionCollection
SharedClassStatistics
- Class in
com.ibm.oti.shared
Class providing static functions which report basic cache statistics.
SharedClassStatistics()
- Constructor for class com.ibm.oti.shared.
SharedClassStatistics
SharedClassTokenHelper
- Interface in
com.ibm.oti.shared
Shared Class Helper API that stores and finds classes using String tokens.
SharedClassTokenHelperImpl
- Class in
com.ibm.oti.shared
Implementation of SharedClassTokenHelper.
SharedClassURLClasspathHelper
- Interface in
com.ibm.oti.shared
Shared Class Helper API that stores and finds classes using URL classpaths.
SharedClassURLClasspathHelper.IndexHolder
- Interface in
com.ibm.oti.shared
Interface which allows an index to be returned from findSharedClass calls.
SharedClassURLClasspathHelperImpl
- Class in
com.ibm.oti.shared
Implementation of SharedClassURLClasspathHelper.
SharedClassURLHelper
- Interface in
com.ibm.oti.shared
Shared Class Helper API that stores and finds classes using URL paths.
SharedClassURLHelperImpl
- Class in
com.ibm.oti.shared
Implementation of SharedClassURLHelper.
storeSharedClass(String, Class)
- Method in interface com.ibm.oti.shared.
SharedClassTokenHelper
Store a class in the shared cache using a specific token.
storeSharedClass(String, Class)
- Method in class com.ibm.oti.shared.
SharedClassTokenHelperImpl
storeSharedClass(Class, int)
- Method in interface com.ibm.oti.shared.
SharedClassURLClasspathHelper
Store a class in the shared cache using the caller's URL classpath.
storeSharedClass(String, Class, int)
- Method in interface com.ibm.oti.shared.
SharedClassURLClasspathHelper
Store a class in the shared cache using the caller's URL classpath and with a user-defined partition.
storeSharedClass(Class, int)
- Method in class com.ibm.oti.shared.
SharedClassURLClasspathHelperImpl
storeSharedClass(String, Class, int)
- Method in class com.ibm.oti.shared.
SharedClassURLClasspathHelperImpl
storeSharedClass(URL, Class)
- Method in interface com.ibm.oti.shared.
SharedClassURLHelper
Store a class in the shared cache using the URL location it was loaded from.
storeSharedClass(String, URL, Class)
- Method in interface com.ibm.oti.shared.
SharedClassURLHelper
Store a class in the shared cache using the URL location it was loaded from and a user-defined partition (see "Partitions" above).
storeSharedClass(URL, Class)
- Method in class com.ibm.oti.shared.
SharedClassURLHelperImpl
storeSharedClass(String, URL, Class)
- Method in class com.ibm.oti.shared.
SharedClassURLHelperImpl
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
E
F
G
H
I
M
N
S