Uses of Class
org.jboss.msc.service.StartException
Packages that use StartException
Package
Description
The modular service container base package.
The service container implementation itself.
-
Uses of StartException in org.jboss.as.naming.deployment
Methods in org.jboss.as.naming.deployment that throw StartException -
Uses of StartException in org.jboss.as.naming.logging
Methods in org.jboss.as.naming.logging that return StartExceptionModifier and TypeMethodDescriptionfinal StartExceptionNamingLogger_$logger.failedToStartRemoteNamingService(Throwable cause) NamingLogger.failedToStartRemoteNamingService(Throwable cause) -
Uses of StartException in org.jboss.as.naming.management
Methods in org.jboss.as.naming.management that throw StartExceptionModifier and TypeMethodDescriptionvoidJndiViewExtensionRegistry.start(StartContext startContext) -
Uses of StartException in org.jboss.as.naming.remote
Methods in org.jboss.as.naming.remote that throw StartExceptionModifier and TypeMethodDescriptionvoidHttpRemoteNamingServerService.start(StartContext startContext) voidRemoteNamingServerService.start(StartContext context) -
Uses of StartException in org.jboss.as.naming.service
Methods in org.jboss.as.naming.service that throw StartExceptionModifier and TypeMethodDescriptionvoidBinderService.start(StartContext context) Bind the entry into the injected context.voidDefaultNamespaceContextSelectorService.start(StartContext startContext) voidExternalContextBinderService.start(StartContext context) voidExternalContextsService.start(StartContext context) voidNamingService.start(StartContext context) Creates a new NamingServer and sets the naming context to use the naming server.voidNamingStoreService.start(StartContext context) Creates the naming store if not provided by the constructor. -
Uses of StartException in org.jboss.msc
Methods in org.jboss.msc that throw StartException -
Uses of StartException in org.jboss.msc.service
Methods in org.jboss.msc.service that return StartExceptionModifier and TypeMethodDescriptionDelegatingServiceController.getStartException()Get the reason why the last start failed.ServiceController.getStartException()Get the reason why the last start failed.Methods in org.jboss.msc.service with parameters of type StartExceptionModifier and TypeMethodDescriptionvoidStartContext.failed(StartException reason) Call when start lifecycle action has failed for some reason.final voidServiceLogger_$logger.startFailed(StartException cause, ServiceName serviceName) -
Uses of StartException in org.wildfly.clustering.service
Methods in org.wildfly.clustering.service that throw StartException -
Uses of StartException in org.wildfly.extension.elytron
Methods in org.wildfly.extension.elytron that throw StartExceptionModifier and TypeMethodDescriptionvoidJaasCustomSecurityRealmWrapper.initialize(Map<String, String> configuration) Deprecated. -
Uses of StartException in org.wildfly.extension.messaging.activemq
Methods in org.wildfly.extension.messaging.activemq that throw StartExceptionModifier and TypeMethodDescriptionstatic voidTransportConfigOperationHandlers.processConnectorBindings(Collection<TransportConfiguration> connectors, Map<String, Supplier<org.jboss.as.network.SocketBinding>> socketBindings, Map<String, Supplier<org.jboss.as.network.OutboundSocketBinding>> outboundSocketBindings) voidActiveMQActivationService.start(StartContext context) voidExternalBrokerConfigurationService.start(StartContext context) voidGroupBindingService.start(StartContext context) voidHTTPUpgradeService.start(StartContext context) -
Uses of StartException in org.wildfly.extension.messaging.activemq._private
Methods in org.wildfly.extension.messaging.activemq._private that return StartExceptionModifier and TypeMethodDescriptionfinal StartExceptionMessagingLogger_$logger.discoveryGroupIsNotDefined(String discoveryGroupName) MessagingLogger.discoveryGroupIsNotDefined(String discoveryGroupName) final StartExceptionMessagingLogger_$logger.failedToCreate(Throwable cause, String name) MessagingLogger.failedToCreate(Throwable cause, String name) Create an exception indicating that a messaging resource has failed to be createdfinal StartExceptionMessagingLogger_$logger.failedToFindBroadcastSocketBinding(String name) MessagingLogger.failedToFindBroadcastSocketBinding(String name) Creates an exception indicating a failure to find the SocketBinding for the broadcast binding.final StartExceptionMessagingLogger_$logger.failedToFindConnectorSocketBinding(String name) MessagingLogger.failedToFindConnectorSocketBinding(String name) Creates an exception indicating a failure to find the SocketBinding for the connector.final StartExceptionMessagingLogger_$logger.failedToFindDiscoverySocketBinding(String name) MessagingLogger.failedToFindDiscoverySocketBinding(String name) Creates an exception indicating a failure to find the SocketBinding for the discovery binding.final StartExceptionMessagingLogger_$logger.failedToStartService(Throwable cause) MessagingLogger.failedToStartService(Throwable cause) Creates an exception indicating the service failed to start.final StartExceptionMessagingLogger_$logger.remoteDestinationCreationFailed(String destinationName, String error) MessagingLogger.remoteDestinationCreationFailed(String destinationName, String error) final StartExceptionMessagingLogger_$logger.unsupportedBroadcastGroupConfigurationForLegacy(String broadcastGroupConfigurationClassName) MessagingLogger.unsupportedBroadcastGroupConfigurationForLegacy(String broadcastGroupConfigurationClassName) final StartExceptionMessagingLogger_$logger.unsupportedConnectorFactoryForLegacy(String connectorFactoryClassName) MessagingLogger.unsupportedConnectorFactoryForLegacy(String connectorFactoryClassName) -
Uses of StartException in org.wildfly.extension.messaging.activemq.jms
Methods in org.wildfly.extension.messaging.activemq.jms that throw StartExceptionModifier and TypeMethodDescriptionvoidDestinationConfiguration.createQueue(ConnectionFactory cf, Queue managementQueue, String queueName) voidDestinationConfiguration.createTopic(ConnectionFactory cf, Queue managementQueue, String topicName) voidExternalConnectionFactoryService.start(StartContext context) voidExternalJMSQueueService.start(StartContext context) voidExternalJMSTopicService.start(StartContext context) voidExternalPooledConnectionFactoryService.start(StartContext context) voidJMSQueueService.start(StartContext context) voidJMSService.start(StartContext context) voidJMSTopicService.start(StartContext context) voidPooledConnectionFactoryService.start(StartContext context) voidPooledConnectionFactoryStatisticsService.start(StartContext context) -
Uses of StartException in org.wildfly.extension.messaging.activemq.jms.legacy
Methods in org.wildfly.extension.messaging.activemq.jms.legacy that throw StartExceptionModifier and TypeMethodDescriptionvoidLegacyConnectionFactoryService.start(StartContext context) -
Uses of StartException in org.wildfly.service
Methods in org.wildfly.service that throw StartException