| Package | Description |
|---|---|
| org.wildfly.core.embedded |
| Modifier and Type | Class and Description |
|---|---|
class |
EmbeddedServerReference
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. |
| Modifier and Type | Method and Description |
|---|---|
static StandaloneServer |
EmbeddedStandaloneServerFactory.create(File jbossHomeDir,
org.jboss.modules.ModuleLoader moduleLoader,
Properties systemProps,
Map<String,String> systemEnv,
String[] cmdargs) |
static StandaloneServer |
EmbeddedServerFactory.create(org.jboss.modules.ModuleLoader moduleLoader,
File jbossHomeDir)
Create an embedded standalone server with an already established module loader.
|
static StandaloneServer |
EmbeddedServerFactory.create(org.jboss.modules.ModuleLoader moduleLoader,
File jbossHomeDir,
String[] cmdargs)
Create an embedded standalone server with an already established module loader.
|
static StandaloneServer |
EmbeddedServerFactory.create(String jbossHomePath,
String modulePath,
String... systemPackages)
Create an embedded standalone server.
|
static StandaloneServer |
EmbeddedServerFactory.create(String jbossHomePath,
String modulePath,
String[] systemPackages,
String[] cmdargs)
Create an embedded standalone server.
|
StandaloneServer |
EmbeddedServerReference.getStandaloneServer() |
Copyright © 2015 JBoss by Red Hat. All rights reserved.