Skip navigation links

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


oracle.soa.management.facade
Interface ServiceEngine


public interface ServiceEngine

Service Engine facade


Method Summary
 java.util.List<Component> getDeployedComponents(ComponentFilter filter)
          Returns the list of deployed components in this SE.
 java.lang.String getEngineType()
          Returns engine type.
 java.util.List<Fault> getFaults(FaultFilter filter)
          Returns the list of faults specified by the given fault filter.

 

Method Detail

getEngineType

java.lang.String getEngineType()
Returns engine type. See Locator for engine type constants.

getDeployedComponents

java.util.List<Component> getDeployedComponents(ComponentFilter filter)
                                                throws java.lang.Exception
Returns the list of deployed components in this SE.
Throws:
java.lang.Exception

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 -
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.7)
E10659-10


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