Skip navigation links

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

E10689-01


oracle.wsm.policy.model.impl
Class IntersectionContext

java.lang.Object
  extended by oracle.wsm.policy.model.impl.IntersectionContext

All Implemented Interfaces:
Serializable, IIntersectionContext

public class IntersectionContext
extends Object
implements IIntersectionContext
See Also:
Serialized Form

Constructor Summary
IntersectionContext()
           

 

Method Summary
 void addCause(IAssertion assertion1, IAssertion assertion2)
          Add the assertions that are causing the intersection failures
 List<IIntersectionFailure> getCauses()
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

IntersectionContext

public IntersectionContext()

Method Detail

addCause

public void addCause(IAssertion assertion1,
                     IAssertion assertion2)
Description copied from interface: IIntersectionContext
Add the assertions that are causing the intersection failures
Specified by:
addCause in interface IIntersectionContext

getCauses

public List<IIntersectionFailure> getCauses()
Specified by:
getCauses in interface IIntersectionContext

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.