org.ogf.graap.wsag.server.api.impl
Class AbstractAgreementFactory

java.lang.Object
  extended by org.ogf.graap.wsag.server.api.impl.AbstractAgreementFactory
All Implemented Interfaces:
AgreementFactory, IAgreementFactory, IEngineComponent
Direct Known Subclasses:
AgreementFactoryFacade, GenericAgreementFactory

public abstract class AbstractAgreementFactory
extends Object
implements IAgreementFactory

WSAG4JAbstractAgreementFactory

Author:
Oliver Waeldrich

Constructor Summary
AbstractAgreementFactory()
           
 
Method Summary
 WSAG4JEngineConfigurationType getEngineConfiguration()
          returns the configuration of the wsag4j engine
 IAgreementFactoryContext getFactoryContext()
           
 void setEngineConfiguration(WSAG4JEngineConfigurationType engineConfiguration)
          sets the configuration of the wsag4j engine
 void setFactoryContext(IAgreementFactoryContext factoryContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.ogf.graap.wsag.api.AgreementFactory
createAgreement, getTemplates, initiateNegotiation
 
Methods inherited from interface org.ogf.graap.wsag.server.api.IEngineComponent
initialize
 

Constructor Detail

AbstractAgreementFactory

public AbstractAgreementFactory()
Method Detail

getEngineConfiguration

public WSAG4JEngineConfigurationType getEngineConfiguration()
Description copied from interface: IEngineComponent
returns the configuration of the wsag4j engine

Specified by:
getEngineConfiguration in interface IEngineComponent
Returns:
the engineConfiguration

setEngineConfiguration

public void setEngineConfiguration(WSAG4JEngineConfigurationType engineConfiguration)
Description copied from interface: IEngineComponent
sets the configuration of the wsag4j engine

Specified by:
setEngineConfiguration in interface IEngineComponent
Parameters:
engineConfiguration - the engineConfiguration to set

getFactoryContext

public IAgreementFactoryContext getFactoryContext()
Specified by:
getFactoryContext in interface IAgreementFactory
Returns:
the factoryContext

setFactoryContext

public void setFactoryContext(IAgreementFactoryContext factoryContext)
Specified by:
setFactoryContext in interface IAgreementFactory
Parameters:
factoryContext - the factoryContext to set


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