Skip navigation links
oracle.wsm.policyengine.impl
Class PolicyExecutionEngine
java.lang.Object
oracle.wsm.policyengine.impl.PolicyExecutionEngine
- All Implemented Interfaces:
- IPolicyExecutionEngine
-
public class PolicyExecutionEngine
- extends Object
- implements IPolicyExecutionEngine
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PolicyExecutionEngine
public PolicyExecutionEngine(IExecutionContext eContext)
start
public void start()
-
- Specified by:
start
in interface IPolicyExecutionEngine
stop
public void stop()
- Description copied from interface:
IPolicyExecutionEngine
- 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!
-
- Specified by:
stop
in interface IPolicyExecutionEngine
execute
public IResult execute(IPolicy policy,
IContext context)
throws WSMException
-
- Specified by:
execute
in interface IPolicyExecutionEngine
-
- Throws:
WSMException
getExecutionContext
public IExecutionContext getExecutionContext()
Skip navigation links
Copyright © 2007, 2009, Oracle and/or its affiliates. All rights reserved.