public abstract class SmackAndOsgiInitializer extends Object implements SmackInitializer
| Constructor and Description |
|---|
SmackAndOsgiInitializer() |
| Modifier and Type | Method and Description |
|---|---|
void |
activate()
A simple wrapper around
SmackInitializer.initialize() for OSGi, as the activate method of a component
must have a void return type. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinitialize, initializepublic SmackAndOsgiInitializer()
public final void activate()
SmackInitializer.initialize() for OSGi, as the activate method of a component
must have a void return type.