Uses of Interface
org.ogf.schemas.graap.wsAgreement.TerminateInputType

Packages that use TerminateInputType
org.ogf.graap.wsag.api   
org.ogf.graap.wsag.api.client   
org.ogf.graap.wsag.client.impl   
org.ogf.graap.wsag.client.local   
org.ogf.graap.wsag.client.remote   
org.ogf.graap.wsag.samples   
org.ogf.graap.wsag.samples.actions   
org.ogf.graap.wsag.samples.pendingagreement   
org.ogf.graap.wsag.samples.site   
org.ogf.graap.wsag.server.api   
org.ogf.graap.wsag.server.monitoring   
org.ogf.graap.wsag.server.persistence.impl   
org.ogf.graap.wsag.wsrf.impl   
org.ogf.schemas.graap.wsAgreement   
org.ogf.schemas.graap.wsAgreement.impl   
 

Uses of TerminateInputType in org.ogf.graap.wsag.api
 

Methods in org.ogf.graap.wsag.api with parameters of type TerminateInputType
 void Agreement.terminate(TerminateInputType reason)
          Terminates an agreement.
 

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

Methods in org.ogf.graap.wsag.api.client with parameters of type TerminateInputType
 void AgreementService.terminate(TerminateInputType reason)
          Terminates the agreement instance.
 

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

Methods in org.ogf.graap.wsag.client.impl with parameters of type TerminateInputType
 void AgreementImpl.terminate(TerminateInputType reason)
          Terminates the agreement instance.
 

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

Methods in org.ogf.graap.wsag.client.local with parameters of type TerminateInputType
 void LocalAgreementServiceImpl.terminate(TerminateInputType reason)
          Terminates the agreement instance.
 

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

Methods in org.ogf.graap.wsag.client.remote with parameters of type TerminateInputType
 void RemoteAgreementServiceImpl.terminate(TerminateInputType reason)
          Terminates the agreement instance.
 

Uses of TerminateInputType in org.ogf.graap.wsag.samples
 

Methods in org.ogf.graap.wsag.samples with parameters of type TerminateInputType
 void SampleMonitoredAgreement.terminate(TerminateInputType reason)
          Terminates an agreement.
 void SampleAgreement.terminate(TerminateInputType reason)
          Terminates an agreement.
 

Uses of TerminateInputType in org.ogf.graap.wsag.samples.actions
 

Methods in org.ogf.graap.wsag.samples.actions with parameters of type TerminateInputType
 void SampleAgreement.terminate(TerminateInputType reason)
          Terminates an agreement.
 

Uses of TerminateInputType in org.ogf.graap.wsag.samples.pendingagreement
 

Methods in org.ogf.graap.wsag.samples.pendingagreement with parameters of type TerminateInputType
 void PendingAgreement.terminate(TerminateInputType reason)
          Terminates an agreement.
 

Uses of TerminateInputType in org.ogf.graap.wsag.samples.site
 

Methods in org.ogf.graap.wsag.samples.site with parameters of type TerminateInputType
 void ExampleAgreement.terminate(TerminateInputType reason)
          This method is invoked when an agreement is terminated.
 

Uses of TerminateInputType in org.ogf.graap.wsag.server.api
 

Methods in org.ogf.graap.wsag.server.api with parameters of type TerminateInputType
 void AgreementTerminationHandler.terminate(TerminateInputType reason, IAgreementContext context)
          This method is invoked when the agreement associated with this handler is terminated.
 

Uses of TerminateInputType in org.ogf.graap.wsag.server.monitoring
 

Methods in org.ogf.graap.wsag.server.monitoring with parameters of type TerminateInputType
 void SimpleMonitoredAgreement.terminate(TerminateInputType reason)
          The terminate method invokes the AgreementTerminationHandler.terminate(TerminateInputType, org.ogf.graap.wsag.server.api.IAgreementContext) method.
 void MonitorableAgreement.terminate(TerminateInputType reason)
          Terminates an agreement.
 

Uses of TerminateInputType in org.ogf.graap.wsag.server.persistence.impl
 

Methods in org.ogf.graap.wsag.server.persistence.impl with parameters of type TerminateInputType
 void DatabasePersistentAgreement.terminate(TerminateInputType reason)
          Terminates an agreement.
 

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

Methods in org.ogf.graap.wsag.wsrf.impl with parameters of type TerminateInputType
 void PendingAgreementImpl.terminate(TerminateInputType reason)
          Just change the state to pending and terminating.
 void PendingAgreementFacade.terminate(TerminateInputType terminateReason)
          Terminates an agreement.
 

Uses of TerminateInputType in org.ogf.schemas.graap.wsAgreement
 

Methods in org.ogf.schemas.graap.wsAgreement that return TerminateInputType
 TerminateInputType TerminateInputDocument.addNewTerminateInput()
          Appends and returns a new empty "TerminateInput" element
 TerminateInputType TerminateInputDocument.getTerminateInput()
          Gets the "TerminateInput" element
static TerminateInputType TerminateInputType.Factory.newInstance()
           
static TerminateInputType TerminateInputType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static TerminateInputType TerminateInputType.Factory.parse(File file)
           
static TerminateInputType TerminateInputType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static TerminateInputType TerminateInputType.Factory.parse(InputStream is)
           
static TerminateInputType TerminateInputType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static TerminateInputType TerminateInputType.Factory.parse(Node node)
           
static TerminateInputType TerminateInputType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static TerminateInputType TerminateInputType.Factory.parse(Reader r)
           
static TerminateInputType TerminateInputType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static TerminateInputType TerminateInputType.Factory.parse(String xmlAsString)
           
static TerminateInputType TerminateInputType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static TerminateInputType TerminateInputType.Factory.parse(URL u)
           
static TerminateInputType TerminateInputType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static TerminateInputType TerminateInputType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static TerminateInputType TerminateInputType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static TerminateInputType TerminateInputType.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static TerminateInputType TerminateInputType.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.ogf.schemas.graap.wsAgreement with parameters of type TerminateInputType
 void TerminateInputDocument.setTerminateInput(TerminateInputType terminateInput)
          Sets the "TerminateInput" element
 

Uses of TerminateInputType in org.ogf.schemas.graap.wsAgreement.impl
 

Classes in org.ogf.schemas.graap.wsAgreement.impl that implement TerminateInputType
 class TerminateInputTypeImpl
          An XML TerminateInputType(@http://schemas.ggf.org/graap/2007/03/ws-agreement).
 

Methods in org.ogf.schemas.graap.wsAgreement.impl that return TerminateInputType
 TerminateInputType TerminateInputDocumentImpl.addNewTerminateInput()
          Appends and returns a new empty "TerminateInput" element
 TerminateInputType TerminateInputDocumentImpl.getTerminateInput()
          Gets the "TerminateInput" element
 

Methods in org.ogf.schemas.graap.wsAgreement.impl with parameters of type TerminateInputType
 void TerminateInputDocumentImpl.setTerminateInput(TerminateInputType terminateInput)
          Sets the "TerminateInput" element
 



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