Skip navigation links
WildFly: Embedded 6.0.2.Final
A B C E F G H I J M N O P R S V 

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() - 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 interface org.wildfly.core.embedded.logging.EmbeddedLogger
 
cannotCreateHostController(Throwable, Method) - Method in class org.wildfly.core.embedded.logging.EmbeddedLogger_$logger
 
cannotCreateHostController$str() - Method in class org.wildfly.core.embedded.logging.EmbeddedLogger_$logger
 
cannotCreateStandaloneServer(Throwable, Method) - Method in interface org.wildfly.core.embedded.logging.EmbeddedLogger
 
cannotCreateStandaloneServer(Throwable, Method) - Method in class org.wildfly.core.embedded.logging.EmbeddedLogger_$logger
 
cannotCreateStandaloneServer$str() - Method in class org.wildfly.core.embedded.logging.EmbeddedLogger_$logger
 
cannotGetReflectiveMethod(NoSuchMethodException, String, String) - Method in interface org.wildfly.core.embedded.logging.EmbeddedLogger
 
cannotGetReflectiveMethod(NoSuchMethodException, String, String) - Method in class org.wildfly.core.embedded.logging.EmbeddedLogger_$logger
 
cannotGetReflectiveMethod$str() - Method in class org.wildfly.core.embedded.logging.EmbeddedLogger_$logger
 
cannotInvokeStandaloneServer(Throwable, String) - Method in interface org.wildfly.core.embedded.logging.EmbeddedLogger
 
cannotInvokeStandaloneServer(Throwable, String) - Method in class org.wildfly.core.embedded.logging.EmbeddedLogger_$logger
 
cannotInvokeStandaloneServer$str() - 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(ClassNotFoundException, String) - Method in class org.wildfly.core.embedded.logging.EmbeddedLogger_$logger
 
cannotLoadEmbeddedServerFactory$str() - Method in class org.wildfly.core.embedded.logging.EmbeddedLogger_$logger
 
cannotSetupEmbeddedServer(Throwable) - Method in interface org.wildfly.core.embedded.logging.EmbeddedLogger
 
cannotSetupEmbeddedServer(Throwable) - Method in class org.wildfly.core.embedded.logging.EmbeddedLogger_$logger
 
cannotSetupEmbeddedServer$str() - Method in class org.wildfly.core.embedded.logging.EmbeddedLogger_$logger
 
cannotStartEmbeddedServer(Throwable) - Method in interface org.wildfly.core.embedded.logging.EmbeddedLogger
 
cannotStartEmbeddedServer(Throwable) - Method in class org.wildfly.core.embedded.logging.EmbeddedLogger_$logger
 
cannotStartEmbeddedServer$str() - Method in class org.wildfly.core.embedded.logging.EmbeddedLogger_$logger
 
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(String, String, String...) - Static method in class org.wildfly.core.embedded.EmbeddedServerFactory
Deprecated.
Create an embedded standalone server.
create(String, String, String[], String[]) - Static method in class org.wildfly.core.embedded.EmbeddedServerFactory
Deprecated.
Create an embedded standalone server.
create(ModuleLoader, File) - Static method in class org.wildfly.core.embedded.EmbeddedServerFactory
Deprecated.
Create an embedded standalone server with an already established module loader.
create(ModuleLoader, File, String[]) - Static method in class org.wildfly.core.embedded.EmbeddedServerFactory
Deprecated.
Create an embedded standalone server with an already established module loader.
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.
createHostController(String, String, String[], String[]) - Static method in class org.wildfly.core.embedded.EmbeddedServerFactory
Deprecated.
 
createHostController(ModuleLoader, File, String[]) - Static method in class org.wildfly.core.embedded.EmbeddedServerFactory
Deprecated.
Create an embedded host controller with an already established module loader.
createStandalone(String, String, String[], String[]) - Static method in class org.wildfly.core.embedded.EmbeddedServerFactory
Deprecated.
 
createStandalone(ModuleLoader, File, String[]) - Static method in class org.wildfly.core.embedded.EmbeddedServerFactory
Deprecated.
 
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.

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 EmbeddedServerFactory 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 server or Host Controller 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
 
embeddedServerDirectoryNotFound(String, String) - Method in interface org.wildfly.core.embedded.logging.EmbeddedLogger
 
embeddedServerDirectoryNotFound(String, String) - Method in class org.wildfly.core.embedded.logging.EmbeddedLogger_$logger
 
embeddedServerDirectoryNotFound$str() - Method in class org.wildfly.core.embedded.logging.EmbeddedLogger_$logger
 
EmbeddedServerFactory - Class in org.wildfly.core.embedded
Deprecated.
EmbeddedServerFactory() - Constructor for class org.wildfly.core.embedded.EmbeddedServerFactory
Deprecated.
 
EmbeddedServerReference - Class in org.wildfly.core.embedded
Deprecated.
use the EmbeddedManagedProcess, StandaloneServer or HostController interface and not this implementation class
EmbeddedStandaloneServerFactory - Class in org.wildfly.core.embedded
This is the counter-part of EmbeddedServerFactory which lives behind a module class loader.
errorCopyingFile(String, String, IOException) - Method in interface org.wildfly.core.embedded.logging.EmbeddedLogger
 
errorCopyingFile(String, String, IOException) - Method in class org.wildfly.core.embedded.logging.EmbeddedLogger_$logger
 
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 interface org.wildfly.core.embedded.logging.EmbeddedLogger
 
