A B C D E F G H I J L M N O P R S V
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- activate() - Method in interface org.wildfly.core.embedded.Context
-
Activates the context for the current embedded environment.
- addCommandArgument(String) - Method in class org.wildfly.core.embedded.Configuration.Builder
-
Adds a command argument.
- addCommandArguments(String...) - Method in class org.wildfly.core.embedded.Configuration.Builder
-
Adds the arguments to the command line arguments,
- addSystemPackage(String) - Method in class org.wildfly.core.embedded.Configuration.Builder
-
Adds a system package for the module loader.
- addSystemPackages(String...) - Method in class org.wildfly.core.embedded.Configuration.Builder
-
Adds the system packages for the module loader.
B
- bootstrap(PropertyChangeListener) - Method in class org.wildfly.core.embedded.EmbeddedHostControllerBootstrap
- build() - Method in class org.wildfly.core.embedded.Configuration.Builder
-
Creates a new immutable configuration.
C
- cannotCreateHostController(Throwable, Method) - Method in class org.wildfly.core.embedded.logging.EmbeddedLogger_$logger
- cannotCreateHostController(Throwable, Method) - Method in interface org.wildfly.core.embedded.logging.EmbeddedLogger
- cannotCreateHostController$str() - Method in class org.wildfly.core.embedded.logging.EmbeddedLogger_$logger
- cannotCreateStandaloneServer(Throwable, Method) - Method in class org.wildfly.core.embedded.logging.EmbeddedLogger_$logger
- cannotCreateStandaloneServer(Throwable, Method) - Method in interface org.wildfly.core.embedded.logging.EmbeddedLogger
- cannotCreateStandaloneServer$str() - Method in class org.wildfly.core.embedded.logging.EmbeddedLogger_$logger
- cannotGetReflectiveMethod(NoSuchMethodException, String, String) - Method in class org.wildfly.core.embedded.logging.EmbeddedLogger_$logger
- cannotGetReflectiveMethod(NoSuchMethodException, String, String) - Method in interface org.wildfly.core.embedded.logging.EmbeddedLogger
- cannotGetReflectiveMethod$str() - Method in class org.wildfly.core.embedded.logging.EmbeddedLogger_$logger
- cannotInvokeStandaloneServer(Throwable, String) - Method in class org.wildfly.core.embedded.logging.EmbeddedLogger_$logger
- cannotInvokeStandaloneServer(Throwable, String) - Method in interface org.wildfly.core.embedded.logging.EmbeddedLogger
- cannotInvokeStandaloneServer$str() - Method in class org.wildfly.core.embedded.logging.EmbeddedLogger_$logger
- cannotLoadEmbeddedServerFactory(ClassNotFoundException, String) - Method in class org.wildfly.core.embedded.logging.EmbeddedLogger_$logger
- cannotLoadEmbeddedServerFactory(ClassNotFoundException, String) - Method in interface org.wildfly.core.embedded.logging.EmbeddedLogger
-
// * Creates an exception indicating the system property could not be found.
- cannotLoadEmbeddedServerFactory$str() - Method in class org.wildfly.core.embedded.logging.EmbeddedLogger_$logger
- cannotSetupEmbeddedServer(Throwable) - Method in class org.wildfly.core.embedded.logging.EmbeddedLogger_$logger
- cannotSetupEmbeddedServer(Throwable) - Method in interface org.wildfly.core.embedded.logging.EmbeddedLogger
- cannotSetupEmbeddedServer$str() - Method in class org.wildfly.core.embedded.logging.EmbeddedLogger_$logger
- cannotStartEmbeddedServer(Throwable) - Method in class org.wildfly.core.embedded.logging.EmbeddedLogger_$logger
- cannotStartEmbeddedServer(Throwable) - Method in interface org.wildfly.core.embedded.logging.EmbeddedLogger
- cannotStartEmbeddedServer$str() - Method in class org.wildfly.core.embedded.logging.EmbeddedLogger_$logger
- canQueryProcessState() - Method in interface org.wildfly.core.embedded.EmbeddedManagedProcess
-
Check if the implementation of this interface is able to use getProcessState() to retrieve the current process state.
- Configuration - Interface in org.wildfly.core.embedded
-
Represents a configuration for the embedded server.
- Configuration.Builder - Class in org.wildfly.core.embedded
-
A builder for creating the configuration
- Configuration.LoggerHint - Enum in org.wildfly.core.embedded
-
Hints which logger provider should be used.
- Context - Interface in org.wildfly.core.embedded
-
A context used to activate and restore the environment for embedded containers.
- create(File, ModuleLoader, Properties, Map<String, String>, String[], ClassLoader) - Static method in class org.wildfly.core.embedded.EmbeddedHostControllerFactory
- create(File, ModuleLoader, Properties, Map<String, String>, String[], ClassLoader) - Static method in class org.wildfly.core.embedded.EmbeddedStandaloneServerFactory
- createHostController(String, String, String[], String[]) - Static method in class org.wildfly.core.embedded.EmbeddedProcessFactory
-
Create an embedded host controller.
- createHostController(ModuleLoader, File, String[]) - Static method in class org.wildfly.core.embedded.EmbeddedProcessFactory
-
Create an embedded host controller with an already established module loader.
- createHostController(Configuration) - Static method in class org.wildfly.core.embedded.EmbeddedProcessFactory
-
Create an embedded host controller with an already established module loader.
- createStandaloneServer(String, String, String...) - Static method in class org.wildfly.core.embedded.EmbeddedProcessFactory
-
Create an embedded standalone server.
- createStandaloneServer(String, String, String[], String[]) - Static method in class org.wildfly.core.embedded.EmbeddedProcessFactory
-
Create an embedded standalone server.
- createStandaloneServer(ModuleLoader, File, String...) - Static method in class org.wildfly.core.embedded.EmbeddedProcessFactory
-
Create an embedded standalone server with an already established module loader.
- createStandaloneServer(Configuration) - Static method in class org.wildfly.core.embedded.EmbeddedProcessFactory
-
Create an embedded standalone server with an already established module loader.
D
- DEFAULT - org.wildfly.core.embedded.Configuration.LoggerHint
E
- EmbeddedHostControllerBootstrap - Class in org.wildfly.core.embedded
-
Bootstrap of the Embedded HostController process.
- EmbeddedHostControllerBootstrap(FutureServiceContainer, HostControllerEnvironment, String) - Constructor for class org.wildfly.core.embedded.EmbeddedHostControllerBootstrap
- EmbeddedHostControllerFactory - Class in org.wildfly.core.embedded
-
This is the host controller counterpart to EmbeddedProcessFactory which lives behind a module class loader.
- EmbeddedLogger - Interface in org.wildfly.core.embedded.logging
-
Date: 05.11.2011
- EmbeddedLogger_$logger - Class in org.wildfly.core.embedded.logging
-
Warning this class consists of generated code.
- EmbeddedLogger_$logger(Logger) - Constructor for class org.wildfly.core.embedded.logging.EmbeddedLogger_$logger
- EmbeddedManagedProcess - Interface in org.wildfly.core.embedded
-
Base interface for an embedded process that can be managed with a
ModelControllerClient. - EmbeddedProcessFactory - Class in org.wildfly.core.embedded
-
Factory that sets up an embedded
StandaloneServerorHostControllerprocess using modular classloading. - EmbeddedProcessStartException - Exception in org.wildfly.core.embedded
-
Exception thrown during
EmbeddedManagedProcess.start(). - EmbeddedProcessStartException(String) - Constructor for exception org.wildfly.core.embedded.EmbeddedProcessStartException
- EmbeddedProcessStartException(String, Throwable) - Constructor for exception org.wildfly.core.embedded.EmbeddedProcessStartException
- EmbeddedProcessStartException(Throwable) - Constructor for exception org.wildfly.core.embedded.EmbeddedProcessStartException
- embeddedServerDirectoryNotFound(String, String) - Method in class org.wildfly.core.embedded.logging.EmbeddedLogger_$logger
- embeddedServerDirectoryNotFound(String, String) - Method in interface org.wildfly.core.embedded.logging.EmbeddedLogger
- embeddedServerDirectoryNotFound$str() - Method in class org.wildfly.core.embedded.logging.EmbeddedLogger_$logger
- EmbeddedStandaloneServerFactory - Class in org.wildfly.core.embedded
-
This is the standalone server counter-part of EmbeddedProcessFactory which lives behind a module class loader.
- errorCopyingFile(String, String, IOException) - Method in class org.wildfly.core.embedded.logging.EmbeddedLogger_$logger
- errorCopyingFile(String, String, IOException) - Method in interface org.wildfly.core.embedded.logging.EmbeddedLogger
- errorCopyingFile$str() - Method in class org.wildfly.core.embedded.logging.EmbeddedLogger_$logger
F
- failed() - Method in class org.wildfly.core.embedded.EmbeddedHostControllerBootstrap
- failedToRestoreContext(Throwable, Context) - Method in class org.wildfly.core.embedded.logging.EmbeddedLogger_$logger
- failedToRestoreContext(Throwable, Context) - Method in interface org.wildfly.core.embedded.logging.EmbeddedLogger
- failedToRestoreContext$str() - Method in class org.wildfly.core.embedded.logging.EmbeddedLogger_$logger
G
- getCommandArguments() - Method in interface org.wildfly.core.embedded.Configuration
-
An array of boot arguments.
- getJBossHome() - Method in interface org.wildfly.core.embedded.Configuration
-
The path to the servers directory.
- getLoggingLocale() - Method in class org.wildfly.core.embedded.logging.EmbeddedLogger_$logger
- getModelControllerClient() - Method in interface org.wildfly.core.embedded.EmbeddedManagedProcess
-
Gets the client that can be used to manage the embedded process.
- getModuleLoader() - Method in interface org.wildfly.core.embedded.Configuration
-
The module loader to use.
- getProcessState() - Method in interface org.wildfly.core.embedded.EmbeddedManagedProcess
-
Returns the current process state of this managed process.
- getProviderCode() - Method in enum org.wildfly.core.embedded.Configuration.LoggerHint
-
The provider code for the JBoss Logging provider.
H
- HostController - Interface in org.wildfly.core.embedded
-
The embedded host controller interface.
I
- invalidJBossHome(String) - Method in class org.wildfly.core.embedded.logging.EmbeddedLogger_$logger
- invalidJBossHome(String) - Method in interface org.wildfly.core.embedded.logging.EmbeddedLogger
- invalidJBossHome$str() - Method in class org.wildfly.core.embedded.logging.EmbeddedLogger_$logger
J
- JBOSS_EMBEDDED_ROOT - Static variable in class org.wildfly.core.embedded.EmbeddedHostControllerFactory
- JBOSS_EMBEDDED_ROOT - Static variable in class org.wildfly.core.embedded.EmbeddedStandaloneServerFactory
- JBOSS_LOG_MANAGER - org.wildfly.core.embedded.Configuration.LoggerHint
- JUL - org.wildfly.core.embedded.Configuration.LoggerHint
L
- LOG4J2 - org.wildfly.core.embedded.Configuration.LoggerHint
- LOGBACK - org.wildfly.core.embedded.Configuration.LoggerHint
M
- moduleLoaderAlreadyConfigured(String) - Method in class org.wildfly.core.embedded.logging.EmbeddedLogger_$logger
- moduleLoaderAlreadyConfigured(String) - Method in interface org.wildfly.core.embedded.logging.EmbeddedLogger
- moduleLoaderAlreadyConfigured$str() - Method in class org.wildfly.core.embedded.logging.EmbeddedLogger_$logger
- moduleLoaderError(Throwable, String, ModuleLoader) - Method in class org.wildfly.core.embedded.logging.EmbeddedLogger_$logger
- moduleLoaderError(Throwable, String, ModuleLoader) - Method in interface org.wildfly.core.embedded.logging.EmbeddedLogger
-
Creates an exception indicating there was an error in the module loader.
- moduleLoaderError$str() - Method in class org.wildfly.core.embedded.logging.EmbeddedLogger_$logger
N
- nullVar(String) - Method in class org.wildfly.core.embedded.logging.EmbeddedLogger_$logger
- nullVar(String) - Method in interface org.wildfly.core.embedded.logging.EmbeddedLogger
-
Creates an exception indicating the variable, represented by the
nameparameter, isnull. - nullVar$str() - Method in class org.wildfly.core.embedded.logging.EmbeddedLogger_$logger
O
- of(File) - Static method in class org.wildfly.core.embedded.Configuration.Builder
-
Creates a new builder for the configuration.
- of(Path) - Static method in class org.wildfly.core.embedded.Configuration.Builder
-
Creates a new builder for the configuration.
- org.wildfly.core.embedded - package org.wildfly.core.embedded
- org.wildfly.core.embedded.logging - package org.wildfly.core.embedded.logging
P
- processIsReloading() - Method in class org.wildfly.core.embedded.logging.EmbeddedLogger_$logger
- processIsReloading() - Method in interface org.wildfly.core.embedded.logging.EmbeddedLogger
- processIsReloading$str() - Method in class org.wildfly.core.embedded.logging.EmbeddedLogger_$logger
- processIsStopped() - Method in class org.wildfly.core.embedded.logging.EmbeddedLogger_$logger
- processIsStopped() - Method in interface org.wildfly.core.embedded.logging.EmbeddedLogger
- processIsStopped$str() - Method in class org.wildfly.core.embedded.logging.EmbeddedLogger_$logger
- processIsStopping() - Method in class org.wildfly.core.embedded.logging.EmbeddedLogger_$logger
- processIsStopping() - Method in interface org.wildfly.core.embedded.logging.EmbeddedLogger
- processIsStopping$str() - Method in class org.wildfly.core.embedded.logging.EmbeddedLogger_$logger
- propertySpecifiedFileDoesNotExist(String, String) - Method in class org.wildfly.core.embedded.logging.EmbeddedLogger_$logger
- propertySpecifiedFileDoesNotExist(String, String) - Method in interface org.wildfly.core.embedded.logging.EmbeddedLogger
- propertySpecifiedFileDoesNotExist$str() - Method in class org.wildfly.core.embedded.logging.EmbeddedLogger_$logger
- propertySpecifiedFileIsNotADirectory(String, String) - Method in class org.wildfly.core.embedded.logging.EmbeddedLogger_$logger
- propertySpecifiedFileIsNotADirectory(String, String) - Method in interface org.wildfly.core.embedded.logging.EmbeddedLogger
- propertySpecifiedFileIsNotADirectory$str() - Method in class org.wildfly.core.embedded.logging.EmbeddedLogger_$logger
R
- restore() - Method in interface org.wildfly.core.embedded.Context
-
Restores the previous context.
- ROOT_LOGGER - Static variable in interface org.wildfly.core.embedded.logging.EmbeddedLogger
-
A logger with a category of the package name.
S
- setCommandArguments(String...) - Method in class org.wildfly.core.embedded.Configuration.Builder
-
Sets the command line arguments replacing any previously set arguments.
- setLoggerHint(Configuration.LoggerHint) - Method in class org.wildfly.core.embedded.Configuration.Builder
-
Sets a hint for the JBoss Logging facade on which log manager the loggers so delegate to.
- setModuleLoader(ModuleLoader) - Method in class org.wildfly.core.embedded.Configuration.Builder
-
Sets the module loader.
- setModulePath(String) - Method in class org.wildfly.core.embedded.Configuration.Builder
-
Sets the path to the modules for the server.
- setSystemPackages(String...) - Method in class org.wildfly.core.embedded.Configuration.Builder
-
Sets the system packages for the module loader.
- StandaloneServer - Interface in org.wildfly.core.embedded
-
The standalone server interface.
- start() - Method in interface org.wildfly.core.embedded.EmbeddedManagedProcess
-
Start the embedded process.
- stop() - Method in interface org.wildfly.core.embedded.EmbeddedManagedProcess
-
Stop the embedded process.
V
- valueOf(String) - Static method in enum org.wildfly.core.embedded.Configuration.LoggerHint
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.wildfly.core.embedded.Configuration.LoggerHint
-
Returns an array containing the constants of this enum type, in the order they are declared.
All Classes All Packages