| Package | Description |
|---|---|
| org.jboss.msc.service |
The service container implementation itself.
|
| Modifier and Type | Method and Description |
|---|---|
static MultipleRemoveListener<LifecycleContext> |
MultipleRemoveListener.create(LifecycleContext lifecycleContext)
Deprecated.
Construct a new instance which calls the lifecycle
complete() method when done. |
static <T> MultipleRemoveListener<T> |
MultipleRemoveListener.create(MultipleRemoveListener.Callback<T> callback,
T attachment)
Deprecated.
Construct a new instance.
|
static MultipleRemoveListener<Runnable> |
MultipleRemoveListener.create(Runnable task)
Deprecated.
Construct a new instance.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.