Uses of Class
org.ogf.graap.wsag.api.exceptions.ResourceUnavailableException

Packages that use ResourceUnavailableException
org.ogf.graap.wsag.api.rest   
org.ogf.graap.wsag.client.api Provides the necessary interfaces in order to communicate with a WSAG4J server. 
org.ogf.graap.wsag.client.api.impl   
org.ogf.graap.wsag.client.api.local   
org.ogf.graap.wsag.client.rest   
org.ogf.graap.wsag.client.wsrf   
org.ogf.graap.wsag.client.wsrf.impl   
org.ogf.graap.wsag.server.rest   
org.ogf.graap.wsag.server.rest.acceptance   
org.ogf.graap.wsag.wsrf.impl   
 

Uses of ResourceUnavailableException in org.ogf.graap.wsag.api.rest
 

Methods in org.ogf.graap.wsag.api.rest that throw ResourceUnavailableException
 void RestAcceptanceEndpoint.accept(AcceptAgreementInputDocument input)
          Publishes an agreement acceptance message to the acceptance endpoint.
 void RestNegotiation.advertise(AdvertiseInputDocument offers)
          Advertises a set of negotiation offers.
 URI RestAgreementFactory.createAgreement(CreateAgreementInputDocument input)
          Creates a new agreement with the factory resource.
 URI RestAgreementFactory.createPendingAgreement(CreatePendingAgreementInputDocument input)
          Creates a new agreement with the factory resource in an asynchronous way.
 void RestNegotiation.destroy()
          Destroys the agreement REST resource.
 void RestAgreement.destroy()
          Destroys the agreement REST resource.
 void RestAcceptanceEndpoint.destroy()
          Destroys an acceptance endpoint.
 String RestAgreement.getAgreementId()
          Returns the id of the agreement REST resource.
 AgreementPropertiesDocument RestAgreement.getContext()
          Returns the agreement context object of the REST resource.
 AgreementPropertiesDocument RestAgreement.getGuaranteeTermStates()
          Returns the guarantee term states of the agreement REST resource.
 String RestAgreement.getName()
          Returns the name of the agreement REST resource.
 NegotiationPropertiesDocument RestNegotiation.getNegotiableTemplates()
          A negotiation instance supports zero or more templates that can be used to create negotiation offers.
 NegotiationPropertiesDocument RestNegotiation.getNegotiationContext()
          Returns the context of this negotiation process.
 NegotiationPropertiesDocument RestNegotiation.getNegotiationOffers()
          Returns a history of exchanged offers in this negotiation process.
 List<URI> RestAgreement.getOperations()
          Returns the supported operations of the agreement REST resource.
 String RestAgreementFactory.getResourceId()
          Returns the id of the factory resource.
 AgreementFactoryPropertiesDocument RestAgreementFactory.getResourceProperties()
          Returns the agreement factory resource properties object for the REST resource.
 AgreementPropertiesDocument RestAgreement.getResourceProperties()
          Returns the agreement resource properties object of the REST resource.
 AgreementPropertiesDocument RestAgreement.getServiceTermStates()
          Returns the service term states of the agreement REST resource.
 AgreementPropertiesDocument RestAgreement.getState()
          Returns the state of the agreement REST resource.
 AgreementFactoryPropertiesDocument RestAgreementFactory.getTemplates()
          Returns the published templates for the factory resource.
 AgreementPropertiesDocument RestAgreement.getTerms()
          Returns the of terms the agreement REST resource.
 URI RestAgreementFactory.initiateNegotiation(InitiateNegotiationInputDocument input)
          Initiates a new negotiation process with the factory resource.
 List<URI> RestAgreementFactory.listAgreements()
          Returns the list of agreements created by the factory resource.
 List<URI> RestAgreementFactoryRegistry.listFactoryReferences()
          Returns the URI list of factory resources that exist at this endpoint.
 NegotiateOutputDocument RestNegotiation.negotiate(NegotiateInputDocument offers)
          Negotiates a set of agreement offers.
 void RestAcceptanceEndpoint.reject(RejectAgreementInputDocument input)
          Publishes an agreement rejection message to the acceptance endpoint.
 void RestNegotiation.terminate(TerminateInputDocument reason)
          Terminates the agreement if permitted.
 void RestAgreement.terminate(TerminateInputDocument reason)
          Terminates the agreement if permitted.
 

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

