org.ogf.graap.wsag.client.local
Class LocalAgreementFactoryRegistryImpl
java.lang.Object
org.ogf.graap.wsag.client.local.LocalWsClient
org.ogf.graap.wsag.client.local.LocalAgreementFactoryRegistryImpl
- All Implemented Interfaces:
- AgreementRegistryService, WsClient
public class LocalAgreementFactoryRegistryImpl
- extends LocalWsClient
- implements AgreementRegistryService
Implementation of an agreement registry service for local access. Only for internal use.
- Author:
- Oliver Waeldrich
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LocalAgreementFactoryRegistryImpl
public LocalAgreementFactoryRegistryImpl()
- default constructor
LocalAgreementFactoryRegistryImpl
public LocalAgreementFactoryRegistryImpl(Agreement[] source)
- Parameters:
source
- the agreements associated with this registry.
listAgreements
public AgreementClient[] listAgreements()
throws ResourceUnknownException,
ResourceUnavailableException
- Lists the agreement instances of a particular agreement factory.
- Specified by:
listAgreements
in interface AgreementRegistryService
- Returns:
- a set of registered agreements
- Throws:
ResourceUnknownException
- the remote resource is unknown
ResourceUnavailableException
- the remote resource is unavailable- See Also:
AgreementRegistryService.listAgreements()
Copyright © 2008-2012 Fraunhofer Institute SCAI. All Rights Reserved.