org.globus.wsrf.impl.servicegroup
Interface ServiceGroupResource

All Superinterfaces:
org.globus.wsrf.Resource
All Known Subinterfaces:
ServiceGroupRegistrationResource
All Known Implementing Classes:
AggregatorServiceGroupResource, InMemoryServiceGroupResource

public interface ServiceGroupResource
extends org.globus.wsrf.Resource

A resource which will act as a service group should implement this interface.


Method Summary
 Iterator iterateEntryKeys()
          Provide an iterator that will return ResourceKeys that are valid in the context of the entry home
 Iterator iterateEntryValues()
          Provide an iterator to a java.util.Set for getting the runtime entry Resource instances directly.
 

Method Detail

iterateEntryKeys

public Iterator iterateEntryKeys()
Provide an iterator that will return ResourceKeys that are valid in the context of the entry home


iterateEntryValues

public Iterator iterateEntryValues()
Provide an iterator to a java.util.Set for getting the runtime entry Resource instances directly. The element returned by the iterator is of the type Map.Entry



Copyright © 1999-2006 University of Chicago. All rights reserved.