Methods in org.ogf.graap.wsag.client.api that throw ResourceUnavailableException
 void AgreementAcceptanceClient.accept()
          Sends an accept notification to the initiator.
 void NegotiationClient.advertise(NegotiationOfferType[] offers)
          Advertises a set of negotiation offers.
 AgreementClient AgreementFactoryClient.createAgreement(AgreementOffer offer)
          Creates a new agreement instance with the SLA management server.
 AgreementClient AgreementFactoryClient.createPendingAgreement(AgreementOffer offer)
          Creates a pending agreement instance.
 AgreementClient AgreementFactoryClient.createPendingAgreement(AgreementOffer offer, EndpointReferenceType acceptanceEPR)
          Creates a pending agreement instance.
 void NegotiationClient.destroy()
          Destroys this web service object.
 void AgreementClient.destroy()
          Destroys agreement instance.
 void AgreementAcceptanceClient.destroy()
          Destroys the acceptance instance.
 String AgreementClient.getAgreementId()
          Returns the id of the agreement instance.
 AgreementContextType AgreementClient.getContext()
          Returns the context of the agreement instance.
 AgreementFactoryClient AgreementFactoryRegistryClient.getFactory(String resourceId)
          Returns an AgreementFactoryClient for the factory with the given resource id or null if no factory with that resource id exists.
 GuaranteeTermStateType AgreementClient.getGuaranteeTermState(String name)
          Returns the guarantee term with the given name.
 GuaranteeTermStateType[] AgreementClient.getGuaranteeTermStates()
          Returns the state for the individual guarantee terms of the agreement instance.
 String AgreementClient.getName()
          Returns the name of the agreement instance.
 AgreementTemplateType[] NegotiationClient.getNegotiableTemplates()
          A negotiation instance supports zero or more templates that can be used to create negotiation offers.
 NegotiationContextType NegotiationClient.getNegotiationContext()
          Returns the context of this negotiation process.
 NegotiationOfferType NegotiationClient.getNegotiationOffer(String offerID)
          Returns the Negotiation Offer with the given offer id
 NegotiationOfferType[] NegotiationClient.getNegotiationOffers()
          Returns a history of exchanged offers in this negotiation process.
 String AgreementFactoryClient.getResourceId()
          Returns the WSDM id of a web-service resource.
 AgreementFactoryPropertiesType AgreementFactoryClient.getResourceProperties()
          Returns the resource properties of the agreement factory instance.
 AgreementPropertiesType AgreementClient.getResourceProperties()
          Returns the resource properties of the agreement instance.
 ServiceTermStateType AgreementClient.getServiceTermState(String name)
          Returns the service description term with the given name.
 ServiceTermStateType[] AgreementClient.getServiceTermStates()
          Returns the state for the individual service terms of the agreement instance.
 AgreementStateType AgreementClient.getState()
          Returns the state of the agreement instance.
 AgreementTemplateType AgreementFactoryClient.getTemplate(String name, String id)
          Returns a template with a particular name and id from the server, or null if the requested template does not exist.
 AgreementTemplateType[] AgreementFactoryClient.getTemplates()
          Retrieves the templates for supported SLAs from the SLA management system.
 TermTreeType AgreementClient.getTerms()
          Returns the terms of the agreement instance.
 NegotiationClient AgreementFactoryClient.initiateNegotiation(NegotiationContextType context)
          Initiates a new negotiation process.
 AgreementFactoryClient[] AgreementFactoryRegistryClient.listAgreementFactories()
          Lists all agreement factories at the given endpoint.
 AgreementClient[] AgreementFactoryClient.listAgreements()
          Lists the agreement instances of a particular agreement factory.
 NegotiationOfferType[] NegotiationClient.negotiate(NegotiationOfferType[] offers)
          Negotiates a set of agreement offers.
 void AgreementAcceptanceClient.reject()
          Sends an reject notification to the initiator.
 void NegotiationClient.terminate()
          Terminates a negotiation.
 void AgreementClient.terminate()
          Terminates an agreement.
 void AgreementClient.terminate(TerminateInputType reason)
          Terminates the agreement instance.
 

Uses of ResourceUnavailableException in org.ogf.graap.wsag.client.api.impl
 

