org.ogf.graap.wsag.samples
Class Sample2CreateAgreementAction
java.lang.Object
org.ogf.graap.wsag.server.actions.AbstractCreateAgreementAction
org.ogf.graap.wsag.samples.Sample2CreateAgreementAction
- All Implemented Interfaces:
- IActionHandler, ICreateAgreementAction
public class Sample2CreateAgreementAction
- extends AbstractCreateAgreementAction
Sample1CreateAgreementAction
- Author:
- Oliver Waeldrich
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Sample2CreateAgreementAction
public Sample2CreateAgreementAction()
createAgreement
public Agreement createAgreement(AgreementOffer offer)
throws AgreementFactoryException
- Compatibility method to support old agreement actions. The invocation context is not passed to the
action.
- Overrides:
createAgreement
in class AbstractCreateAgreementAction
- Parameters:
offer
- the offer to create an agreement for
- Returns:
- the created agreement
- Throws:
AgreementFactoryException
- indicates that the agreement offer was rejected or a factory fault occurred.- See Also:
org.ogf.graap.wsag.server.actions.ICreateAgreementAction#createAgreement(org.ogf.graap.wsag.api.AgreementOffer)
initialize
public void initialize()
throws ActionInitializationException
- Default implementation of action initialization. Subclasses may overwrite this
method in order to provide a custom initialization of a handler.
Initializes an action handler. This method is called when a agreement factory
action initializes its action handlers. It is called once during the the engine initialization.
- Specified by:
initialize
in interface IActionHandler
- Overrides:
initialize
in class AbstractCreateAgreementAction
- Throws:
ActionInitializationException
- Indicates an error during handler initialization.- See Also:
IAction.initialize()
Copyright © 2008-2012. All Rights Reserved.