Uses of Interface
org.ogf.graap.wsag.api.AgreementFactoryContext

Packages that use AgreementFactoryContext
org.ogf.graap.wsag.api   
org.ogf.graap.wsag.server.actions   
org.ogf.graap.wsag.server.actions.impl   
org.ogf.graap.wsag.server.api.impl   
org.ogf.graap.wsag.server.persistence.impl   
org.ogf.graap.wsag.wsrf.persistence   
 

Uses of AgreementFactoryContext in org.ogf.graap.wsag.api
 

Methods in org.ogf.graap.wsag.api that return AgreementFactoryContext
 AgreementFactoryContext AgreementFactory.getFactoryContext()
          Returns the factory context.
 

Methods in org.ogf.graap.wsag.api with parameters of type AgreementFactoryContext
 void AgreementFactory.setFactoryContext(AgreementFactoryContext context)
          Sets the factory context.
 

Uses of AgreementFactoryContext in org.ogf.graap.wsag.server.actions
 

Methods in org.ogf.graap.wsag.server.actions that return AgreementFactoryContext
 AgreementFactoryContext IActionHandlerContext.getFactoryContext()
          This is the shared context of the agreement factory.
 AgreementFactoryContext IAction.getFactoryContext()
           
 

Methods in org.ogf.graap.wsag.server.actions with parameters of type AgreementFactoryContext
 AgreementFactoryAction IActionBuilder.createAgreementFactoryAction(ActionType configuration, AgreementFactoryContext factoryContext)
          Creates a new action based on the wsag4j configuration.
 void IAction.setFactoryContext(AgreementFactoryContext context)
           
 

Uses of AgreementFactoryContext in org.ogf.graap.wsag.server.actions.impl
 

Methods in org.ogf.graap.wsag.server.actions.impl that return AgreementFactoryContext
 AgreementFactoryContext HandlerContext.getFactoryContext()
          This is the shared context of the agreement factory.
 AgreementFactoryContext AgreementFactoryAction.getFactoryContext()
          Allows implementations to access the context of the agreement factory in which this action was deployed.
 

Methods in org.ogf.graap.wsag.server.actions.impl with parameters of type AgreementFactoryContext
 AgreementFactoryAction ActionBuilder.createAgreementFactoryAction(ActionType configuration, AgreementFactoryContext factoryContext)
          Creates a new instance of an AgreementFactoryAction based on the given configuration.
 void HandlerContext.setFactoryContext(AgreementFactoryContext context)
           
 void AgreementFactoryAction.setFactoryContext(AgreementFactoryContext factoryContext)
           
 

Uses of AgreementFactoryContext in org.ogf.graap.wsag.server.api.impl
 

Classes in org.ogf.graap.wsag.server.api.impl that implement AgreementFactoryContext
 class FactoryContext
          The AgreementFactoryContext stores information that is accessible in the context of agreement factory operations.
 

Methods in org.ogf.graap.wsag.server.api.impl that return AgreementFactoryContext
 AgreementFactoryContext AbstractAgreementFactory.getFactoryContext()
           
 

Methods in org.ogf.graap.wsag.server.api.impl with parameters of type AgreementFactoryContext
 void AbstractAgreementFactory.setFactoryContext(AgreementFactoryContext factoryContext)
           
 

Uses of AgreementFactoryContext in org.ogf.graap.wsag.server.persistence.impl
 

Methods in org.ogf.graap.wsag.server.persistence.impl that return AgreementFactoryContext
 AgreementFactoryContext AbstractPersistentAgreementFactory.getFactoryContext()
           
 

Methods in org.ogf.graap.wsag.server.persistence.impl with parameters of type AgreementFactoryContext
 void AbstractPersistentAgreementFactory.setFactoryContext(AgreementFactoryContext context)
           
 

Uses of AgreementFactoryContext in org.ogf.graap.wsag.wsrf.persistence
 

Methods in org.ogf.graap.wsag.wsrf.persistence that return AgreementFactoryContext
 AgreementFactoryContext WsDatabaseAgreementFactory.getFactoryContext()
           
 

Methods in org.ogf.graap.wsag.wsrf.persistence with parameters of type AgreementFactoryContext
 void WsDatabaseAgreementFactory.setFactoryContext(AgreementFactoryContext context)
           
 



Copyright © 2008-2012. All Rights Reserved.