Package | Description |
---|---|
org.jboss.msc |
The modular service container base package.
|
org.jboss.msc.service |
The service container implementation itself.
|
Modifier and Type | Method and Description |
---|---|
void |
Service.start(StartContext context)
Start the service.
|
Modifier and Type | Method and Description |
---|---|
StartException |
ServiceController.getStartException()
Get the reason why the last start failed.
|
StartException |
DelegatingServiceController.getStartException()
Get the reason why the last start failed.
|
Modifier and Type | Method and Description |
---|---|
void |
StartContext.failed(StartException reason)
Call when start lifecycle action has failed for some reason.
|
Modifier and Type | Method and Description |
---|---|
void |
ValueService.start(StartContext context)
Deprecated.
Start the service.
|
void |
Service.start(StartContext context)
Deprecated.
Start the service.
|
void |
AbstractService.start(StartContext context)
Deprecated.
Start the service.
|
Copyright © 2012 JBoss, a division of Red Hat, Inc.