Nuxeo Enterprise Platform 5.4

org.nuxeo.runtime.reload
Interface ReloadService

All Known Implementing Classes:
ReloadComponent

public interface ReloadService

Author:
Bogdan Stefanescu

Method Summary
 void addJar(File file)
           
 void deployBundle(File file)
           
 void flushJaasCache()
           
 void reloadProperties()
           
 void reloadRepository()
           
 void removeJar(File file)
           
 

Method Detail

deployBundle

void deployBundle(File file)
                  throws Exception
Throws:
Exception

reloadRepository

void reloadRepository()
                      throws Exception
Throws:
Exception

flushJaasCache

void flushJaasCache()
                    throws Exception
Throws:
Exception

reloadProperties

void reloadProperties()
                      throws Exception
Throws:
Exception

addJar

void addJar(File file)
            throws Exception
Throws:
Exception

removeJar

void removeJar(File file)
               throws Exception
Throws:
Exception

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.