|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PersistentAgreementFactory
PersistentAgreementFactory
Method Summary | |
---|---|
void |
addAgreement(Agreement agreement,
EndpointReferenceType epr)
Deprecated. use createAgreement method of AgreementFactory interface instead |
AgreementFactory |
getAgreementFactory()
Deprecated. should internally delegate calls to Agreement factory implementation |
String |
getResourceId()
|
void |
load()
loads the factory instance |
void |
save()
saves the factory instance |
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, list, remove |
Method Detail |
---|
String getResourceId()
AgreementFactory getAgreementFactory()
void load() throws Exception
Exception
- indicates an exception while loading the agreement factory from the databasevoid save() throws Exception
Exception
- indicates an exception while saving the agreement to the databasevoid addAgreement(Agreement agreement, EndpointReferenceType epr)
agreement
- the agreement instance to addepr
- the external reference for this agreement
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |