|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServiceContext | |
---|---|
org.jboss.system | |
org.jboss.system.deployers | |
org.jboss.system.microcontainer |
Uses of ServiceContext in org.jboss.system |
---|
Fields in org.jboss.system with type parameters of type ServiceContext | |
---|---|
List<ServiceContext> |
ServiceContext.dependsOnMe
Beans that depend on me |
List<ServiceContext> |
ServiceContext.iDependOn
Dependent beans |
Methods in org.jboss.system that return ServiceContext | |
---|---|
ServiceContext |
ServiceController.getServiceContext(ObjectName serviceName)
|
ServiceContext |
ServiceControllerMBean.getServiceContext(ObjectName serviceName)
Lookup the ServiceContext for the given serviceName |
Methods in org.jboss.system that return types with arguments of type ServiceContext | |
---|---|
List<ServiceContext> |
ServiceController.listDeployed()
|
List<ServiceContext> |
ServiceControllerMBean.listDeployed()
Lists the ServiceContexts of deployed mbeans |
List<ServiceContext> |
ServiceController.listIncompletelyDeployed()
|
List<ServiceContext> |
ServiceControllerMBean.listIncompletelyDeployed()
The listIncompletelyDeployed method returns the
service contexts for the mbeans whose status is not CREATED,
RUNNING, STOPPED or DESTROYED. |
Uses of ServiceContext in org.jboss.system.deployers |
---|
Methods in org.jboss.system.deployers with parameters of type ServiceContext | |
---|---|
protected void |
ServiceDeployer.create(ServiceContext context)
|
protected void |
ServiceDeployer.start(ServiceContext context)
|
Uses of ServiceContext in org.jboss.system.microcontainer |
---|
Methods in org.jboss.system.microcontainer that return ServiceContext | |
---|---|
ServiceContext |
ServiceControllerContext.getServiceContext()
Get the service context |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |