com.bigdata.service.jini.master
Class TaskMaster.DiscoveredServices

java.lang.Object
  extended by com.bigdata.service.jini.master.TaskMaster.DiscoveredServices
Enclosing class:
TaskMaster<S extends TaskMaster.JobState,T extends Callable<U>,U>

public static class TaskMaster.DiscoveredServices
extends Object

Class used to return the discovered services.

Version:
$Id$
Author:
Bryan Thompson

Field Summary
 net.jini.core.lookup.ServiceItem[] aggregatorServiceItems
          The services on which the aggregators will be executed (and an empty array if no aggregator services were requested).
 net.jini.core.lookup.ServiceItem[] clientServiceItems
          The services on which the clients will be executed.
 
Constructor Summary
TaskMaster.DiscoveredServices(net.jini.core.lookup.ServiceItem[] clientServiceItems, net.jini.core.lookup.ServiceItem[] aggregatorServiceItems)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

clientServiceItems

public final net.jini.core.lookup.ServiceItem[] clientServiceItems
The services on which the clients will be executed.


aggregatorServiceItems

public final net.jini.core.lookup.ServiceItem[] aggregatorServiceItems
The services on which the aggregators will be executed (and an empty array if no aggregator services were requested).

Constructor Detail

TaskMaster.DiscoveredServices

public TaskMaster.DiscoveredServices(net.jini.core.lookup.ServiceItem[] clientServiceItems,
                                     net.jini.core.lookup.ServiceItem[] aggregatorServiceItems)


Copyright © 2006-2011 SYSTAP, LLC. All Rights Reserved.