| Package | Description |
|---|---|
| tigase.kernel.core |
| Modifier and Type | Method and Description |
|---|---|
Kernel.DelayedDependencyInjectionQueue |
Kernel.beginDependencyDelayedInjection()
Calling this method instructs Kernel to delay dependency injection until
finishDependecyDelayedInjection() method is called. |
| Modifier and Type | Method and Description |
|---|---|
void |
Kernel.finishDependecyDelayedInjection(Kernel.DelayedDependencyInjectionQueue queue)
Calling this method instructs Kernel to end delaying dependency injection and inject all queued items.
|
Copyright © 2004–2020 "Tigase, Inc.". All rights reserved.