Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.runtime
Interface RuntimeExtension


public interface RuntimeExtension

A runtime extension is a service that is started by the runtime when it starts using the runtime service context.

Runtime Extensions may be used to add new functionality to the runtime service.

Author:
Bogdan Stefanescu

Method Summary
 void start()
          Starts the runtime extension.
 void stop()
          Stops the runtime extension.
 

Method Detail

start

void start()
           throws Exception
Starts the runtime extension.

The current runtime is available as Runtime.getRuntime().

Throws:
Exception

stop

void stop()
          throws Exception
Stops the runtime extension.

The current runtime is available as Runtime.getRuntime().

Throws:
Exception

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.