Uses of Interface
com.sun.enterprise.config.serverbeans.ClusterExtension
-
Packages that use ClusterExtension Package Description com.sun.enterprise.config.serverbeans -
-
Uses of ClusterExtension in com.sun.enterprise.config.serverbeans
Subinterfaces of ClusterExtension in com.sun.enterprise.config.serverbeans Modifier and Type Interface Description interfaceVirtualMachineExtensionTag interface for VirtualMachine configuration.Methods in com.sun.enterprise.config.serverbeans with type parameters of type ClusterExtension Modifier and Type Method Description static <T extends ClusterExtension>
List<T>Cluster.Duck. getExtensionsByType(Cluster cluster, Class<T> type)<T extends ClusterExtension>
List<T>Cluster. getExtensionsByType(Class<T> type)static <T extends ClusterExtension>
TCluster.Duck. getExtensionsByTypeAndName(Cluster cluster, Class<T> type, String name)<T extends ClusterExtension>
TCluster. getExtensionsByTypeAndName(Class<T> type, String name)Methods in com.sun.enterprise.config.serverbeans that return types with arguments of type ClusterExtension Modifier and Type Method Description List<ClusterExtension>Cluster. getExtensions()
-