net.larsan.urd.archive
Interface SharedSpace

All Known Implementing Classes:
SharedSpaceLoader

public interface SharedSpace

This interface is the contract for the norna shared class space. This interface is used by the service class loaders as an entry point to the shared space.

Version:
Alpha-0.1 / 2002-10-06 21:37
Author:
Lars J. Nilsson
See Also:
SharedSpaceLoader ArchiveLoader

Method Summary
 Exporter getExporter()
          Get exporter to use for exporting packages into the shared class space.
 java.lang.ClassLoader getLoader()
          Get shared class loader
 

Method Detail

getLoader

public java.lang.ClassLoader getLoader()
Get shared class loader


getExporter

public Exporter getExporter()
Get exporter to use for exporting packages into the shared class space.