Package and Description |
---|
org.jboss.msc.inject
this package will be removed in a future release.
|
org.jboss.msc.value
this package will be removed in a future release.
|
Interface and Description |
---|
org.jboss.msc.service.BatchServiceTarget
this class will be removed in a future release.
|
org.jboss.msc.inject.Injector
Use
ServiceBuilder.provides(org.jboss.msc.service.ServiceName...)
method instead. This class will be removed in a future release. |
org.jboss.msc.service.Service
use
Service instead.
This class will be removed in a future release. |
org.jboss.msc.service.ServiceListener
Service listeners are not encouraged for general user use. Users should use
LifecycleListener s instead.
This class will be removed in a future release. |
org.jboss.msc.value.Value
Use
ServiceBuilder.requires(org.jboss.msc.service.ServiceName)
method instead. This class will be removed in a future release. |
Enum and Description |
---|
org.jboss.msc.service.ServiceBuilder.DependencyType
Optional dependencies are unsafe and should not be used.
This enum will be removed in a future release.
|
org.jboss.msc.service.ServiceController.Substate
this class will be removed in a future release
|
org.jboss.msc.service.ServiceController.Transition
this class will be removed in a future release
|
Exceptions and Description |
---|
org.jboss.msc.inject.InjectionException
This class will be removed in a future release.
|
Enum Constant and Description |
---|
org.jboss.msc.service.ServiceController.Transition.REMOVING_to_DOWN
was never supposed to work
|
Copyright © 2012 JBoss, a division of Red Hat, Inc.