EclipseLink 1.0_1.0 M8 - 20080604 API Reference - Incubation

org.eclipse.persistence.jpa.osgi
Class Activator

java.lang.Object
  extended by org.eclipse.persistence.jpa.osgi.Activator

public class Activator
extends java.lang.Object


Field Summary
static java.lang.String ECLIPSELINK_OSGI_PROVIDER
           
static java.lang.String PERSISTENCE_PROVIDER
           
 
Constructor Summary
Activator()
           
 
Method Summary
 void bundleChanged(BundleEvent event)
           
static BundleContext getContext()
           
 void registerProviderService()
           
 void start(BundleContext context)
           
 void stop(BundleContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PERSISTENCE_PROVIDER

public static final java.lang.String PERSISTENCE_PROVIDER
See Also:
Constant Field Values

ECLIPSELINK_OSGI_PROVIDER

public static final java.lang.String ECLIPSELINK_OSGI_PROVIDER
See Also:
Constant Field Values
Constructor Detail

Activator

public Activator()
Method Detail

bundleChanged

public void bundleChanged(BundleEvent event)

start

public void start(BundleContext context)
           throws java.lang.Exception
Throws:
java.lang.Exception

stop

public void stop(BundleContext context)
          throws java.lang.Exception
Throws:
java.lang.Exception

getContext

public static BundleContext getContext()

registerProviderService

public void registerProviderService()
                             throws java.lang.Exception
Throws:
java.lang.Exception

EclipseLink 1.0_1.0 M8 - 20080604 API Reference - Incubation