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