public class FileInstall extends Object implements org.osgi.framework.BundleActivator, org.osgi.util.tracker.ServiceTrackerCustomizer
Constructor and Description |
---|
FileInstall() |
Modifier and Type | Method and Description |
---|---|
Object |
addingService(org.osgi.framework.ServiceReference serviceReference) |
void |
deleted(String pid) |
void |
modifiedService(org.osgi.framework.ServiceReference reference,
Object service) |
void |
removedService(org.osgi.framework.ServiceReference serviceReference,
Object service) |
void |
start(org.osgi.framework.BundleContext context) |
void |
stop(org.osgi.framework.BundleContext context) |
void |
updateChecksum(File file) |
void |
updated(String pid,
Map<String,String> properties) |
public void start(org.osgi.framework.BundleContext context) throws Exception
start
in interface org.osgi.framework.BundleActivator
Exception
public Object addingService(org.osgi.framework.ServiceReference serviceReference)
addingService
in interface org.osgi.util.tracker.ServiceTrackerCustomizer
public void modifiedService(org.osgi.framework.ServiceReference reference, Object service)
modifiedService
in interface org.osgi.util.tracker.ServiceTrackerCustomizer
public void removedService(org.osgi.framework.ServiceReference serviceReference, Object service)
removedService
in interface org.osgi.util.tracker.ServiceTrackerCustomizer
public void stop(org.osgi.framework.BundleContext context) throws Exception
stop
in interface org.osgi.framework.BundleActivator
Exception
public void deleted(String pid)
public void updateChecksum(File file)
Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.