|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Agreement in org.ogf.graap.wsag.api |
---|
Methods in org.ogf.graap.wsag.api that return Agreement | |
---|---|
Agreement |
AgreementFactory.createAgreement(AgreementOffer offer)
Creates a new agreement based on an offer. |
Uses of Agreement in org.ogf.graap.wsag.api.types |
---|
Classes in org.ogf.graap.wsag.api.types that implement Agreement | |
---|---|
class |
AbstractAgreementType
Abstract implementation of an agreement. |
Uses of Agreement in org.ogf.graap.wsag.client.local |
---|
Constructors in org.ogf.graap.wsag.client.local with parameters of type Agreement | |
---|---|
LocalAgreementClientImpl(Agreement agreement)
Creates a new local agreement instance using the given agreement object. |
|
LocalAgreementFactoryRegistryImpl(Agreement[] source)
|
|
LocalAgreementServiceImpl(Agreement agreement)
|
Uses of Agreement in org.ogf.graap.wsag.samples |
---|
Classes in org.ogf.graap.wsag.samples that implement Agreement | |
---|---|
class |
SampleMonitoredAgreement
SampleMonitorableAgreement |
Methods in org.ogf.graap.wsag.samples that return Agreement | |
---|---|
Agreement |
SampleMonitoredAgreementAction.createAgreement(AgreementOffer offer)
Creates a new agreement based on an offer. |
Agreement |
SampleAgreementFactory.createAgreement(AgreementOffer offer)
Deprecated. Creates a new agreement based on an offer. |
Agreement |
Sample2CreateAgreementAction.createAgreement(AgreementOffer offer)
Creates a new agreement based on an offer. |
Agreement |
Sample1CreateAgreementAction.createAgreement(AgreementOffer offer)
Creates a new agreement based on an offer. |
Uses of Agreement in org.ogf.graap.wsag.samples.actions |
---|
Classes in org.ogf.graap.wsag.samples.actions that implement Agreement | |
---|---|
class |
SampleAgreement
SampleAgreement |
Methods in org.ogf.graap.wsag.samples.actions that return Agreement | |
---|---|
Agreement |
SampleCreateAgreementAction.createAgreement(AgreementOffer offer)
Creates a new agreement based on an offer. |
Uses of Agreement in org.ogf.graap.wsag.samples.pendingagreement |
---|
Classes in org.ogf.graap.wsag.samples.pendingagreement that implement Agreement | |
---|---|
class |
PendingAgreement
Sample implementation of a pending agreement. |
Methods in org.ogf.graap.wsag.samples.pendingagreement that return Agreement | |
---|---|
Agreement |
CreatePendingAgreementWithNotificationAction.createAgreement(AgreementOffer offer)
Example for a long lasting agreement creation process. |
Agreement |
CreatePendingAgreementAction.createAgreement(AgreementOffer offer)
Example for a long lasting agreement creation process. |
Uses of Agreement in org.ogf.graap.wsag.samples.site |
---|
Classes in org.ogf.graap.wsag.samples.site that implement Agreement | |
---|---|
class |
ExampleAgreement
This agreement implementation is used as example for the project documentation. |
Methods in org.ogf.graap.wsag.samples.site that return Agreement | |
---|---|
Agreement |
ExampleCreateAgreementAction.createAgreement(AgreementOffer offer)
The createAgreement() method is invoked when an offer was received that is based on the template associated with this action. |
Uses of Agreement in org.ogf.graap.wsag.server.actions |
---|
Methods in org.ogf.graap.wsag.server.actions that return Agreement | |
---|---|
Agreement |
ICreateAgreementAction.createAgreement(AgreementOffer offer)
Creates a new agreement based on an offer. |
Uses of Agreement in org.ogf.graap.wsag.server.actions.impl |
---|
Methods in org.ogf.graap.wsag.server.actions.impl that return Agreement | |
---|---|
Agreement |
AgreementFactoryAction.createAgreement(AgreementOffer offer)
Invokes the create agreement strategy implemented by the ICreateAgreementAction which is set
for this action |
Uses of Agreement in org.ogf.graap.wsag.server.api |
---|
Methods in org.ogf.graap.wsag.server.api that return Agreement | |
---|---|
Agreement |
IAgreementContext.getAgreement()
|
Uses of Agreement in org.ogf.graap.wsag.server.api.impl |
---|
Methods in org.ogf.graap.wsag.server.api.impl that return Agreement | |
---|---|
Agreement |
AgreementFactoryFacade.createAgreement(AgreementOffer offer)
Creates a new agreement based on an offer. |
Agreement |
AgreementContext.getAgreement()
|
Constructors in org.ogf.graap.wsag.server.api.impl with parameters of type Agreement | |
---|---|
AgreementContext(Agreement agreement)
Creates a new execution context for an agreement instance. |
Uses of Agreement in org.ogf.graap.wsag.server.engine |
---|
Methods in org.ogf.graap.wsag.server.engine that return Agreement | |
---|---|
Agreement |
GenericAgreementFactory.createAgreement(AgreementOffer offer)
Creates a new agreement based on an offer. |
Uses of Agreement in org.ogf.graap.wsag.server.monitoring |
---|
Classes in org.ogf.graap.wsag.server.monitoring that implement Agreement | |
---|---|
class |
MonitorableAgreement
MonitorableAgreement Supports monitoring of service terms, agreement state and automatic evaluation of guarantee terms. |
class |
SimpleMonitoredAgreement
TODO: use MonitorableAgreement as default agreement implementation This class will be used in future as default agreement implementation. |
Uses of Agreement in org.ogf.graap.wsag.server.persistence |
---|
Methods in org.ogf.graap.wsag.server.persistence that return Agreement | |
---|---|
Agreement |
PersistentAgreement.getAgreement()
|
Methods in org.ogf.graap.wsag.server.persistence with parameters of type Agreement | |
---|---|
void |
PersistentAgreementFactory.addAgreement(Agreement agreement,
EndpointReferenceType epr)
Deprecated. use createAgreement method of AgreementFactory interface instead |
Uses of Agreement in org.ogf.graap.wsag.server.persistence.impl |
---|
Classes in org.ogf.graap.wsag.server.persistence.impl that implement Agreement | |
---|---|
class |
DatabasePersistentAgreement
Database-related implementation of the PersistentAgreement interface. |
Methods in org.ogf.graap.wsag.server.persistence.impl that return Agreement | |
---|---|
Agreement |
AbstractPersistentAgreementFactory.createAgreement(AgreementOffer offer)
Creates a new agreement instance. |
Agreement |
SimplePersistentAgreement.getAgreement()
|
Agreement |
DatabasePersistentAgreement.getAgreement()
|
Methods in org.ogf.graap.wsag.server.persistence.impl with parameters of type Agreement | |
---|---|
void |
AbstractPersistentAgreementFactory.addAgreement(Agreement agreement,
EndpointReferenceType agreementEpr)
Persists a new created agreement instance |
static PersistentAgreementContainer |
PersistentAgreementContainer.createContainer(Agreement agreement,
String factoryId)
Creates a new persistent container that stores the agreement properties document and the agreement execution context. |
static DatabasePersistentAgreement |
DatabasePersistentAgreement.insertAgreement(Agreement agreement,
String agreementFactoryId)
Inserts an agreement in the database. |
protected PersistentAgreement |
SimplePersistentAgreementFactory.persistAgreement(Agreement agreement)
This agreement factory does not support persistence. |
PersistentAgreement |
DatabasePersistentAgreementFactory.persistAgreement(Agreement agreement)
|
protected abstract PersistentAgreement |
AbstractPersistentAgreementFactory.persistAgreement(Agreement agreement)
Persists the given agreement instance. |
Constructors in org.ogf.graap.wsag.server.persistence.impl with parameters of type Agreement | |
---|---|
PersistentAgreementContainer(Agreement agreement,
String factoryId)
Creates a new PersistentAgreementContainer for the given agreement and agreement factory id. |
|
SimplePersistentAgreement(Agreement agreement,
EndpointReferenceType epr)
|
Uses of Agreement in org.ogf.graap.wsag.wsrf.impl |
---|
Classes in org.ogf.graap.wsag.wsrf.impl that implement Agreement | |
---|---|
class |
PendingAgreementFacade
PendingAgreementFacade |
class |
PendingAgreementImpl
PendingAgreementImpl Simple container type for a pending agreement instance. |
Methods in org.ogf.graap.wsag.wsrf.impl that return Agreement | |
---|---|
protected Agreement |
AgreementFactoryCapability.createPendingAgreementImpl(AgreementOffer offer,
AgreementAcceptanceClient acceptanceClient)
Creates a new pending agreement instance. |
Agreement |
AgreementWsResource.getAgreement()
|
Methods in org.ogf.graap.wsag.wsrf.impl with parameters of type Agreement | |
---|---|
protected EndpointReferenceType |
AgreementFactoryCapability.addNewAgreement(Agreement agreement)
Creates a new Agreement WS-Resource and returns the EPR. |
void |
AgreementWsResource.setAgreement(Agreement agreement)
|
Uses of Agreement in org.ogf.graap.wsag.wsrf.persistence |
---|
Methods in org.ogf.graap.wsag.wsrf.persistence that return Agreement | |
---|---|
Agreement |
WsDatabaseAgreementFactory.createAgreement(AgreementOffer offer)
Creates a new agreement based on an offer. |
Agreement |
WsDatabasePersistentAgreement.getAgreement()
|
Methods in org.ogf.graap.wsag.wsrf.persistence with parameters of type Agreement | |
---|---|
void |
WsDatabaseAgreementFactory.addAgreement(Agreement agreement,
EndpointReferenceType epr)
Deprecated. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |