Uses of Interface
org.ogf.graap.wsag.api.client.AgreementClient

Packages that use AgreementClient
org.ogf.graap.wsag.api.client   
org.ogf.graap.wsag.client.impl   
org.ogf.graap.wsag.client.local   
org.ogf.graap.wsag.client.remote   
 

Uses of AgreementClient in org.ogf.graap.wsag.api.client
 

Methods in org.ogf.graap.wsag.api.client that return AgreementClient
 AgreementClient AgreementClient.clone()
          Returns a copy of the client.
 AgreementClient AgreementFactoryService.createAgreement(AgreementOffer offer)
          Creates a new agreement instance with the SLA management server.
 AgreementClient AgreementFactoryService.createPendingAgreement(AgreementOffer offer)
          Creates a pending agreement instance.
 AgreementClient AgreementFactoryService.createPendingAgreement(AgreementOffer offer, EndpointReferenceType acceptanceEPR)
          Creates a pending agreement instance.
 AgreementClient[] AgreementRegistryService.listAgreements()
          Lists the agreement instances of a particular agreement factory.
 

Uses of AgreementClient in org.ogf.graap.wsag.client.impl
 

Classes in org.ogf.graap.wsag.client.impl that implement AgreementClient
 class AgreementImpl
          AgreementImpl
 

Methods in org.ogf.graap.wsag.client.impl that return AgreementClient
abstract  AgreementClient AgreementImpl.clone()
          Returns a copy of the client.
 AgreementClient AgreementFactoryFacade.createAgreement(AgreementOffer offer)
          Creates a new agreement instance.
 AgreementClient AgreementFactoryFacade.createPendingAgreement(AgreementOffer offer)
          Creates a new pending agreement instance.
 AgreementClient AgreementFactoryFacade.createPendingAgreement(AgreementOffer offer, EndpointReferenceType acceptanceEPR)
          Creates a new pending agreement instance.
 AgreementClient[] AgreementFactoryFacade.listAgreements()
          Lists all agreements of this factory.
 

Uses of AgreementClient in org.ogf.graap.wsag.client.local
 

Classes in org.ogf.graap.wsag.client.local that implement AgreementClient
 class LocalAgreementClientImpl
          LocalAgreementClientImpl
 

Methods in org.ogf.graap.wsag.client.local that return AgreementClient
 AgreementClient LocalAgreementClientImpl.clone()
          Returns a copy of the client.
 AgreementClient LocalAgreementFactoryServiceImpl.createAgreement(AgreementOffer offer)
          Creates a new agreement instance with the SLA management server.
 AgreementClient LocalAgreementFactoryClientImpl.createAgreement(AgreementOffer offer)
          Creates a new agreement instance with the SLA management server.
 AgreementClient LocalAgreementFactoryServiceImpl.createPendingAgreement(AgreementOffer offer)
          Creates a pending agreement instance.
 AgreementClient LocalAgreementFactoryClientImpl.createPendingAgreement(AgreementOffer offer)
          Creates a pending agreement instance.
 AgreementClient LocalAgreementFactoryServiceImpl.createPendingAgreement(AgreementOffer offer, EndpointReferenceType acceptanceEPR)
          Creates a pending agreement instance.
 AgreementClient LocalAgreementFactoryClientImpl.createPendingAgreement(AgreementOffer offer, EndpointReferenceType acceptanceEPR)
          Creates a pending agreement instance.
 AgreementClient[] LocalAgreementFactoryRegistryImpl.listAgreements()
          Lists the agreement instances of a particular agreement factory.
 AgreementClient[] LocalAgreementFactoryClientImpl.listAgreements()
          Lists the agreement instances of a particular agreement factory.
 

Uses of AgreementClient in org.ogf.graap.wsag.client.remote
 

Classes in org.ogf.graap.wsag.client.remote that implement AgreementClient
 class RemoteAgreementClientImpl
          Default implementation of an agreement client.
 

Methods in org.ogf.graap.wsag.client.remote that return AgreementClient
 AgreementClient RemoteAgreementClientImpl.clone()
          Returns a copy of the client.
 AgreementClient RemoteAgreementFactoryServiceImpl.createAgreement(AgreementOffer offer)
          Creates a new agreement instance with the SLA management server.
 AgreementClient RemoteAgreementFactoryClientImpl.createAgreement(AgreementOffer offer)
          Creates a new agreement instance with the SLA management server.
 AgreementClient RemoteAgreementFactoryServiceImpl.createPendingAgreement(AgreementOffer offer)
          Creates a pending agreement instance.
 AgreementClient RemoteAgreementFactoryClientImpl.createPendingAgreement(AgreementOffer offer)
          Creates a pending agreement instance.
 AgreementClient RemoteAgreementFactoryServiceImpl.createPendingAgreement(AgreementOffer offer, EndpointReferenceType acceptanceEPR)
          Creates a pending agreement instance.
 AgreementClient RemoteAgreementFactoryClientImpl.createPendingAgreement(AgreementOffer offer, EndpointReferenceType acceptanceEPR)
          Creates a pending agreement instance.
 AgreementClient[] RemoteAgreementRegistryServiceImpl.listAgreements()
          Lists the agreement instances of a particular agreement factory.
 AgreementClient[] RemoteAgreementFactoryClientImpl.listAgreements()
          Lists the agreement instances of a particular agreement factory.
 



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