Package appl.parallel.services

Contains some service classes used with the parallelization.

See:
          Description

Interface Summary
DiscoveryService A discovery service locates ComputingRessouces in a network.
Service Superclass of all Services.
 

Class Summary
GlobalDiscoveryService This class is responsible for discovering Resources.
HostnameDiscoveryService Very simple Discovery Service that simply looks up hosts from Property

DiscoveryServices.hostname.hosts

of the XuluConfig

Refreshes the hostlist on every HostnameDiscoveryService.getResources(), if

DiscoveryServices.hostname.refresh

is set to 1, it gets the ips from Property

DiscoveryService.hostname.hosts

in XuluConfig
MulticastDiscoveryService Responsible for discovery of RemoteResources on the network, especially but not only XuluServers.
RemoteEventProxy Delays events and fires them after the delay all at once in one object (this will save communication time)
 

Package appl.parallel.services Description

Contains some service classes used with the parallelization. The discovery classes are used to find servers in a network.