Methods in org.ogf.graap.wsag.client.api.impl that throw ResourceUnavailableException
abstract  void NegotiationClientImpl.advertise(NegotiationOfferType[] quotes)
          Advertises a set of negotiation offers.
abstract  AgreementClient AbstractAgreementFactoryClient.createAgreement(AgreementOffer offer)
          Creates a new agreement instance.
abstract  AgreementClient AbstractAgreementFactoryClient.createPendingAgreement(AgreementOffer offer)
          Creates a new pending agreement instance.
abstract  AgreementClient AbstractAgreementFactoryClient.createPendingAgreement(AgreementOffer offer, EndpointReferenceType acceptanceEPR)
          Creates a new pending agreement instance.
abstract  void NegotiationClientImpl.destroy()
          Destroys this web service object.
abstract  void AgreementClientImpl.destroy()
          Destroys agreement instance.
abstract  String AgreementClientImpl.getAgreementId()
          Returns the id of the agreement instance.
abstract  AgreementContextType AgreementClientImpl.getContext()
          Returns the context of the agreement instance.
 AgreementFactoryClient AbstractFactoryRegistryClient.getFactory(String resourceId)
           
 GuaranteeTermStateType AgreementClientImpl.getGuaranteeTermState(String name)
          Returns the guarantee term with the given name.
abstract  GuaranteeTermStateType[] AgreementClientImpl.getGuaranteeTermStates()
          Returns the state for the individual guarantee terms of the agreement instance.
abstract  String AgreementClientImpl.getName()
          Returns the name of the agreement instance.
abstract  AgreementTemplateType[] NegotiationClientImpl.getNegotiableTemplates()
          A negotiation instance supports zero or more templates that can be used to create negotiation offers.
abstract  NegotiationContextType NegotiationClientImpl.getNegotiationContext()
          Returns the context of this negotiation process.
 NegotiationOfferType NegotiationClientImpl.getNegotiationOffer(String offerID)
          Returns the Negotiation Offer with the given offer id
abstract  NegotiationOfferType[] NegotiationClientImpl.getNegotiationOffers()
          Returns a history of exchanged offers in this negotiation process.
abstract  String AbstractAgreementFactoryClient.getResourceId()
          Returns the WSDM id of a web-service resource.
abstract  AgreementPropertiesType AgreementClientImpl.getResourceProperties()
          Returns the resource properties of the agreement instance.
abstract  AgreementFactoryPropertiesType AbstractAgreementFactoryClient.getResourceProperties()
          Returns the resource properties of the agreement factory instance.
 ServiceTermStateType AgreementClientImpl.getServiceTermState(String name)
          Returns the service description term with the given name.
abstract  ServiceTermStateType[] AgreementClientImpl.getServiceTermStates()
          Returns the state for the individual service terms of the agreement instance.
abstract  AgreementStateType AgreementClientImpl.getState()
          Returns the state of the agreement instance.
 AgreementTemplateType AbstractAgreementFactoryClient.getTemplate(String name, String id)
           
abstract  AgreementTemplateType[] AbstractAgreementFactoryClient.getTemplates()
          Returns the templates supported by this factory.
abstract  TermTreeType AgreementClientImpl.getTerms()
          Returns the terms of the agreement instance.
abstract  NegotiationClient AbstractAgreementFactoryClient.initiateNegotiation(NegotiationContextType context)
          Initiates a Negotiation.
abstract  AgreementClient[] AbstractAgreementFactoryClient.listAgreements()
          Lists all agreements of this factory.
abstract  NegotiationOfferType[] NegotiationClientImpl.negotiate(NegotiationOfferType[] quotes)
          Negotiates a set of agreement offers.
abstract  void NegotiationClientImpl.terminate()
          Terminates a negotiation.
 void AgreementClientImpl.terminate()
          Terminates an agreement.
abstract  void AgreementClientImpl.terminate(TerminateInputType reason)
          Terminates the agreement instance.
 

Uses of ResourceUnavailableException in org.ogf.graap.wsag.client.api.local
 

