| Modifier and Type | Class and Description |
|---|---|
class |
RegistryProviderConf
A
GlobalRegistryProvider retrieving a list of possible global
registry URIs from its configuration and trying to get a global registry with
this URIs. |
class |
RegistryProviderDb
A
GlobalRegistryProvider retrieving the global registry URI from
the cluster (synchronisation) JDBC data source. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CommunicationService<I1,O1,I2,O2>
This communication service provides all the technically necessary to do both
remote calls to remote services or remote callback objects and to publish
remote services itself.
|
| Modifier and Type | Method and Description |
|---|---|
ADEPT2Service |
ADEPT2ServiceExport.getExportedService(java.net.URI remoteObjectIdentifier)
Returns the service associated with the given remote object identifier.
|
| Modifier and Type | Method and Description |
|---|---|
ADEPT2StubFactory<ADEPT2Service> |
CommunicationService.getADEPT2ServiceStubFactory()
Returns the factory responsible for creating stubs for remote calls to
remote services.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ADEPT2ServiceExport.exportService(java.net.URI serviceURI,
java.lang.Class<? extends ADEPT2Service> serviceInterface,
ADEPT2Service service)
Enables the designated service identified by the designated URI to be
called remotely through the designated service interface.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ADEPT2ServiceExport.exportService(java.net.URI serviceURI,
java.lang.Class<? extends ADEPT2Service> serviceInterface,
ADEPT2Service service)
Enables the designated service identified by the designated URI to be
called remotely through the designated service interface.
|
java.net.URI |
ADEPT2ServiceExport.prepareServiceExport(java.lang.String serviceType,
java.lang.String simpleServiceName,
java.lang.Class<? extends ADEPT2Service> serviceInterface)
Prepares the specified service for being exported and creates a remote
object identifier of type URI valid for the communication protocol this
communication factory supports.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
JDBCDataSource
Represents a JDBC data source.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
GlobalRegistry
Global registry for querying PMS-wide service instances.
|
interface |
GlobalRegistryProvider
An optional service for providing the global registry URI to the
ServiceRegistry. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Throwable[] |
GlobalServiceExport.exportService(SessionToken session,
java.net.URI[] serviceURIs,
java.lang.Class<? extends ADEPT2Service> serviceInterface,
ADEPT2Service service)
Enables the designated service identified by the designated URI to be
called globally via this global service export service.
|
void |
GlobalServiceExport.unregisterService(SessionToken session,
ADEPT2Service service)
Unregisters the designated service (callback) which removes the export of
the designated service.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Throwable[] |
GlobalServiceExport.exportService(SessionToken session,
java.net.URI[] serviceURIs,
java.lang.Class<? extends ADEPT2Service> serviceInterface,
ADEPT2Service service)
Enables the designated service identified by the designated URI to be
called globally via this global service export service.
|
java.net.URI[] |
GlobalServiceExport.prepareServiceExport(SessionToken session,
java.lang.String clusterName,
java.lang.String serviceTypeName,
java.lang.String simpleServiceName,
java.lang.Class<? extends ADEPT2Service> serviceInterface,
java.lang.String peerId)
Prepares the specified service for being globally exported and creates a remote object
identifiers of type URI for all communication protocols this global service exports services.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
LicenceManager
The licence manager provides the licence information for all services and
clients of the corresponding server.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LicenceManager.setViolationShutdown(SessionToken session,
ADEPT2Service shutdownService)
Sets the designated service to be the one to be shut down in case of severe
licence violations.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
MailService
The mail service provides the means to send mails including attachments.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ConfMgrRegistry
This interface marks an
ADEPT2Service to require a configuration
manager in its constructor. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRegistry
This class manages interfaces (or super-classes) of component types and
instances of components including singletons.
|
class |
InstanceToInstanceRegistry
This class extends the plugin registry to support the retrieval of used
component instances without needing to know the used instance name at all.
|
class |
LocalServiceRegistry
The local service registry extends the
InstanceToInstanceRegistry to support service components. |
class |
PluginRegistry
While the
AbstractRegistry does not allow to be directly
accessed, this class supports the retrieval of specific component instances
as well as default component instances. |
class |
ServiceRegistry
A service registry extends the
LocalServiceRegistry to support
export and publishing of local services as well as accessing remote services. |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Stack<Pair<java.lang.String,ADEPT2Service>> |
LocalServiceRegistry.startedServices
All started services (hierarchical service name and service), pushed on the
stack in order of their start.
|
| Modifier and Type | Method and Description |
|---|---|
protected <T extends ADEPT2Service> |
ServiceRegistry.getLocallyExportedService(SessionToken session,
java.net.URI chosenUri,
java.net.URI[] serviceUris,
java.lang.Class<T> serviceType)
Gets the locally exported service identified by the designated URI.
|
protected <T extends ADEPT2Service> |
LocalServiceRegistry.getLocalServiceObject(SessionToken session,
java.lang.String serviceName,
java.lang.Class<T> requestedType)
Returns an instance of the designated service and of the requested type.
|
protected <T extends ADEPT2Service> |
ServiceRegistry.getLocalServiceObject(SessionToken session,
java.lang.String serviceName,
java.lang.Class<T> requestedType)
Returns an instance of the designated service if it is local, null
otherwise.
|
<T extends ADEPT2Service> |
LocalServiceRegistry.getService(SessionToken session,
java.lang.String serviceName,
java.lang.Class<T> serviceType)
Initialises, starts and exports (not relevant in this registry but in
subclasses) the designated local service as well as the services that are
startup-required by the designated service.
|
<T extends ADEPT2Service> |
RegistryWrapper.getService(SessionToken session,
java.lang.String serviceName,
java.lang.Class<T> serviceType) |
<T extends ADEPT2Service> |
ServiceRegistry.getService(SessionToken session,
java.lang.String serviceName,
java.lang.Class<T> serviceType)
Returns the designated service which is either a started local service (see
LocalServiceRegistry.getService(SessionToken, String, Class))
or a service stub based on URIs
(see ServiceRegistry.getService(SessionToken, URI[], Class)). |
<T extends ADEPT2Service> |
LocalServiceRegistry.getService(SessionToken session,
java.net.URI[] serviceURIs,
java.lang.Class<T> serviceType)
Retrieves the service described by the URIs of which one has to be a local
one.
|
<T extends ADEPT2Service> |
RegistryWrapper.getService(SessionToken session,
java.net.URI[] serviceURIs,
java.lang.Class<T> serviceType) |
<T extends ADEPT2Service> |
ServiceRegistry.getService(SessionToken session,
java.net.URI[] serviceURIs,
java.lang.Class<T> serviceType)
Retrieves the service described by the URIs which is either a local service
(
ServiceRegistry.getService(SessionToken, String, Class)) or a stub for a remote
service (ServiceRegistry.getServiceStub(SessionToken, URI, Class)). |
protected <T extends ADEPT2Service> |
LocalServiceRegistry.getServiceForInstance(SessionToken session,
java.lang.String usingService,
java.lang.String usedServiceTypeName,
java.lang.Class<T> usedServiceType)
Returns a completely initialised and started service which has been
configured to be used by the
usingService for the service
type usedServiceTypeName and is of (object) type
usedServiceType. |
<T extends ADEPT2Service> |
RegistryWrapper.getServiceOfType(SessionToken session,
java.lang.String serviceTypeName,
java.lang.Class<T> serviceType) |
| Modifier and Type | Method and Description |
|---|---|
ADEPT2Service |
LocalServiceRegistry.ServiceNameResolution.getUnstartedLocalServiceObject(java.lang.String serviceName) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
LocalServiceRegistry.checkServiceInterface(java.lang.String serviceName,
ADEPT2Service service)
Checks whether the designated service object does fulfill the
ADEPT2Service-interface appropriately. |
protected static ServiceInformation |
ServiceInformation.createExportedLocalServiceForObject(java.lang.String serviceType,
ADEPT2Service implementation,
java.lang.String[] exportServiceInstances,
boolean publish)
Creates a new service information instance for an exported local service
provided as object with the designated attributes.
|
protected static ServiceInformation |
ServiceInformation.createNonExportedLocalServiceForObject(java.lang.String serviceType,
ADEPT2Service implementation)
Creates a new service information instance for a non-exported local service
provided as object with the designated attributes.
|
protected void |
LocalServiceRegistry.exportService(SessionToken session,
java.lang.String serviceName,
ADEPT2Service service,
LocalServiceRegistry.ServiceExportInformation serviceExportInformation)
Exports and publishes the designated service (in case of an exported
service) using the designated service export objects and the designated
URIs if appropriate.
|
protected void |
ServiceRegistry.exportService(SessionToken session,
java.lang.String serviceName,
ADEPT2Service service,
LocalServiceRegistry.ServiceExportInformation serviceExportInformation)
Exports the designated service (in case of an exported service) using the
designated service export objects and the designated URIs.
|
protected LocalServiceRegistry.ServiceExportInformation |
LocalServiceRegistry.prepareExport(SessionToken session,
java.lang.String serviceName,
ADEPT2Service service)
Prepares the export by creating a local URI for initialisation of the
service.
|
protected LocalServiceRegistry.ServiceExportInformation |
ServiceRegistry.prepareExport(SessionToken session,
java.lang.String serviceName,
ADEPT2Service service)
Prepares the export of the designated service by retrieving the
communication service for the export and the retrieving corresponding URIs
from its service export.
|
protected void |
LocalServiceRegistry.startLocalService(SessionToken session,
java.lang.String serviceName,
ADEPT2Service service,
de.aristaflow.adept2.base.registry.ServiceLoadGraph loadGraph)
Initialises, starts and exports (not relevant in this registry but in
subclasses) the designated local service as well as the services that are
startup-required by the designated service.
|
protected void |
LocalServiceRegistry.terminateService(boolean emergency,
java.lang.String serviceName,
ADEPT2Service service)
Terminates the designated service.
|
protected void |
LocalServiceRegistry.unpublishService(SessionToken session,
java.lang.String serviceName,
ADEPT2Service service)
Removes the designated service from the global registry and from the
service exports.
|
protected void |
ServiceRegistry.unpublishService(SessionToken session,
java.lang.String serviceName,
ADEPT2Service service)
Removes the designated service from the global registry and from the
service exports.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ConfigurableService
This interface extends an
ADEPT2Servic by the means to retrieve
and change the configuration. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractADEPT2Service
Abstract implementation for the ADEPT2 service interface.
|
class |
AbstractAuthenticatedService
An abstract class providing the basic means for authenticating and managing a
SessionFactory as well as some session management (token verification and alike). |
class |
AbstractConfigurableAuthenticatedService
This class extends an authenticated service by the means for changing a
configuration.
|
class |
AbstractConfigurableService
This class provides the configuration of a service and returns it.
|
class |
AbstractNonPrivilegedService
An abstract class providing the basic means for authenticating and managing a
ClientSessionFactory. |
| Modifier and Type | Method and Description |
|---|---|
<T extends ADEPT2Service> |
ServiceAccess.getService(SessionToken session,
java.lang.String serviceName,
java.lang.Class<T> serviceType)
Returns the designated service which is either a local service or a service
stub that is retrieved from the global registry if the service is not known
to this registry but to the global registry.
|
<T extends ADEPT2Service> |
ServiceAccess.getService(SessionToken session,
java.net.URI[] serviceURIs,
java.lang.Class<T> serviceType)
Retrieves the service described by the URIs which is either a local service
stub that is retrieved from the global registry if the service is not known
to this registry but to the global registry.
|
<T extends ADEPT2Service> |
ServiceAccess.getServiceOfType(SessionToken session,
java.lang.String serviceTypeName,
java.lang.Class<T> serviceType)
Returns the service instance of the designated service type which is
configured for usage by this (the requesting) service instance.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ServletService
A
ServletService provides the means to publish a servlet at
runtime. |
| Modifier and Type | Class and Description |
|---|---|
class |
EmbeddedServletService
A servlet service deploying servlets dynamically via Servlet API 3.0.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ActivityRepository
The activity repository manages the objects that are used in process steps
("activities").
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ProcessCheckService
Process check service.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultProcessCheckService
Default implementation of the process check service.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ActivityManagerService |
interface |
ADEPT2ClientService
Deprecated.
|
interface |
AdministrationService |
interface |
ClientService
This interface provides the basic logic for client components/plugins for an
AristaFlow-server.
|
interface |
ExecutionClientService
This client service extends a client service for local execution by the means
to execute activities remotely.
|
interface |
LocalExecutionClientService |
interface |
ModellingClientService |
interface |
RemoteExecutionClientService
This client service extends a worklist client service by the means to execute
activities remotely.
|
interface |
WorklistClientService |
| Modifier and Type | Class and Description |
|---|---|
class |
MultiplexingClientService
The
MultiplexingClientService is a broker for service requests
from various web clients. |
| Modifier and Type | Field and Description |
|---|---|
protected ADEPT2Service |
ClientServiceSharedServices.ServiceAvailabilityTracker.service
The service of which to check its availability.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Map<ADEPT2Service,ClientServiceSharedServices.ServiceAvailabilityTracker> |
ClientServiceSharedServices.availTracker
The listeners registered for the availability of an
ADEPT2Service and the corresponding service availability
tracker. |
protected java.lang.Class<? extends ADEPT2Service> |
ClientServiceSharedServices.ServiceAvailabilityTracker.serviceClass
The interfaces of the service.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends ADEPT2Service> |
MultiplexingClientService.getService(SessionToken session,
java.lang.String serviceName,
java.lang.Class<T> serviceType)
Returns the designated service which is either a local service or a service
stub that is retrieved from the global registry if the service is not known
to this registry but to the global registry.
|
<T extends ADEPT2Service> |
MultiplexingClientService.getService(SessionToken session,
java.net.URI[] serviceURIs,
java.lang.Class<T> serviceType)
Retrieves the service described by the URIs which is either a local service
stub that is retrieved from the global registry if the service is not known
to this registry but to the global registry.
|
<T extends ADEPT2Service> |
MultiplexingClientService.getServiceOfType(SessionToken session,
java.lang.String typeName,
java.lang.Class<T> serviceType)
Returns the service instance of the designated service type which is
configured for usage by this (the requesting) service instance.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ClientService.addServiceStateListener(ADEPT2Service service,
ClientService.ServiceStateListener listener)
Registers a listener to be informed about a change in the availability of
an
ADEPT2Service. |
boolean |
ClientServiceSharedServices.addServiceStateListener(ADEPT2Service service,
ClientService.ServiceStateListener listener)
Cf.
|
boolean |
MultiplexingClientService.addServiceStateListener(ADEPT2Service service,
ClientService.ServiceStateListener listener) |
void |
ClientService.ServiceStateListener.isAvailable(java.lang.Class<? extends ADEPT2Service> serviceClass,
java.net.URI[] serviceUri,
ADEPT2Service service,
long startTime)
Notifies that the designated
ADEPT2Service is available (again). |
void |
ClientService.ServiceStateListener.isUnavailable(java.lang.Class<? extends ADEPT2Service> serviceClass,
java.net.URI[] serviceUri,
ADEPT2Service service,
long lastStartTime)
Notifies that the designated
ADEPT2Service is unavailable. |
void |
ClientService.removeServiceStateListener(ADEPT2Service service,
ClientService.ServiceStateListener listener)
Removes a listener from further notifications of the designated
ADEPT2Service. |
void |
ClientServiceSharedServices.removeServiceStateListener(ADEPT2Service service,
ClientService.ServiceStateListener listener)
Cf.
|
void |
MultiplexingClientService.removeServiceStateListener(ADEPT2Service service,
ClientService.ServiceStateListener listener) |
| Modifier and Type | Method and Description |
|---|---|
void |
ClientService.ServiceStateListener.isAvailable(java.lang.Class<? extends ADEPT2Service> serviceClass,
java.net.URI[] serviceUri,
ADEPT2Service service,
long startTime)
Notifies that the designated
ADEPT2Service is available (again). |
void |
ClientService.ServiceStateListener.isUnavailable(java.lang.Class<? extends ADEPT2Service> serviceClass,
java.net.URI[] serviceUri,
ADEPT2Service service,
long lastStartTime)
Notifies that the designated
ADEPT2Service is unavailable. |
| Constructor and Description |
|---|
ServiceAvailabilityTracker(ADEPT2Service service,
java.util.concurrent.ScheduledExecutorService scheduler,
long rate,
java.util.logging.Logger logger)
Creates a new tracker for the designated service using the designated
executor service for checking the service availability.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ClusterService
This class allows for communication between different nodes of a cluster.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
DataManager
The data manager provides access to different interfaces which handle (the
values of) data elements and user-defined data types (UDTs) at runtime.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ActivityEventManager
To allow for event handler to execute activities and to control these
executions, an
ActivityEventManager provides a subset of the
methods of a RuntimeService. |
interface |
EventManager
An event manager provides the means to create events including arbitrary data
and handling these events.
|
interface |
InstanceStartEventManager
To allow for event handler to start process instances, an
InstanceStartEventManager provides some methods of a
TemplateManager and of
InstanceControl. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractEventManager
The event manager creates event handler and event sources.
|
class |
DefaultEventManager
The default event manager supports events based on SQL databases, (incoming) mails and changes in
the file system.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ExecutionManager
The execution manager executes process instances, that is, it interprets the
process structure and the node states and steps through the process by
manipulating node states and starting applications assigned to nodes.
|
interface |
InstanceStateListener
An
InstanceStateListener provides access to an
InstanceStateNotification which is notified when there are
changes in the observed process instance. |
interface |
SubInstanceStateListener
An
SubInstanceStateListener provides access to an
SubInstanceStateNotification which is notified when there are
changes in the observed subprocess instance. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
GlobalProvider
A
GlobalProvider allows for central management of configurations
and additional resources like icons and third party libraries. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
InitTabManager
Service which executes processes on system boot, shutdown and during
runtime.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
LogManager
A log manager is a service to record (i.e. log) information.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
OrgModelManager
This is the central interface of the OrgModelManager service with the
following sub-components:
OrgModelInitialiser: Can initialize and adpat the org model during startup. |
interface |
OrgPolicyScriptService
A service allowing to register
OrgPolicyScriptHandler dynamically at runtime at the
org model manager. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ProcessImageRenderer
Service interface for getting template and instance process graphs rendered
as images.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ProcessManager
The process manager persists the data of process instances and templates at
runtime and provides access to these objects.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ProcessRepository
The process repository is used to manage and browse process templates, the
corresponding changes and process types (trees of process templates) as well
as searching of process and activity templates.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AuthenticatedInjectedService
This class is similar to
AbstractAuthenticatedService. |
class |
BootstrapRegistry
This bootstrap registry is the central entity from which other registries and
services can be retrieved.
|
class |
InitialisedInjectedService
This class is similar to
AbstractADEPT2Service. |
class |
InjectedADEPT2Service
A class to simplify the implementation of an object that should be injected
into the AristaFlow platform when bootstrapping.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClusterNode
Deprecated.
This class is subject of change and must not be used yet except for testing purpose.
Its interface and implementation may change any time!
|
| Modifier and Type | Class and Description |
|---|---|
class |
TwoPhaseBootstrap<T extends ADEPT2Service>
A bootstrap registry that bootstraps and shuts down in two phases.
|
class |
TwoPhasePlatform<T extends ADEPT2Service>
A platform that bootstraps and shuts down in two phases.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TwoPhaseBootstrap<T extends ADEPT2Service>
A bootstrap registry that bootstraps and shuts down in two phases.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ActivityStateListener
An
ActivityStateListener provides access to an
ActivityStateNotification which is notified when the observed
activity terminates (has been closed, suspended, reset, failed or signalled). |
interface |
RuntimeManager
The runtime manager provides the means to control the execution of an
activity by the execution manager, the transaction manager or by controlling
the application locally via execution control manager.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
GUIManager
The GUI manager handles client-specific GUI-issues, for instance, providing a
suitable GUI context for applications.
|
interface |
RemoteGUIManager
A
RemoteGUIManager extends a normal GUI manager by the means to
create local GUI contexts based on a transferred GUI context. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractGUIManager
This class provides the basic means for a
RemoteGUIManager which
is the interaction between remotely executed component to GUI context (via
ActivityStateNotification and vice versa
(via AbstractGUIManager.terminateRemoteExecution(SessionToken, EBPInstanceReference, String)). |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ExecutionMessageListener
An
ExecutionMessageListener provides access to an
ExecutionMessageNotification which is notified when there are
request messages for a specific execution of a proprietarily executing
client. |
interface |
RuntimeService
The runtime service resembles a runtime manager but it is not actively
executing
ExecutableComponents but just provides the information
for execution passively. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SubprocessManager
This interface must be implemented by a manager that is responsible for
executing sub processes.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
GlobalTransactionManager
A
GlobalTransactionManager handles transactions globally, this
can be either service-specific, spanning several services, spanning several
databases or even several database management systems. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
UpdateManager
The IUpdateManager Interface specifies a way to receive
notification when a tracked object is altered.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
WorklistManager
Worklists provide the user with the current process steps (aka. worklist
items) that are to be executed.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
FileroDataSource
Creates and manages connections to a FILERO server.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ModelFactoryRegistry
This class extends the
InstanceToInstanceRegistry to support
all model factories in ADEPT2. |
| Modifier and Type | Class and Description |
|---|---|
class |
NullGUIManager
The null GUI manager returns the
NullGUIContext as the GUIContext and
may be used for GUI-less clients. |
class |
RemoteHTMLGUIManager
A GUI manager supporting the
NullGUIContext and a
RemoteHTMLContext as the GUIContext for (nearly)
GUI-less clients with a webserver. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
HTTPService
A
HTTPService provides the means to register and deregister
handlers for replies for an activity sent via HTTP. |
| Modifier and Type | Class and Description |
|---|---|
class |
AristaFlowHTTPService
Servlet implementation for the HTTP service of the HTML context.
|
class |
EmbdServContHTTPService
Simple HTTP service based on a
ServletService (an embedded servlet
container). |
class |
NullHTTPService
Dummy HTTP service for head-less clients.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PVPUpdateManager
This class manages a set of
ChangeListeners
for an object which are notified when properties of that object
change. |