Interface IBaseLibraryModule

All Superinterfaces:
IModule, Remote
All Known Subinterfaces:
ILibraryModule
All Known Implementing Classes:
PortalLibraryModule

public interface IBaseLibraryModule extends IModule
The library module interface.

Code sample :

 // creation of a library module object
 IBaseLibraryModule libraryModule = Modules.getLibraryModule();
 try
 {
 }
 finally
 {
  // uninitialize the module
        Modules.releaseModule(libraryModule);
 }
 

Since:
1.0
Version:
1.0, 28/10/2007
Author:
vlygeros
See Also: