Package | Description |
---|---|
org.jboss.msc.service |
The service container implementation itself.
|
Modifier and Type | Method and Description |
---|---|
static LifecycleEvent |
LifecycleEvent.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LifecycleEvent[] |
LifecycleEvent.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
LifecycleListener.handleEvent(ServiceController<?> controller,
LifecycleEvent event)
The service has entered new state
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.