Methods in org.ogf.graap.wsag.client.api.local that throw ResourceUnavailableException
 void LocalNegotiationClient.advertise(NegotiationOfferType[] quotes)
           
 void LocalNegotiationClient.destroy()
           
 void LocalAgreementClient.destroy()
          Destroys agreement instance.
 AgreementTemplateType[] LocalNegotiationClient.getNegotiableTemplates()
           
 NegotiationContextType LocalNegotiationClient.getNegotiationContext()
           
 NegotiationOfferType[] LocalNegotiationClient.getNegotiationOffers()
           
 AgreementFactoryPropertiesType LocalAgreementFactoryClient.getResourceProperties()
           
 AgreementPropertiesType LocalAgreementClient.getResourceProperties()
          Returns the resource properties of the agreement instance.
 NegotiationOfferType[] LocalNegotiationClient.negotiate(NegotiationOfferType[] quotes)
           
 void LocalNegotiationClient.terminate()
           
 

Uses of ResourceUnavailableException in org.ogf.graap.wsag.client.rest
 

Methods in org.ogf.graap.wsag.client.rest that throw ResourceUnavailableException
 void RestAgreementAcceptanceClient.accept()
           
 void RestNegotiationClient.advertise(NegotiationOfferType[] quotes)
           
 AgreementClient RestAgreementFactoryClient.createAgreement(AgreementOffer offer)
           
 AgreementClient RestAgreementFactoryClient.createPendingAgreement(AgreementOffer offer)
           
 AgreementClient RestAgreementFactoryClient.createPendingAgreement(AgreementOffer offer, EndpointReferenceType acceptanceEPR)
           
 void RestNegotiationClient.destroy()
           
 void RestAgreementClient.destroy()
           
 void RestAgreementAcceptanceClient.destroy()
           
 String RestAgreementClient.getAgreementId()
           
 AgreementContextType RestAgreementClient.getContext()
           
 GuaranteeTermStateType[] RestAgreementClient.getGuaranteeTermStates()
           
 String RestAgreementClient.getName()
           
 AgreementTemplateType[] RestNegotiationClient.getNegotiableTemplates()
           
 NegotiationContextType RestNegotiationClient.getNegotiationContext()
           
 NegotiationOfferType[] RestNegotiationClient.getNegotiationOffers()
           
 String RestAgreementFactoryClient.getResourceId()
           
 AgreementFactoryPropertiesType RestAgreementFactoryClient.getResourceProperties()
           
 AgreementPropertiesType RestAgreementClient.getResourceProperties()
           
 ServiceTermStateType[] RestAgreementClient.getServiceTermStates()
           
 AgreementStateType RestAgreementClient.getState()
           
 AgreementTemplateType[] RestAgreementFactoryClient.getTemplates()
           
 TermTreeType RestAgreementClient.getTerms()
           
 NegotiationClient RestAgreementFactoryClient.initiateNegotiation(NegotiationContextType context)
           
 AgreementFactoryClient[] RestAgreementFactoryRegistryClient.listAgreementFactories()
          Lists all agreement factories at the given endpoint.
 AgreementClient[] RestAgreementFactoryClient.listAgreements()
           
 NegotiationOfferType[] RestNegotiationClient.negotiate(NegotiationOfferType[] offers)
           
 void RestAgreementAcceptanceClient.reject()
           
 void RestNegotiationClient.terminate()
           
 void RestAgreementClient.terminate(TerminateInputType reason)
           
 

Uses of ResourceUnavailableException in org.ogf.graap.wsag.client.wsrf
 

