Interface ILibraryModule

All Superinterfaces:
IBaseLibraryModule, IModule, Remote
All Known Implementing Classes:
PortalLibraryModule

public interface ILibraryModule extends IBaseLibraryModule
The library module interface.

Code sample :

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

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