org.ogf.graap.wsag.wsrf.persistence
Interface WsPersistentAgreementFactory

All Superinterfaces:
AgreementFactory, IAgreementHome, PersistentAgreementFactory
All Known Implementing Classes:
WsDatabaseAgreementFactory

public interface WsPersistentAgreementFactory
extends PersistentAgreementFactory

Author:
thomasw

Method Summary
 EndpointReferenceType getAgreementFactoryEPR()
          use the resource id at the WSRF layer to construct the EPR
 WsDatabasePersistentAgreement[] list()
          lists the WS agreements created with this factory
 
Methods inherited from interface org.ogf.graap.wsag.server.persistence.PersistentAgreementFactory
addAgreement, getAgreementFactory, getResourceId, load, save
 
Methods inherited from interface org.ogf.graap.wsag.api.AgreementFactory
createAgreement, getTemplates, initiateNegotiation
 
Methods inherited from interface org.ogf.graap.wsag.server.persistence.IAgreementHome
find, list, remove
 

Method Detail

getAgreementFactoryEPR

EndpointReferenceType getAgreementFactoryEPR()
use the resource id at the WSRF layer to construct the EPR

Returns:
the factory EPR

list

WsDatabasePersistentAgreement[] list()
lists the WS agreements created with this factory

Specified by:
list in interface IAgreementHome
Returns:
the WS agreements


Copyright © 2008-2012 Fraunhofer Institute SCAI. All Rights Reserved.