Nuxeo Enterprise Platform 5.4

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 java.lang.Exception
Starts the runtime extension.

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

Throws:
java.lang.Exception

stop

void stop()
          throws java.lang.Exception
Stops the runtime extension.

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

Throws:
java.lang.Exception

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.