Nuxeo Enterprise Platform 5.4

org.nuxeo.runtime.jtajca
Class Activator

java.lang.Object
  extended by org.nuxeo.runtime.jtajca.Activator
All Implemented Interfaces:
org.osgi.framework.BundleActivator

public class Activator
extends Object
implements org.osgi.framework.BundleActivator

If this bundle is present in the running platform it should automatically install the NuxeoContainer. TODO: enable this activator when other distributions are tested and works correctly or use a framework property to activate it.

Author:
Bogdan Stefanescu

Field Summary
static String AUTO_ACTIVATION
           
 
Constructor Summary
Activator()
           
 
Method Summary
 void start(org.osgi.framework.BundleContext context)
           
 void stop(org.osgi.framework.BundleContext context)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

AUTO_ACTIVATION

public static final String AUTO_ACTIVATION
See Also:
Constant Field Values
Constructor Detail

Activator

public Activator()
Method Detail

start

public void start(org.osgi.framework.BundleContext context)
           throws Exception
Specified by:
start in interface org.osgi.framework.BundleActivator
Throws:
Exception

stop

public void stop(org.osgi.framework.BundleContext context)
          throws Exception
Specified by:
stop in interface org.osgi.framework.BundleActivator
Throws:
Exception

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.