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 IntersectionFailure

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

All Implemented Interfaces:
Serializable, IIntersectionFailure

public class IntersectionFailure
extends Object
implements IIntersectionFailure
See Also:
Serialized Form

Constructor Summary
IntersectionFailure(IAssertion assert1, IAssertion assert2)
           

 

Method Summary
 IAssertion getFirstAssertion()
          Return the assertion causing the failure.
 IAssertion getSecondAssertion()
          Return the assertion causing the failure.

 

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

 

Constructor Detail

IntersectionFailure

public IntersectionFailure(IAssertion assert1,
                           IAssertion assert2)

Method Detail

getFirstAssertion

public IAssertion getFirstAssertion()
Description copied from interface: IIntersectionFailure
Return the assertion causing the failure.
Specified by:
getFirstAssertion in interface IIntersectionFailure
Returns:

getSecondAssertion

public IAssertion getSecondAssertion()
Description copied from interface: IIntersectionFailure
Return the assertion causing the failure.
Specified by:
getSecondAssertion in interface IIntersectionFailure
Returns:

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.