Uses of Interface
com.sun.enterprise.config.serverbeans.DomainExtension
-
-
Uses of DomainExtension in com.sun.enterprise.config.serverbeans
Subinterfaces of DomainExtension in com.sun.enterprise.config.serverbeans Modifier and Type Interface Description interfaceManagedJobConfigThis config bean will define parameters for Managed jobs A Managed job is a commands which is annotated with either @ManagedJob,@Progress or running with --detachMethods in com.sun.enterprise.config.serverbeans with type parameters of type DomainExtension Modifier and Type Method Description static <P extends DomainExtension>
booleanDomain.Duck. checkIfExtensionExists(Domain d, Class<P> configBeanType)<T extends DomainExtension>
TDomain. getExtensionByType(Class<T> type)Methods in com.sun.enterprise.config.serverbeans that return types with arguments of type DomainExtension Modifier and Type Method Description List<DomainExtension>Domain. getExtensions() -
Uses of DomainExtension in fish.payara.monitoring.configuration
Subinterfaces of DomainExtension in fish.payara.monitoring.configuration Modifier and Type Interface Description interfaceMonitoringConsoleConfigurationConfiguration for the monitoring console core. -
Uses of DomainExtension in fish.payara.nucleus.hazelcast
Subinterfaces of DomainExtension in fish.payara.nucleus.hazelcast Modifier and Type Interface Description interfaceHazelcastRuntimeConfigurationClass to store configuration of Hazelcast -
Uses of DomainExtension in org.glassfish.loadbalancer.config
Subinterfaces of DomainExtension in org.glassfish.loadbalancer.config Modifier and Type Interface Description interfaceLbConfigsinterfaceLoadBalancers -
Uses of DomainExtension in org.glassfish.security.services.config
Subinterfaces of DomainExtension in org.glassfish.security.services.config Modifier and Type Interface Description interfaceSecurityConfigurationsThe top level security configuration which holds the list of configured security services.
-