failedToRestoreContext(Throwable, Context) - Method in class org.wildfly.core.embedded.logging.EmbeddedLogger_$logger
 
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.
getHostController() - Method in class org.wildfly.core.embedded.EmbeddedServerReference
Deprecated.
 
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.
getModelControllerClient() - Method in class org.wildfly.core.embedded.EmbeddedServerReference
Deprecated.
 
getModuleLoader() - Method in interface org.wildfly.core.embedded.Configuration
The module loader to use.
getProviderCode() - Method in enum org.wildfly.core.embedded.Configuration.LoggerHint
The provider code for the JBoss Logging provider.
getStandaloneServer() - Method in class org.wildfly.core.embedded.EmbeddedServerReference
Deprecated.
 
getTccl() - Static method in interface org.wildfly.core.embedded.EmbeddedManagedProcess
 

H

HOME_DIR - Static variable in interface org.wildfly.core.embedded.ServerEnvironment
Deprecated.
Constant that holds the name of the environment property for specifying the home directory for JBoss.
HostController - Interface in org.wildfly.core.embedded
The embedded host controller interface.

I

invalidJBossHome(String) - Method in interface org.wildfly.core.embedded.logging.EmbeddedLogger
 
invalidJBossHome(String) - Method in class org.wildfly.core.embedded.logging.EmbeddedLogger_$logger
 
invalidJBossHome$str() - Method in class org.wildfly.core.embedded.logging.EmbeddedLogger_$logger
 
isHostController() - Method in class org.wildfly.core.embedded.EmbeddedServerReference
Deprecated.
 

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
 

M

moduleLoaderAlreadyConfigured(String) - Method in interface org.wildfly.core.embedded.logging.EmbeddedLogger
 
moduleLoaderAlreadyConfigured(String) - Method in class org.wildfly.core.embedded.logging.EmbeddedLogger_$logger
 
moduleLoaderAlreadyConfigured$str() - 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(Throwable, String, ModuleLoader) - Method in class org.wildfly.core.embedded.logging.EmbeddedLogger_$logger
 
moduleLoaderError$str() - Method in class org.wildfly.core.embedded.logging.EmbeddedLogger_$logger
 

N

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(String) - Method in class org.wildfly.core.embedded.logging.EmbeddedLogger_$logger
 
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 interface org.wildfly.core.embedded.logging.EmbeddedLogger
 
processIsReloading() - Method in class org.wildfly.core.embedded.logging.EmbeddedLogger_$logger
 
processIsReloading$str() - Method in class org.wildfly.core.embedded.logging.EmbeddedLogger_$logger
 
processIsStopped() - Method in interface org.wildfly.core.embedded.logging.EmbeddedLogger
 
processIsStopped() - Method in class org.wildfly.core.embedded.logging.EmbeddedLogger_$logger
 
processIsStopped$str() - Method in class org.wildfly.core.embedded.logging.EmbeddedLogger_$logger
 
processIsStopping() - Method in interface org.wildfly.core.embedded.logging.EmbeddedLogger
 
processIsStopping() - Method in class org.wildfly.core.embedded.logging.EmbeddedLogger_$logger
 
processIsStopping$str() - Method in class org.wildfly.core.embedded.logging.EmbeddedLogger_$logger
 
propertySpecifiedFileDoesNotExist(String, String) - Method in interface org.wildfly.core.embedded.logging.EmbeddedLogger
 
propertySpecifiedFileDoesNotExist(String, String) - Method in class org.wildfly.core.embedded.logging.EmbeddedLogger_$logger
 
propertySpecifiedFileDoesNotExist$str() - Method in class org.wildfly.core.embedded.logging.EmbeddedLogger_$logger
 
propertySpecifiedFileIsNotADirectory(String, String) - Method in interface org.wildfly.core.embedded.logging.EmbeddedLogger
 
propertySpecifiedFileIsNotADirectory(String, String) - Method in class org.wildfly.core.embedded.logging.EmbeddedLogger_$logger
 
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

ServerEnvironment - Interface in org.wildfly.core.embedded
Deprecated.
Not used
ServerStartException - Exception in org.wildfly.core.embedded
Deprecated.
use the EmbeddedProcessStartException subclass as this level of the type hierarchy will be removed
ServerStartException(String) - Constructor for exception org.wildfly.core.embedded.ServerStartException
Deprecated.
 
ServerStartException(String, Throwable) - Constructor for exception org.wildfly.core.embedded.ServerStartException
Deprecated.
 
ServerStartException(Throwable) - Constructor for exception org.wildfly.core.embedded.ServerStartException
Deprecated.
 
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.
setTccl(ClassLoader) - Static method in interface org.wildfly.core.embedded.EmbeddedManagedProcess
 
StandaloneServer - Interface in org.wildfly.core.embedded
The standalone server interface.
start() - Method in interface org.wildfly.core.embedded.EmbeddedManagedProcess
Start the embedded process.
start() - Method in class org.wildfly.core.embedded.EmbeddedServerReference
Deprecated.
 
stop() - Method in interface org.wildfly.core.embedded.EmbeddedManagedProcess
Stop the embedded process.
stop() - Method in class org.wildfly.core.embedded.EmbeddedServerReference
Deprecated.
 

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.
A B C E F G H I J M N O P R S V 
Skip navigation links
WildFly: Embedded 6.0.2.Final

Copyright © 2018 JBoss by Red Hat. All rights reserved.