A B C D E F G H I J L M N O P R S T V 
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,
addProcessStateListener(PropertyChangeListener) - Method in interface org.wildfly.core.embedded.spi.ProcessStateNotifier
Register a listener for changes in the current state.
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

BootstrappedEmbeddedProcess - Interface in org.wildfly.core.embedded.spi
Provides access to objects used to interact with a started embedded process.
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.
close() - Method in interface org.wildfly.core.embedded.spi.BootstrappedEmbeddedProcess
Closes out the use of the embedded process.
Configuration - Interface in org.wildfly.core.embedded
Represents a configuration for creating an EmbeddedManagedProcess.
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 an EmbeddedManagedProcess.
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
 
createEmbeddedClient(Executor) - Method in interface org.wildfly.core.embedded.spi.EmbeddedModelControllerClientFactory
Create an in-VM client whose operations are executed as if they were invoked by a user in the RBAC SuperUser role, regardless of any security identity that is or isn't associated with the calling thread when the client is invoked.
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

EmbeddedHostControllerFactory - Class in org.wildfly.core.embedded
This is the host controller counterpart to EmbeddedProcessFactory that 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.
EmbeddedModelControllerClientFactory - Interface in org.wildfly.core.embedded.spi
Factory for obtaining a ModelControllerClient for use by an embedding process.
EmbeddedProcessBootstrap - Interface in org.wildfly.core.embedded.spi
Service interface that standalone server or host controller bootstrap logic can implement to allow their type of process to be bootstrapped in an embedded environment.
EmbeddedProcessBootstrap.Type - Enum in org.wildfly.core.embedded.spi
 
EmbeddedProcessBootstrapConfiguration - Class in org.wildfly.core.embedded.spi
Configuration information for starting a BootstrappedEmbeddedProcess.
EmbeddedProcessBootstrapConfiguration(String[], Consumer<Integer>) - Constructor for class org.wildfly.core.embedded.spi.EmbeddedProcessBootstrapConfiguration
Create a new @code EmbeddedProcessBootstrapConfiguration}.
EmbeddedProcessFactory - Class in org.wildfly.core.embedded
Factory that sets up an embedded StandaloneServer or HostController process 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
 
EmbeddedProcessState - Enum in org.wildfly.core.embedded.spi
Analogue to org.jboss.as.controller.ControlledProcessState.State for use in an embedded process.
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 that 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
 
errorExitingEmbeddedProcess(Throwable, String, String) - Method in class org.wildfly.core.embedded.logging.EmbeddedLogger_$logger
 
errorExitingEmbeddedProcess(Throwable, String, String) - Method in interface org.wildfly.core.embedded.logging.EmbeddedLogger
 
errorExitingEmbeddedProcess$str() - Method in class org.wildfly.core.embedded.logging.EmbeddedLogger_$logger
 

F

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

getCmdArgs() - Method in class org.wildfly.core.embedded.spi.EmbeddedProcessBootstrapConfiguration
Gets the arguments to pass to the process, analogous to what would be passed from the command line to a main method.
getCommandArguments() - Method in interface org.wildfly.core.embedded.Configuration
An array of boot arguments.
getEmbeddedProcessState() - Method in interface org.wildfly.core.embedded.spi.ProcessStateNotifier
Gets the current state of the controlled process.
getJBossHome() - Method in interface org.wildfly.core.embedded.Configuration
The path to the servers directory.
getJBossHome() - Method in class org.wildfly.core.embedded.spi.EmbeddedProcessBootstrapConfiguration
Gets the file to use as the root dir of the managed process.
getLogForm() - Method in enum org.wildfly.core.embedded.spi.EmbeddedProcessBootstrap.Type
 
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.
getModelControllerClientFactory() - Method in interface org.wildfly.core.embedded.spi.BootstrappedEmbeddedProcess
Gets a factory for creating management clients to manage with the embedded process.
getModuleLoader() - Method in interface org.wildfly.core.embedded.Configuration
The module loader to use.
getModuleLoader() - Method in class org.wildfly.core.embedded.spi.EmbeddedProcessBootstrapConfiguration
Gets the module loader to provide to the process bootstrap.
getProcessState() - Method in interface org.wildfly.core.embedded.EmbeddedManagedProcess
Returns the current process state of this managed process.
getProcessStateNotifier() - Method in interface org.wildfly.core.embedded.spi.BootstrappedEmbeddedProcess
Get the object used to track the state of the embedded process.
getProviderCode() - Method in enum org.wildfly.core.embedded.Configuration.LoggerHint
The provider code for the JBoss Logging provider.
getServiceContainer() - Method in interface org.wildfly.core.embedded.spi.BootstrappedEmbeddedProcess
Gets the JBoss MSC ServiceContainer used by the embedded process.
getSystemEnv() - Method in class org.wildfly.core.embedded.spi.EmbeddedProcessBootstrapConfiguration
Gets the environment values to pass to the embedded process.
getSystemExitCallback() - Method in class org.wildfly.core.embedded.spi.EmbeddedProcessBootstrapConfiguration
Gets the consumer to invoke if a system exit is being processed.
getSystemProperties() - Method in class org.wildfly.core.embedded.spi.EmbeddedProcessBootstrapConfiguration
Gets the properties to pass to the embedded process as if they were system properties.
getType() - Method in interface org.wildfly.core.embedded.spi.EmbeddedProcessBootstrap
Gets the type of managed process this object bootstraps.

H

HOST_CONTROLLER - org.wildfly.core.embedded.spi.EmbeddedProcessBootstrap.Type
 
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 name parameter, is null.
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
 
org.wildfly.core.embedded.spi - package org.wildfly.core.embedded.spi
 

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
 
ProcessStateNotifier - Interface in org.wildfly.core.embedded.spi
Allows callers to check the current state of the process and to register for notifications of state changes.
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

RELOAD_REQUIRED - org.wildfly.core.embedded.spi.EmbeddedProcessState
The process requires a stop and re-start of its root service (but not a full process restart) in order to ensure stable operation and/or to bring its running state in line with its persistent configuration.
removeProcessStateListener(PropertyChangeListener) - Method in interface org.wildfly.core.embedded.spi.ProcessStateNotifier
Remove a listener for changes in the current state.
RESTART_REQUIRED - org.wildfly.core.embedded.spi.EmbeddedProcessState
The process must be terminated and replaced with a new process in order to ensure stable operation and/or to bring the running state in line with the persistent configuration.
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.
RUNNING - org.wildfly.core.embedded.spi.EmbeddedProcessState
The process is started, is running normally and has a runtime state consistent with its persistent configuration.

S

SERVICE_NAME - Static variable in interface org.wildfly.core.embedded.spi.EmbeddedModelControllerClientFactory
Only for use within the WildFly kernel; may change or be removed at any time
SERVICE_NAME - Static variable in interface org.wildfly.core.embedded.spi.ProcessStateNotifier
Only for use within the WildFly kernel; may change or be removed at any time
setCommandArguments(String...) - Method in class org.wildfly.core.embedded.Configuration.Builder
Sets the command line arguments replacing any previously set arguments.
setJBossHome(File) - Method in class org.wildfly.core.embedded.spi.EmbeddedProcessBootstrapConfiguration
Sets the file to use as the root dir of the managed process.
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.
setModuleLoader(ModuleLoader) - Method in class org.wildfly.core.embedded.spi.EmbeddedProcessBootstrapConfiguration
Sets the module loader to provide to the process bootstrap.
setModulePath(String) - Method in class org.wildfly.core.embedded.Configuration.Builder
Sets the path to the modules for the server.
setSystemEnv(Map<String, String>) - Method in class org.wildfly.core.embedded.spi.EmbeddedProcessBootstrapConfiguration
Sets the environment values to pass to the embedded process.
setSystemPackages(String...) - Method in class org.wildfly.core.embedded.Configuration.Builder
Sets the system packages for the module loader.
setSystemProperties(Properties) - Method in class org.wildfly.core.embedded.spi.EmbeddedProcessBootstrapConfiguration
Sets the properties to pass to the embedded process as if they were system properties.
STANDALONE_SERVER - org.wildfly.core.embedded.spi.EmbeddedProcessBootstrap.Type
 
StandaloneServer - Interface in org.wildfly.core.embedded
The standalone server interface.
start() - Method in interface org.wildfly.core.embedded.EmbeddedManagedProcess
Start the embedded process.
STARTING - org.wildfly.core.embedded.spi.EmbeddedProcessState
The process is starting and its runtime state is being made consistent with its persistent configuration.
startup(EmbeddedProcessBootstrapConfiguration) - Method in interface org.wildfly.core.embedded.spi.EmbeddedProcessBootstrap
Bootstraps an embedded process based on the provided configuration.
stop() - Method in interface org.wildfly.core.embedded.EmbeddedManagedProcess
Stop the embedded process.
STOPPED - org.wildfly.core.embedded.spi.EmbeddedProcessState
The process is stopped
STOPPING - org.wildfly.core.embedded.spi.EmbeddedProcessState
The process is stopping.

T

toString() - Method in enum org.wildfly.core.embedded.spi.EmbeddedProcessState
 

V

valueOf(String) - Static method in enum org.wildfly.core.embedded.Configuration.LoggerHint
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wildfly.core.embedded.spi.EmbeddedProcessBootstrap.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wildfly.core.embedded.spi.EmbeddedProcessState
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.
values() - Static method in enum org.wildfly.core.embedded.spi.EmbeddedProcessBootstrap.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.wildfly.core.embedded.spi.EmbeddedProcessState
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E F G H I J L M N O P R S T V 
All Classes All Packages