| Package | Description |
|---|---|
| com.sun.enterprise.config.serverbeans | |
| com.sun.enterprise.config.serverbeans.customvalidators |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BindableResource |
interface |
ResourcePool |
interface |
ServerResource
Tag interface for all types of resource.
|
| Modifier and Type | Method and Description |
|---|---|
<T> Resource |
Resources.getResourceByName(Class<T> type,
String name) |
static <T> Resource |
Resources.Duck.getResourceByName(Resources resources,
Class<T> type,
String name) |
| Modifier and Type | Method and Description |
|---|---|
List<Resource> |
Resources.getResources()
Returns a list of Resources like Custom Resource Or External Jndi Resource Or Jdbc Resource Or Mail Resource Or
Admin Object Resource Or Connector Resource Or Resource Adapter Config Or Jdbc Connection Pool
Or Connector Connection Pool.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
Resource.Duck.copyToInstance(Resource resource) |
static String |
Resource.Duck.getIdentity(Resource resource) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ResourceNameValidator.isValid(Resource resource,
jakarta.validation.ConstraintValidatorContext constraintValidatorContext) |
Copyright © 2017–2020 Eclipse Foundation. All rights reserved.