com.github.ddth.commons.osgi.IBundleAwareService Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ddth-commons-core Show documentation
Show all versions of ddth-commons-core Show documentation
DDTH's Java Common Libraries and Utilities
package com.github.ddth.commons.osgi;
import org.osgi.framework.Bundle;
/**
* Service implements this interface will be called by
* {@link AbstractActivator#registerService(Class, Object, java.util.Map)} to be
* provided with a {@link Bundle} instance.
*
* @author Thanh Ba Nguyen
* @since 0.2.0
*/
public interface IBundleAwareService {
public void setBundle(Bundle bundle);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy