Uses of Interface
com.sun.enterprise.config.serverbeans.DiagnosticServiceExtension
-
Packages that use DiagnosticServiceExtension Package Description com.sun.enterprise.config.serverbeans -
-
Uses of DiagnosticServiceExtension in com.sun.enterprise.config.serverbeans
Methods in com.sun.enterprise.config.serverbeans with type parameters of type DiagnosticServiceExtension Modifier and Type Method Description static <T extends DiagnosticServiceExtension>
TDiagnosticService.Duck. getExtensionByType(DiagnosticService s, Class<T> type)<T extends DiagnosticServiceExtension>
TDiagnosticService. getExtensionByType(Class<T> type)Methods in com.sun.enterprise.config.serverbeans that return types with arguments of type DiagnosticServiceExtension Modifier and Type Method Description List<DiagnosticServiceExtension>DiagnosticService. getExtensions()
-