| Interface | Description |
|---|---|
| GatewayObserverApi |
GatewayObserverApi that allows classes to observe major gateway events.
|
| Class | Description |
|---|---|
| GatewayCommandLineProcessor |
Main entry point for gateway process when started by the command line.
|
| GatewayObserver | |
| GatewayObserverFactorySpi |
Gateway observers can be loaded via the ServiceLoader by extending this class
|
| GatewayObserverFactorySpiPrototype |
This is a convenience class that can be extended to minimalize method Overrides in implementations of the the
GatewayObserverAPI
|
| Launcher | |
| Main |
Main entry point for gateway process (at least when being called by the start scripts--it's possible to call Gateway
directly from other Java code as well.) This particular version is for the standalone Linux installation, where the
directories are set up to be directly under GATEWAY_HOME and we use Posix-style command parsing.
|
| WindowsMain |
Main entry point for gateway process (at least when being called by the start scripts--it's possible to call Gateway
directly from other Java code as well.) This particular version is for Windows, where the directories are set up to
be directly under GATEWAY_HOME, and we process the argument list to 'canonicalize' it so it looks like the standard
command line, but also so we specialize help messages.
|
Copyright © 2014–2016. All rights reserved.