Methods in org.ogf.graap.wsag.client.wsrf that throw ResourceUnavailableException
 void WsrfAgreementAcceptanceClient.accept()
          Sends an accept notification to the initiator.
 void WsrfNegotiationClient.advertise(NegotiationOfferType[] quotes)
           
 AgreementClient WsrfAgreementFactoryClient.createAgreement(AgreementOffer offer)
          Creates a new agreement instance.
 AgreementClient WsrfAgreementFactoryClient.createPendingAgreement(AgreementOffer offer)
          Creates a new pending agreement instance.
 AgreementClient WsrfAgreementFactoryClient.createPendingAgreement(AgreementOffer offer, EndpointReferenceType acceptanceEPR)
          Creates a new pending agreement instance.
 void WsrfNegotiationClient.destroy()
           
 void WsrfAgreementClient.destroy()
          Destroys agreement instance.
 void WsrfAgreementAcceptanceClient.destroy()
           
 String WsrfAgreementClient.getAgreementId()
          Returns the id of the agreement instance.
 AgreementContextType WsrfAgreementClient.getContext()
          Returns the context of the agreement instance.
 AgreementFactoryClient WsrfAgreementFactoryRegistryClient.getFactory(String resourceId)
           
 GuaranteeTermStateType WsrfAgreementClient.getGuaranteeTermState(String name)
          Returns the guarantee term with the given name.
 GuaranteeTermStateType[] WsrfAgreementClient.getGuaranteeTermStates()
          Returns the state for the individual guarantee terms of the agreement instance.
 String WsrfAgreementClient.getName()
          Returns the name of the agreement instance.
 AgreementTemplateType[] WsrfNegotiationClient.getNegotiableTemplates()
           
 NegotiationContextType WsrfNegotiationClient.getNegotiationContext()
           
 NegotiationOfferType[] WsrfNegotiationClient.getNegotiationOffers()
           
 String WsrfAgreementFactoryClient.getResourceId()
          Returns the WSDM id of a web-service resource.
 AgreementFactoryPropertiesType WsrfAgreementFactoryClient.getResourceProperties()
          Returns the resource properties of the agreement factory instance.
 AgreementPropertiesType WsrfAgreementClient.getResourceProperties()
          Returns the resource properties of the agreement instance.
 ServiceTermStateType WsrfAgreementClient.getServiceTermState(String name)
          Returns the service description term with the given name.
 ServiceTermStateType[] WsrfAgreementClient.getServiceTermStates()
          Returns the state for the individual service terms of the agreement instance.
 AgreementStateType WsrfAgreementClient.getState()
          Returns the state of the agreement instance.
 AgreementTemplateType WsrfAgreementFactoryClient.getTemplate(String name, String id)
           
 AgreementTemplateType[] WsrfAgreementFactoryClient.getTemplates()
          Returns the templates supported by this factory.
 TermTreeType WsrfAgreementClient.getTerms()
          Returns the terms of the agreement instance.
 NegotiationClient WsrfAgreementFactoryClient.initiateNegotiation(NegotiationContextType context)
          Initiates a Negotiation.
 AgreementFactoryClient[] WsrfAgreementFactoryRegistryClient.listAgreementFactories()
          Lists all agreement factories at the given endpoint.
 AgreementClient[] WsrfAgreementFactoryClient.listAgreements()
          Lists all agreements of this factory.
 NegotiationOfferType[] WsrfNegotiationClient.negotiate(NegotiationOfferType[] quotes)
           
 void WsrfAgreementAcceptanceClient.reject()
          Sends an reject notification to the initiator.
 void WsrfNegotiationClient.terminate()
           
 void WsrfAgreementClient.terminate()
          Terminates an agreement.
 void WsrfAgreementClient.terminate(TerminateInputType reason)
          Terminates the agreement instance.
 

Uses of ResourceUnavailableException in org.ogf.graap.wsag.client.wsrf.impl
 

Methods in org.ogf.graap.wsag.client.wsrf.impl that throw ResourceUnavailableException
 void WsrfNegotiationService.advertise(NegotiationOfferType[] quotes)
          
 AgreementClient WsrfAgreementFactoryService.createAgreement(AgreementOffer offer)
          
 AgreementClient WsrfAgreementFactoryService.createPendingAgreement(AgreementOffer offer)
          
 AgreementClient WsrfAgreementFactoryService.createPendingAgreement(AgreementOffer offer, EndpointReferenceType acceptanceEPR)
          
 void WsrfNegotiationService.destroy()
          
 void WsrfAgreementService.destroy()
          
 String WsrfAgreementService.getAgreementId()
          
 AgreementContextType WsrfAgreementService.getContext()
          
 GuaranteeTermStateType[] WsrfAgreementService.getGuaranteeTermStates()
          
 String WsrfAgreementService.getName()
          
 AgreementTemplateType[] WsrfNegotiationService.getNegotiableTemplates()
          
 NegotiationContextType WsrfNegotiationService.getNegotiationContext()
          
 NegotiationOfferType[] WsrfNegotiationService.getNegotiationOffers()
          
 String WsrfAgreementFactoryService.getResourceId()
          
 ServiceTermStateType[] WsrfAgreementService.getServiceTermStates()
          
 AgreementStateType WsrfAgreementService.getState()
          
 AgreementTemplateType[] WsrfAgreementFactoryService.getTemplates()
          
 TermTreeType WsrfAgreementService.getTerms()
          
 NegotiationClient WsrfAgreementFactoryService.initiateNegotiation(NegotiationContextType context)
          
 NegotiationClient WsrfAgreementFactoryService.initiateNegotiation(NegotiationContextType context, EndpointReferenceType initiatorEPR)
          Initiates a new negotiation process with a wsag4j server.
 AgreementClient[] WsrfAgreementRegistryService.listAgreements()
          
 NegotiationOfferType[] WsrfNegotiationService.negotiate(NegotiationOfferType[] quotes)
          
 void WsrfNegotiationService.terminate()
          
 void WsrfAgreementService.terminate(TerminateInputType reason)
          
 

