Package | Description |
---|---|
org.apache.catalina | |
org.apache.catalina.core |
Modifier and Type | Method and Description |
---|---|
Executor[] |
Service.findExecutors()
Retrieves all executors
|
Executor |
Service.getExecutor(String name)
Retrieves executor by name, null if not found
|
Modifier and Type | Method and Description |
---|---|
void |
Service.addExecutor(Executor ex)
Adds a named executor to the service
|
void |
Service.removeExecutor(Executor ex)
Removes an executor from the service
|
Modifier and Type | Field and Description |
---|---|
protected ArrayList<Executor> |
StandardService.executors |
Modifier and Type | Method and Description |
---|---|
Executor[] |
StandardService.findExecutors()
Retrieves all executors
|
Executor |
StandardService.getExecutor(String name)
Retrieves executor by name, null if not found
|
Modifier and Type | Method and Description |
---|---|
void |
StandardService.addExecutor(Executor ex)
Adds a named executor to the service
|
void |
StandardService.removeExecutor(Executor ex)
Removes an executor from the service
|
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.