Skip navigation links
A B D F G I L M N O R S T U 

A

activate(ComponentContext) - Method in class org.nuxeo.runtime.reload.ReloadComponent
 
AFTER_RELOAD_EVENT_ID - Static variable in class org.nuxeo.runtime.reload.ReloadEventNames
 
AFTER_RELOAD_EVENT_ID - Static variable in interface org.nuxeo.runtime.reload.ReloadService
 

B

BEFORE_RELOAD_EVENT_ID - Static variable in class org.nuxeo.runtime.reload.ReloadEventNames
 
BEFORE_RELOAD_EVENT_ID - Static variable in interface org.nuxeo.runtime.reload.ReloadService
 
bundle - Static variable in class org.nuxeo.runtime.reload.ReloadComponent
 

D

deactivate(ComponentContext) - Method in class org.nuxeo.runtime.reload.ReloadComponent
 
deployBundle(File) - Method in class org.nuxeo.runtime.reload.ReloadComponent
 
deployBundle(File, boolean) - Method in class org.nuxeo.runtime.reload.ReloadComponent
 
deployBundle(File) - Method in interface org.nuxeo.runtime.reload.ReloadService
Deploys bundle to the runtime, without reloading resources
deployBundle(File, boolean) - Method in interface org.nuxeo.runtime.reload.ReloadService
Deploys bundle to the runtime, gives possibility to control resources reloading.

F

flush() - Method in class org.nuxeo.runtime.reload.ReloadComponent
 
flush() - Method in interface org.nuxeo.runtime.reload.ReloadService
Sends a runtime event with id ReloadService.FLUSH_EVENT_ID so that listeners can be notified that a flush is needed (after a reload for instance).
FLUSH_EVENT_ID - Static variable in class org.nuxeo.runtime.reload.ReloadEventNames
 
FLUSH_EVENT_ID - Static variable in interface org.nuxeo.runtime.reload.ReloadService
 
FLUSH_SEAM_EVENT_ID - Static variable in class org.nuxeo.runtime.reload.ReloadEventNames
 
FLUSH_SEAM_EVENT_ID - Static variable in interface org.nuxeo.runtime.reload.ReloadService
 
flushJaasCache() - Method in class org.nuxeo.runtime.reload.ReloadComponent
 
flushJaasCache() - Method in interface org.nuxeo.runtime.reload.ReloadService
Sends an event that can trigger reset of JaasCache
flushSeamComponents() - Method in class org.nuxeo.runtime.reload.ReloadComponent
 
flushSeamComponents() - Method in interface org.nuxeo.runtime.reload.ReloadService
Sends a runtime event with id ReloadService.FLUSH_SEAM_EVENT_ID

G

getAppDir() - Static method in class org.nuxeo.runtime.reload.ReloadComponent
 
getBundle() - Static method in class org.nuxeo.runtime.reload.ReloadComponent
 
getBundleContext() - Static method in class org.nuxeo.runtime.reload.ReloadComponent
 
getOSGIBundleName(File) - Method in class org.nuxeo.runtime.reload.ReloadComponent
 
getOSGIBundleName(File) - Method in interface org.nuxeo.runtime.reload.ReloadService
Returns the OSGI bundle name if given file can be identified as an OSGI bundle, or null.
getRuntimeStatus() - Method in class org.nuxeo.runtime.reload.ReloadComponent
 
getWarDir() - Static method in class org.nuxeo.runtime.reload.ReloadComponent
 

I

installWebResources(File) - Method in class org.nuxeo.runtime.reload.ReloadComponent
Deprecated.
since 5.6, use runDeploymentPreprocessor() instead
installWebResources(File) - Method in interface org.nuxeo.runtime.reload.ReloadService
Deprecated.
since 5.6: ReloadService.runDeploymentPreprocessor() method now re-deploys all jars so that the nuxeo.war holds the same content than it would at startup.

L

lastFlushed - Variable in class org.nuxeo.runtime.reload.ReloadComponent
 
lastFlushed() - Method in class org.nuxeo.runtime.reload.ReloadComponent
 
lastFlushed() - Method in interface org.nuxeo.runtime.reload.ReloadService
Returns the last time one of the flush commands where called on this service instance (ReloadService.flush() or ReloadService.flushJaasCache() or ReloadService.flushSeamComponents(), or null if never called

M

main(String[]) - Static method in class org.nuxeo.runtime.reload.NuxeoRestart
First argument is the script to run followed by script arguments.

N

NuxeoRestart - Class in org.nuxeo.runtime.reload
Restart a Nuxeo.
NuxeoRestart() - Constructor for class org.nuxeo.runtime.reload.NuxeoRestart
 

O

org.nuxeo.runtime.reload - package org.nuxeo.runtime.reload
 

R

reload() - Method in class org.nuxeo.runtime.reload.ReloadComponent
 
reload() - Method in interface org.nuxeo.runtime.reload.ReloadService
Sends a runtime event with id ReloadService.RELOAD_EVENT_ID so that listeners can be notified that a reload has been done.
RELOAD_EVENT_ID - Static variable in class org.nuxeo.runtime.reload.ReloadEventNames
 
RELOAD_EVENT_ID - Static variable in interface org.nuxeo.runtime.reload.ReloadService
 
RELOAD_REPOSITORIES_ID - Static variable in class org.nuxeo.runtime.reload.ReloadEventNames
 
RELOAD_REPOSITORIES_ID - Static variable in interface org.nuxeo.runtime.reload.ReloadService
 
RELOAD_SEAM_EVENT_ID - Static variable in class org.nuxeo.runtime.reload.ReloadEventNames
 
RELOAD_SEAM_EVENT_ID - Static variable in interface org.nuxeo.runtime.reload.ReloadService
 
RELOAD_TOPIC - Static variable in interface org.nuxeo.runtime.reload.ReloadService
 
ReloadComponent - Class in org.nuxeo.runtime.reload
 
ReloadComponent() - Constructor for class org.nuxeo.runtime.reload.ReloadComponent
 
ReloadEventNames - Class in org.nuxeo.runtime.reload
Copy of event names as triggered by the ReloadService, to make them available on the web layer.
ReloadEventNames() - Constructor for class org.nuxeo.runtime.reload.ReloadEventNames
 
reloadProperties() - Method in class org.nuxeo.runtime.reload.ReloadComponent
 
reloadProperties() - Method in interface org.nuxeo.runtime.reload.ReloadService
Reloads runtime framework properties
reloadRepository() - Method in class org.nuxeo.runtime.reload.ReloadComponent
 
reloadRepository() - Method in interface org.nuxeo.runtime.reload.ReloadService
Reloads the Nuxeo repository configuration
reloadResourceClassPath(Collection<String>) - Static method in class org.nuxeo.runtime.reload.ReloadComponent
Rebuild the framework resource class loader and add to it the given file paths.
reloadSeamComponents() - Method in class org.nuxeo.runtime.reload.ReloadComponent
 
reloadSeamComponents() - Method in interface org.nuxeo.runtime.reload.ReloadService
Sends a runtime event with id ReloadService.RELOAD_SEAM_EVENT_ID
ReloadService - Interface in org.nuxeo.runtime.reload
Service tracking reload related events or commands when installing a package
restart() - Static method in class org.nuxeo.runtime.reload.NuxeoRestart
 
runDeploymentPreprocessor() - Method in class org.nuxeo.runtime.reload.ReloadComponent
 
runDeploymentPreprocessor() - Method in interface org.nuxeo.runtime.reload.ReloadService
Runs the deployment preprocessor

S

setFlushedNow() - Method in class org.nuxeo.runtime.reload.ReloadComponent
Sets the last date date to current date timestamp

T

triggerReloadWithNewTransaction(String) - Method in class org.nuxeo.runtime.reload.ReloadComponent
 
triggerReloadWithPassivate(String) - Method in class org.nuxeo.runtime.reload.ReloadComponent
 

U

undeployBundle(File, boolean) - Method in class org.nuxeo.runtime.reload.ReloadComponent
 
undeployBundle(String) - Method in class org.nuxeo.runtime.reload.ReloadComponent
 
undeployBundle(File, boolean) - Method in interface org.nuxeo.runtime.reload.ReloadService
Undeploys bundle from the runtime, given the bundle resource, gives possibility to control resources reloading
undeployBundle(String) - Method in interface org.nuxeo.runtime.reload.ReloadService
Undeploys bundle from the runtime, given the bundle filename
A B D F G I L M N O R S T U 
Skip navigation links

Copyright © 2019 Nuxeo SA. All rights reserved.