| Package | Description |
|---|---|
| com.sun.enterprise.config.serverbeans |
| Modifier and Type | Interface and Description |
|---|---|
interface |
VirtualMachineExtension
Tag interface for VirtualMachine configuration.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends ClusterExtension> |
Cluster.getExtensionsByType(Class<T> type) |
static <T extends ClusterExtension> |
Cluster.Duck.getExtensionsByType(Cluster cluster,
Class<T> type) |
<T extends ClusterExtension> |
Cluster.getExtensionsByTypeAndName(Class<T> type,
String name) |
static <T extends ClusterExtension> |
Cluster.Duck.getExtensionsByTypeAndName(Cluster cluster,
Class<T> type,
String name) |
| Modifier and Type | Method and Description |
|---|---|
List<ClusterExtension> |
Cluster.getExtensions() |
Copyright © 2013. All Rights Reserved.