Uses of ResourceUnavailableException in org.ogf.graap.wsag.server.rest
 

Methods in org.ogf.graap.wsag.server.rest that throw ResourceUnavailableException
 void RestNegotiationFacade.advertise(AdvertiseInputDocument input)
           
 URI RestAgreementFactoryFacade.createAgreement(CreateAgreementInputDocument input)
           
 URI RestAgreementFactoryFacade.createPendingAgreement(CreatePendingAgreementInputDocument input)
           
 void RestNegotiationFacade.destroy()
           
 void RestAgreementFacade.destroy()
           
 RestAgreement RestAgreementFactoryFacade.getAgreement(String agreementId)
           
 String RestAgreementFacade.getAgreementId()
           
 AgreementPropertiesDocument RestAgreementFacade.getContext()
           
 RestAgreementFactory RestAgreementFactoryRegistryFacade.getFactory(String factoryId)
           
 AgreementPropertiesDocument RestAgreementFacade.getGuaranteeTermStates()
           
 String RestAgreementFacade.getName()
           
 NegotiationPropertiesDocument RestNegotiationFacade.getNegotiableTemplates()
           
 NegotiationPropertiesDocument RestNegotiationFacade.getNegotiationContext()
           
 NegotiationPropertiesDocument RestNegotiationFacade.getNegotiationOffers()
           
 List<URI> RestAgreementFacade.getOperations()
           
 String RestAgreementFactoryFacade.getResourceId()
           
 AgreementFactoryPropertiesDocument RestAgreementFactoryFacade.getResourceProperties()
           
 AgreementPropertiesDocument RestAgreementFacade.getResourceProperties()
           
 AgreementPropertiesDocument RestAgreementFacade.getServiceTermStates()
           
 AgreementPropertiesDocument RestAgreementFacade.getState()
           
 AgreementFactoryPropertiesDocument RestAgreementFactoryFacade.getTemplates()
           
 AgreementPropertiesDocument RestAgreementFacade.getTerms()
           
 URI RestAgreementFactoryFacade.initiateNegotiation(InitiateNegotiationInputDocument input)
           
 List<URI> RestAgreementFactoryFacade.listAgreements()
           
 List<URI> RestAgreementFactoryRegistryFacade.listFactoryReferences()
           
 NegotiateOutputDocument RestNegotiationFacade.negotiate(NegotiateInputDocument input)
           
 void RestNegotiationFacade.terminate(TerminateInputDocument reason)
           
 void RestAgreementFacade.terminate(TerminateInputDocument reason)
           
 

Uses of ResourceUnavailableException in org.ogf.graap.wsag.server.rest.acceptance
 

Methods in org.ogf.graap.wsag.server.rest.acceptance that throw ResourceUnavailableException
 void RestAcceptanceEndpointFacade.accept(AcceptAgreementInputDocument input)
           
 void RestAcceptanceEndpointFacade.destroy()
           
static RestAgreementAcceptanceFactory RestAgreementAcceptanceFactory.newInstance(javax.ws.rs.core.UriBuilder factoryURI)
          default constructor
 void RestAcceptanceEndpointFacade.reject(RejectAgreementInputDocument input)
           
 

Uses of ResourceUnavailableException in org.ogf.graap.wsag.wsrf.impl
 

Methods in org.ogf.graap.wsag.wsrf.impl that throw ResourceUnavailableException
protected  Agreement AgreementFactoryCapability.createPendingAgreementImpl(AgreementOffer offer, AgreementAcceptanceClient acceptanceClient, AgreementWsResource agreementResource)
          Creates a new pending agreement instance.
 



Copyright © 2008-2012. All Rights Reserved.