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

B

bootstrap() - Method in class org.wildfly.core.embedded.EmbeddedHostControllerBootstrap
 

C

cannotCloseFile(Throwable, VirtualFile) - Method in interface org.wildfly.core.embedded.logging.EmbeddedLogger
Logs a warning message indicating the file handle, represented by the file parameter, could not be closed.
cannotConfigureBootLogging(File) - Method in interface org.wildfly.core.embedded.logging.EmbeddedLogger
 
cannotCreateStandaloneServer(Throwable, Method) - Method in interface org.wildfly.core.embedded.logging.EmbeddedLogger
 
cannotGetReflectiveMethod(NoSuchMethodException, String, String) - Method in interface org.wildfly.core.embedded.logging.EmbeddedLogger
 
cannotInvokeStandaloneServer(Throwable, String) - Method in interface org.wildfly.core.embedded.logging.EmbeddedLogger
 
cannotLoadClassFile(Throwable, VirtualFile) - Method in interface org.wildfly.core.embedded.logging.EmbeddedLogger
Logs a warning message indicating the class file, represented by the file parameter, could not be loaded.
cannotLoadEmbeddedServerFactory(ClassNotFoundException, String) - Method in interface org.wildfly.core.embedded.logging.EmbeddedLogger
 
cannotMountFile(Throwable, String) - Method in interface org.wildfly.core.embedded.logging.EmbeddedLogger
Creates an exception indicating the file, represented by the fileName parameter, could not be mounted.
cannotReadContent(Throwable, VirtualFile) - Method in interface org.wildfly.core.embedded.logging.EmbeddedLogger
Creates an exception indicating the contents of the file could not be read.
cannotSetupEmbeddedServer(Throwable) - Method in interface org.wildfly.core.embedded.logging.EmbeddedLogger
 
cannotStartEmbeddedServer(Throwable) - Method in interface org.wildfly.core.embedded.logging.EmbeddedLogger
 
create(File, ModuleLoader, Properties, Map<String, String>, String[]) - Static method in class org.wildfly.core.embedded.EmbeddedHostControllerFactory
 
create(String, String, String...) - Static method in class org.wildfly.core.embedded.EmbeddedServerFactory
Create an embedded standalone server.
create(String, String, String[], String[]) - Static method in class org.wildfly.core.embedded.EmbeddedServerFactory
Create an embedded standalone server.
create(ModuleLoader, File) - Static method in class org.wildfly.core.embedded.EmbeddedServerFactory
Create an embedded standalone server with an already established module loader.
create(ModuleLoader, File, String[]) - Static method in class org.wildfly.core.embedded.EmbeddedServerFactory
Create an embedded standalone server with an already established module loader.
create(File, ModuleLoader, Properties, Map<String, String>, String[]) - Static method in class org.wildfly.core.embedded.EmbeddedStandaloneServerFactory
 
createHostController(String, String, String[], String[]) - Static method in class org.wildfly.core.embedded.EmbeddedServerFactory
 
createHostController(ModuleLoader, File, String[]) - Static method in class org.wildfly.core.embedded.EmbeddedServerFactory
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
 
createStandalone(ModuleLoader, File, String[]) - Static method in class org.wildfly.core.embedded.EmbeddedServerFactory
 

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
EmbeddedServerFactory - Class in org.wildfly.core.embedded
Factory that sets up an embedded standalone server using modular classloading.
EmbeddedServerReference - Class in org.wildfly.core.embedded
Indirection to the StandaloneServer; used to encapsulate access to the underlying embedded AS Server instance in a manner that does not directly link this class.
EmbeddedStandaloneServerFactory - Class in org.wildfly.core.embedded
This is the counter-part of EmbeddedServerFactory which lives behind a module class loader.
errorClosingFile(Throwable, VirtualFile) - Method in interface org.wildfly.core.embedded.logging.EmbeddedLogger
Logs a warning message indicating there was an exception closing the file.
exclusionValuesRequired() - Method in interface org.wildfly.core.embedded.logging.EmbeddedLogger
 

F

failedToUndeploy(Throwable, File) - Method in interface org.wildfly.core.embedded.logging.EmbeddedLogger
Logs a warning message indicating there was a failure to undeploy the file.
fileNotFound(VirtualFile) - Method in interface org.wildfly.core.embedded.logging.EmbeddedLogger
Logs a warning message indicating the file on the ClassPath could not be found.

G

getHostController() - Method in class org.wildfly.core.embedded.EmbeddedServerReference
 
getHostController() - Method in interface org.wildfly.core.embedded.HostController
 
getModelControllerClient() - Method in class org.wildfly.core.embedded.EmbeddedServerReference
 
getModelControllerClient() - Method in interface org.wildfly.core.embedded.HostController
 
getModelControllerClient() - Method in interface org.wildfly.core.embedded.StandaloneServer
 
getStandaloneServer() - Method in class org.wildfly.core.embedded.EmbeddedServerReference
 

H

HOME_DIR - Static variable in interface org.wildfly.core.embedded.ServerEnvironment
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
 
invalidModulePath(String) - Method in interface org.wildfly.core.embedded.logging.EmbeddedLogger
Creates an exception indicating the module path is invalid.
invalidModuleType(String, Class<?>) - Method in interface org.wildfly.core.embedded.logging.EmbeddedLogger
Creates an exception indicating the module, represented by the moduleName parameter, was not a valid type of File[], File, String[] or String.
isHostController() - Method in class org.wildfly.core.embedded.EmbeddedServerReference
 

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

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.

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.

O

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
 
processIsStopping() - Method in interface org.wildfly.core.embedded.logging.EmbeddedLogger
 

R

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
 
ServerStartException - Exception in org.wildfly.core.embedded
 
ServerStartException(String) - Constructor for exception org.wildfly.core.embedded.ServerStartException
 
ServerStartException(String, Throwable) - Constructor for exception org.wildfly.core.embedded.ServerStartException
 
ServerStartException(Throwable) - Constructor for exception org.wildfly.core.embedded.ServerStartException
 
skippingUnknownFileType(VirtualFile) - Method in interface org.wildfly.core.embedded.logging.EmbeddedLogger
Logs a warning message indicating an unknown file type was encountered and is being skipped.
StandaloneServer - Interface in org.wildfly.core.embedded
The standalone server interface.
start() - Method in class org.wildfly.core.embedded.EmbeddedServerReference
 
start() - Method in interface org.wildfly.core.embedded.HostController
 
start() - Method in interface org.wildfly.core.embedded.StandaloneServer
 
stop() - Method in class org.wildfly.core.embedded.EmbeddedServerReference
 
stop() - Method in interface org.wildfly.core.embedded.HostController
 
stop() - Method in interface org.wildfly.core.embedded.StandaloneServer
 
systemPropertyNotFound(String) - Method in interface org.wildfly.core.embedded.logging.EmbeddedLogger
Creates an exception indicating the system property could not be found.
B C E F G H I J M N O P R S 
Skip navigation links
WildFly: Embedded 2.0.0.Final

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