| Modifier and Type | Class and Description |
|---|---|
class |
ConnectorApplication
Represents a connector application, one per resource-adapter.
|
| Modifier and Type | Method and Description |
|---|---|
abstract ApplicationContainer |
Endpoint.getContainer()
Return the
ApplicationContainer endpoint belongs to. |
| Modifier and Type | Method and Description |
|---|---|
void |
ContainerMapper.register(String contextRoot,
Collection<String> vs,
org.glassfish.grizzly.http.server.HttpHandler httpService,
ApplicationContainer container) |
void |
EndpointMapper.registerEndpoint(String contextRoot,
Collection<String> vsServers,
E adapter,
ApplicationContainer container)
Registers a new endpoint (proxy implementation) for a particular
context-root.
|
void |
GrizzlyProxy.registerEndpoint(String contextRoot,
Collection<String> vsServers,
org.glassfish.grizzly.http.server.HttpHandler endpointService,
ApplicationContainer container) |
void |
GrizzlyService.registerEndpoint(String contextRoot,
Collection<String> vsServers,
org.glassfish.grizzly.http.server.HttpHandler endpointAdapter,
ApplicationContainer container) |
void |
GrizzlyService.registerEndpoint(String contextRoot,
org.glassfish.grizzly.http.server.HttpHandler endpointAdapter,
ApplicationContainer container) |
void |
GrizzlyService.registerEndpoint(String contextRoot,
org.glassfish.grizzly.http.server.HttpHandler endpointAdapter,
ApplicationContainer container,
String virtualServers) |
void |
GrizzlyService.registerEndpoint(String contextRoot,
InetAddress address,
int port,
Collection<String> vsServers,
org.glassfish.grizzly.http.server.HttpHandler endpointAdapter,
ApplicationContainer container)
Registers a new endpoint for the given context root at the given port
number.
|
void |
EndpointMapper.unregisterEndpoint(String contextRoot,
ApplicationContainer app)
Removes the context-root from our list of endpoints.
|
void |
GrizzlyProxy.unregisterEndpoint(String contextRoot,
ApplicationContainer app)
Removes the context-root from our list of endpoints.
|
void |
GrizzlyService.unregisterEndpoint(String contextRoot,
ApplicationContainer app)
Removes the context-root from our list of endpoints.
|
| Modifier and Type | Class and Description |
|---|---|
class |
WebApplication |
| Modifier and Type | Method and Description |
|---|---|
void |
RequestDispatcher.registerEndpoint(String contextRoot,
Collection<String> vsServers,
org.glassfish.grizzly.http.server.HttpHandler endpointAdapter,
ApplicationContainer container)
Registers a new endpoint (proxy implementation) for a particular context-root.
|
void |
RequestDispatcher.registerEndpoint(String contextRoot,
org.glassfish.grizzly.http.server.HttpHandler endpointAdapter,
ApplicationContainer container)
Registers a new endpoint (proxy implementation) for a particular context-root.
|
void |
RequestDispatcher.registerEndpoint(String contextRoot,
org.glassfish.grizzly.http.server.HttpHandler endpointAdapter,
ApplicationContainer container,
String virtualServers)
Registers a new endpoint (proxy implementation) for a particular context-root.
|
void |
RequestDispatcher.registerEndpoint(String contextRoot,
InetAddress address,
int port,
Collection<String> vsServers,
org.glassfish.grizzly.http.server.HttpHandler endpointAdapter,
ApplicationContainer container)
Registers a new endpoint for the given context root at the given port number.
|
void |
RequestDispatcher.unregisterEndpoint(String contextRoot,
ApplicationContainer app)
Removes the context root from our list of endpoints.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Deployer<T extends Container,U extends ApplicationContainer>
A deployer is capable of deploying one type of applications.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AppClientServerApplication
Represents an app client module, either stand-alone or nested inside
an EAR, loaded on the server.
|
| 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 |
DummyApplication
A dummy implementation of ApplicationContainer class.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EjbApplication
This class represents a logical collection of EJB components contained in one ejb-jar
or one .war.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GrizzlyApp
Deployed grizzly application.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OSGiDeployedBundle |
| Modifier and Type | Class and Description |
|---|---|
class |
EngineInfo<T extends Container,U extends ApplicationContainer>
This class holds information about a particular container such as a reference
to the sniffer, the container itself and the list of applications deployed in
that container.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationContainer |
EngineRef.getApplicationContainer()
Returns the contaier associated with this application
|
| Modifier and Type | Method and Description |
|---|---|
void |
EngineRef.setApplicationContainer(ApplicationContainer appCtr)
Set the contaier associated with this application
|
| Constructor and Description |
|---|
EngineRef(EngineInfo container,
ApplicationContainer appCtr) |
| Modifier and Type | Class and Description |
|---|---|
class |
GenericApplicationContainer
Generic implementation of the ApplicationContainer interface
|
| Modifier and Type | Class and Description |
|---|---|
class |
JavaEEDeployer<T extends Container,U extends ApplicationContainer>
Convenient superclass for JavaEE Deployer implementations.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationContainer |
EarDeployer.load(Container container,
DeploymentContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
EarDeployer.unload(ApplicationContainer appContainer,
DeploymentContext context) |
| Modifier and Type | Class and Description |
|---|---|
class |
JPApplicationContainer
Represents Application Container for JPA
One instance of this object is created per deployed bundle.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ResourcesApplication
Service to hold all resources
|
| Modifier and Type | Class and Description |
|---|---|
class |
WebServicesApplication
This class implements the ApplicationContainer and will be used
to register endpoints to the grizzly ServletAdapter
|
| Modifier and Type | Class and Description |
|---|---|
static class |
MetroDeployer.MetroApplicationContainer |
| Modifier and Type | Class and Description |
|---|---|
class |
WeldApplicationContainer |
Copyright © 2019. All rights reserved.