Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager
11g (11.1.1)

E10689-01


oracle.wsm.policyengine
Interface IPolicyExecutionEngine

All Known Implementing Classes:
PolicyExecutionEngine

public interface IPolicyExecutionEngine

Method Summary
 IResult execute(IPolicy policy, IContext context)
           
 void start()
           
 void stop()
          Cleans up the Policy Execution Engine! The Policy Execution Engine maintains a non-persistent Map of Assertion Executors.

 

Method Detail

start

void start()

stop

void stop()
Cleans up the Policy Execution Engine! The Policy Execution Engine maintains a non-persistent Map of Assertion Executors. When stop is called the system calls destroy on the AssertionExecutors thus providing the executors the ability to clean up resources!

execute

IResult execute(IPolicy policy,
                IContext context)
                throws WSMException
Throws:
WSMException

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager
11g (11.1.1)

E10689-01


Copyright © 2007, 2009, Oracle and/or its affiliates. All rights reserved.