|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.oti.shared.SharedAbstractHelperFactory
com.ibm.oti.shared.SharedDataHelperFactoryImpl
public class SharedDataHelperFactoryImpl
Implementation of SharedDataHelperFactory.
SharedClassHelperFactory
,
SharedAbstractHelperFactory
Constructor Summary | |
---|---|
SharedDataHelperFactoryImpl()
|
Method Summary | |
---|---|
SharedDataHelper |
getDataHelper(java.lang.ClassLoader owner)
Return a SharedDataHelper for a given ClassLoader. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SharedDataHelperFactoryImpl()
Method Detail |
---|
public SharedDataHelper getDataHelper(java.lang.ClassLoader owner)
SharedDataHelperFactory
Creates a new SharedDataHelper if one cannot be found,
otherwise if a SharedDataHelper already exists for the ClassLoader, the existing Helper is returned.
Returns null if a SecurityManager is installed and there is no SharedClassPermission for the ClassLoader specified.
getDataHelper
in interface SharedDataHelperFactory
owner
- ClassLoader.
The ClassLoader which owns the SharedDataHelper
SharedDataHelper
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |