Skip navigation links

Oracle Fusion Middleware Infrastructure Management Java API Reference for Oracle SOA Suite
11g Release 1 (11.1.1.6.3)
E10659-09


oracle.soa.management.facade
Interface BindingComponent


public interface BindingComponent

SCA binding component facade


Method Summary
 java.lang.String getBindingType()
          Returns the binding type
 java.util.List<Fault> getFaults(FaultFilter filter)
          Returns the list of faults specified by the given fault filter

 

Method Detail

getBindingType

java.lang.String getBindingType()
Returns the binding type
Returns:
a string describing the binding type

getFaults

java.util.List<Fault> getFaults(FaultFilter filter)
                                throws java.lang.Exception
Returns the list of faults specified by the given fault filter
Parameters:
filter - The criteria by which faults should be selected
Returns:
a list of faults
Throws:
java.lang.Exception

Skip navigation links

Oracle Fusion Middleware Infrastructure Management Java API Reference for Oracle SOA Suite
11g Release 1 (11.1.1.6.3)
E10659-09


Copyright © 2010, 2012, Oracle and/or its affiliates. All rights reserved.