org.ogf.graap.wsag.server.api
Interface IEngineComponent

All Known Subinterfaces:
IAgreementFactory
All Known Implementing Classes:
AbstractAgreementFactory, AbstractWSAG4JPersistence, AgreementFactoryFacade, DatabaseWSAG4JPersistence, EngineComponent, GenericAgreementFactory, SampleAgreementFactory, SimpleWSAG4JPersistence

public interface IEngineComponent

This interface is implemented by a wsag4j engine component.

Author:
Oliver Waeldrich

Method Summary
 WsagEngine getEngine()
          Returns the wsag4j engine for this component.
 void initialize(WsagEngine engine)
           
 

Method Detail

initialize

void initialize(WsagEngine engine)
                throws Exception

Parameters:
engine - the parent wsag engine for this component
Throws:
Exception - Indicates an error while initializing the engine component.

getEngine

WsagEngine getEngine()
Returns the wsag4j engine for this component.

Returns:
the wsag engine


Copyright © 2008-2012. All Rights Reserved.