Interface ReferenceFactory

All Superinterfaces:
IDLEntity, Object, Serializable
All Known Implementing Classes:
ReferenceFactoryImpl

public interface ReferenceFactory extends Object, IDLEntity
  • Method Details

    • createReference

      Object createReference(byte[] key)
      Create an object reference with the given key and repository ID.
      Parameters:
      key - key for object
      Returns:
      the resulting object
    • destroy

      void destroy()
      Destroy this ReferenceFactory.