Modifier and Type | Method and Description |
---|---|
protected void |
GeronimoFactoryRegistry.register(DeployableFactory deployableFactory)
Register deployable factory.
|
Modifier and Type | Method and Description |
---|---|
protected void |
GlassFishFactoryRegistry.register(DeployableFactory deployableFactory)
Register deployable factory.
|
Modifier and Type | Method and Description |
---|---|
protected void |
JBossFactoryRegistry.register(DeployableFactory deployableFactory)
Registers additional
Deployable
implementations, that the JBoss containers support, to the given DeployableFactory . |
Modifier and Type | Method and Description |
---|---|
protected void |
JettyFactoryRegistry.register(DeployableFactory deployableFactory)
Register deployable factory.
|
Modifier and Type | Method and Description |
---|---|
protected void |
JoFactoryRegistry.register(DeployableFactory deployableFactory)
Register deployable factory.
|
Modifier and Type | Method and Description |
---|---|
protected void |
JonasFactoryRegistry.register(DeployableFactory deployableFactory)
Register deployable factory.
|
Modifier and Type | Method and Description |
---|---|
protected void |
JRunFactoryRegistry.register(DeployableFactory deployableFactory)
Register deployable factory.
|
Modifier and Type | Method and Description |
---|---|
protected void |
LibertyFactoryRegistry.register(DeployableFactory deployableFactory)
Register deployable factory.
|
Modifier and Type | Method and Description |
---|---|
protected void |
OrionFactoryRegistry.register(DeployableFactory deployableFactory)
Register deployable factory.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ResinFactoryRegistry.register(DeployableFactory deployableFactory)
Register deployable factory.
|
Modifier and Type | Method and Description |
---|---|
protected void |
TomcatFactoryRegistry.register(DeployableFactory deployableFactory)
Register deployable factory.
|
Modifier and Type | Method and Description |
---|---|
protected void |
TomeeFactoryRegistry.register(DeployableFactory deployableFactory)
Register deployable factory.
|
Modifier and Type | Method and Description |
---|---|
protected void |
WebLogicFactoryRegistry.register(DeployableFactory deployableFactory)
Register deployable factory.
|
Modifier and Type | Method and Description |
---|---|
protected void |
WebSphereFactoryRegistry.register(DeployableFactory deployableFactory)
Register deployable factory.
|
Modifier and Type | Method and Description |
---|---|
protected void |
WildFlyFactoryRegistry.register(DeployableFactory deployableFactory)
Registers additional
Deployable
implementations, that the WildFly containers support, to the given
DeployableFactory . |
Modifier and Type | Method and Description |
---|---|
protected void |
WildFlySwarmFactoryRegistry.register(DeployableFactory factory)
Registers
Deployable implementations to the
given DeployableFactory . |
Modifier and Type | Method and Description |
---|---|
static void |
AbstractFactoryRegistry.register(ClassLoader classLoader,
DeployableFactory factory)
Discovers all the
Deployable s and adds them
to the given DeployableFactory . |
protected abstract void |
AbstractFactoryRegistry.register(DeployableFactory factory)
Registers
Deployable implementations to the
given DeployableFactory . |
Modifier and Type | Class and Description |
---|---|
class |
DefaultDeployableFactory
Default deployable factory that returns deployables for a given container.
|
Copyright © 2004–2018 Github. All rights reserved.