org.nuxeo.core.resources.model
Interface ISiteService

All Known Subinterfaces:
IPropertyManager, IResourceManager
All Known Implementing Classes:
PropertyManager, ResourceManager

public interface ISiteService

A site service

Author:
Bogdan Stefanescu

Method Summary
 void shutdown(org.eclipse.core.runtime.IProgressMonitor monitor)
          Shutdown the service.
 void startup(org.eclipse.core.runtime.IProgressMonitor monitor)
          Start the service.
 

Method Detail

shutdown

void shutdown(org.eclipse.core.runtime.IProgressMonitor monitor)
              throws org.eclipse.core.runtime.CoreException
Shutdown the service. All system resources used by the service must be freed

Parameters:
monitor - the progress monitor if monitoring is required or null otherwise
Throws:
org.eclipse.core.runtime.CoreException - if an exception occured

startup

void startup(org.eclipse.core.runtime.IProgressMonitor monitor)
             throws org.eclipse.core.runtime.CoreException
Start the service.

Parameters:
monitor - the progress monitor if monitoring is required or null otherwise
Throws:
org.eclipse.core.runtime.CoreException - if an exception occured