com.ibm.oti.shared
Class Shared
- java.lang.Object
com.ibm.oti.shared.Shared
- public class Shared
- extends java.lang.Object
Version:
initial
Author:
OTI
See Also:
Constructor Summary
Constructor and Description |
---|
Shared()
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getSharedClassHelperFactory()
If sharing is enabled returns a SharedClassHelperFactory, otherwise returns null.
|
|
isSharingEnabled()
Returns true if sharing is enabled for this JVM (using -Xshareclasses on the command-line)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail
Shared
- public Shared()
Method Detail
isSharingEnabled
- public static boolean isSharingEnabled( )
Returns true if sharing is enabled for this JVM (using -Xshareclasses on the command-line)
getSharedClassHelperFactory
- public static SharedClassHelperFactory getSharedClassHelperFactory( )
If sharing is enabled returns a SharedClassHelperFactory, otherwise returns null.
Returns:
SharedClassHelperFactory