Package org.glassfish.api.admin.config
Interface ConfigExtension
-
- All Superinterfaces:
ConfigBeanProxy,Container
- All Known Subinterfaces:
AdminAuditConfiguration,AMXConfiguration,AsadminRecorderConfiguration,BatchRuntimeConfiguration,CDIService,Checker,ConnectionPoolChecker,ConnectorService,CpuUsageChecker,EjbContainer,EjbInvokerConfiguration,EnvironmentWarningConfiguration,ExampleServiceConfiguration,FaultToleranceServiceConfiguration,GarbageCollectorChecker,GroupManagementService,HazelcastConfigSpecificConfiguration,HealthCheckServiceConfiguration,HeapMemoryUsageChecker,HoggingThreadsChecker,HttpService,IiopService,JDBCConfigSourceConfiguration,JmsAvailability,JmsHost,JmsService,MachineMemoryUsageChecker,MdbContainer,MetricsServiceConfiguration,MicroprofileConfigConfiguration,MicroprofileHealthCheckConfiguration,MicroProfileHealthCheckerConfiguration,MicroProfileMetricsChecker,MonitoredAttribute,MonitoredMetric,MonitoringService,MonitoringServiceConfiguration,NotificationServiceConfiguration,OpenApiServiceConfiguration,PayaraExecutorServiceConfiguration,PhoneHomeRuntimeConfiguration,RequestTracingServiceConfiguration,RestConfig,RestMonitoringConfiguration,StuckThreadsChecker,ThresholdDiagnosticsChecker,TransactionService,WebContainer
- All Known Implementing Classes:
JmsHostWrapper
public interface ConfigExtension extends Container
ConfigExtension is an configuration extension that hooks itself under the config configuration. This interface is just a tag interface that external tools and third party software parts can subclass to be automatically stored in the application server configuration file under the config element.- Author:
- Jerome Dochez
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
ConfigBeanProxy.Duck
-
-
Method Summary
-
Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
createChild, deepCopy, getParent, getParent
-
-