Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.runtime.reload
Interface ReloadService

All Known Implementing Classes:
ReloadComponent

public interface ReloadService

Author:
Bogdan Stefanescu

Method Summary
 void addJar(File file)
           
 String deployBundle(File file)
           
 String deployBundle(File file, boolean reloadResources)
           
 void flush()
          Sends a flush event so that listeners can be notified that a reload has been done.
 void flushJaasCache()
           
 void installWebResources(File file)
          Copy web resources in nuxeo WAR
 void reload()
           
 void reloadProperties()
           
 void reloadRepository()
           
 void reloadSeamComponents()
           
 void removeJar(File file)
           
 void undeployBundle(String name)
           
 

Method Detail

deployBundle

String deployBundle(File file,
                    boolean reloadResources)
                    throws Exception
Throws:
Exception
Since:
5.4.3

deployBundle

String deployBundle(File file)
                    throws Exception
Throws:
Exception

undeployBundle

void undeployBundle(String name)
                    throws Exception
Throws:
Exception
Since:
5.4.3

reloadRepository

void reloadRepository()
                      throws Exception
Throws:
Exception

flushJaasCache

void flushJaasCache()
                    throws Exception
Throws:
Exception

reloadProperties

void reloadProperties()
                      throws Exception
Throws:
Exception

reloadSeamComponents

void reloadSeamComponents()
                          throws Exception
Throws:
Exception
Since:
5.4.3

addJar

void addJar(File file)
            throws Exception
Throws:
Exception

removeJar

void removeJar(File file)
               throws Exception
Throws:
Exception

flush

void flush()
           throws Exception
Sends a flush event so that listeners can be notified that a reload has been done.

Throws:
Exception
Since:
5.4.3

installWebResources

void installWebResources(File file)
                         throws Exception
Copy web resources in nuxeo WAR

Throws:
Exception
Since:
5.4.3

reload

void reload()
            throws Exception
Throws:
Exception
Since:
5.4.3

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.