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