| Modifier and Type | Class and Description |
|---|---|
class |
ConnectorDeployer
Deployer for a resource-adapter.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Deployer> |
ConnectorContainer.getDeployer()
Returns the Deployer implementation capable of deploying applications to this
container.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SecurityDeployer
Security Deployer which generate and clean the security policies
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Deployer> |
SecurityContainer.getDeployer() |
| Modifier and Type | Class and Description |
|---|---|
class |
WebDeployer
Web module deployer.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Deployer> |
Container.getDeployer()
Returns the Deployer implementation capable of deploying applications to this
container.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AppClientDeployer
AppClient module deployer.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Deployer> |
AppClientContainerStarter.getDeployer() |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleDeployer<T extends Container,U extends ApplicationContainer>
Convenient superclass for Deployers which only do prepare and
clean up and do not actually load/unload application
|
| Modifier and Type | Class and Description |
|---|---|
class |
EjbDeployer
Ejb module deployer.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Deployer> |
EjbContainerStarter.getDeployer() |
| Modifier and Type | Class and Description |
|---|---|
class |
GrizzlyDeployer |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Deployer> |
GrizzlyContainer.getDeployer() |
| Modifier and Type | Class and Description |
|---|---|
class |
OSGiDeployer
OSGi deployer, takes care of loading and cleaning modules from the OSGi runtime.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Deployer> |
OSGiContainer.getDeployer() |
| Modifier and Type | Method and Description |
|---|---|
Deployer<T,U> |
EngineInfo.getDeployer()
Returns the deployer instance for this container
|
| Modifier and Type | Method and Description |
|---|---|
void |
EngineInfo.setDeployer(Deployer<T,U> deployer)
Sets the deployer associated with this container
|
| Modifier and Type | Class and Description |
|---|---|
class |
GenericDeployer<T extends Container>
Generic implementation of the deployer contract, enough to get started with adding a container to
GlassFish.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JavaEEDeployer<T extends Container,U extends ApplicationContainer>
Convenient superclass for JavaEE Deployer implementations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EarDeployer
EarDeployer to deploy composite Java EE applications.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Deployer> |
EarContainer.getDeployer() |
| Modifier and Type | Class and Description |
|---|---|
class |
JPADeployer
Deployer for JPA applications
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Deployer> |
JPAContainer.getDeployer() |
| Modifier and Type | Class and Description |
|---|---|
class |
ResourcesDeployer
ResourcesDeployer to handle "glassfish-resources.xml(s)" bundled in the application.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Deployer> |
ResourcesContainer.getDeployer()
Returns the Deployer implementation capable of deploying applications to this
container.
|
| Modifier and Type | Class and Description |
|---|---|
class |
WebServicesDeployer
Webservices module deployer.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Deployer> |
WebServicesContainer.getDeployer() |
| Modifier and Type | Class and Description |
|---|---|
class |
MetroDeployer |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Deployer> |
MetroContainer.getDeployer() |
| Modifier and Type | Class and Description |
|---|---|
class |
WeldDeployer |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Deployer> |
WeldContainer.getDeployer() |
Copyright © 2019. All rights reserved.