Interface SharedDataHelperFactory


public interface SharedDataHelperFactory
SharedDataHelperFactory provides an interface used to create SharedDataHelpers.
See Also:
  • Method Details

    • getDataHelper

      SharedDataHelper getDataHelper(ClassLoader owner)
      Return a SharedDataHelper for a given ClassLoader.

      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.

      Parameters:
      owner - the ClassLoader which owns the SharedDataHelper
      Returns:
      SharedDataHelper a new or existing SharedDataHelper
      See Also: