Skip navigation links

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


Package oracle.soa.management.facade

Interface Summary
AsynchronousJob Deprecated. This client-side facility is no longer used.
AsynchronousResult Represents the outcome of an asynchronously-processed action.
Binding SCA binding facade
BindingComponent SCA binding component facade
BusinessEventInfo BusinessEventInfo
Component SCA component facade
ComponentInstance SCA component instance facade
Composite SCA composite facade, useful to find services, the state/mode and other information
CompositeInstance SCA composite instance facade, contains child component instances, sensor data and other useful information.
Fault Fault facade
FaultRecoveryActionTypeConstants Supported fault recovery actions
FaultRecoveryResult Implementations of this interface represent fault recovery submission results.
FaultRecoveryServiceEngine Fault recovery service engine
ImportInfo SCA composite import information
InterfaceType SCA service interface type
Locator  
Message Message type for SOA interactions
Partition A partition is a physical group of composites.
Property SCA property facade
Reference SCA reference facade
ReferenceInstance SCA reference instance facade
ServerManager Provides the ability to manage the SOA server
Service SCA service facade
ServiceEngine Service Engine facade
ServiceInstance SCA service instance facade
WebServiceBinding SCA web service binding facade
WebServiceBinding.Port WebService binding port
WireInfo SCA wire facade
WSDLInterfaceBinding Implementations of this interface are bindings whose interface is defined by a WSDL definition.

 

Class Summary
AsynchronousJobStatus Asynchronous processing job status definitions
ComponentSnapShot  
FaultAction  
LocatorFactory Factory for creating Locator instances, this is the main entry point for searching for components, composits and instances and do lifecycle operations
PropertyFactory SCA property facade factory
Sensor Object representation of a sensor on a component
SensorData Instance representation of a composite sensor that fired // retrieve composite sensors List <SensorData> sensorData = instance.getSensorData(); for (SensorData data : sensorData) { System.out.println(" -> Sensor: " + data.getSensor().getName() + " data: " + data.getData() + " type: " +data.getSensor() + " on component: " + data.getComponentName()); }
ServerManagerFactory Creates ServerManager objects for managing a SOA server

 

Enum Summary
AsynchronousJob.Type  
Fault.FaultActionType This is a superset of all recover actions for all SEs
Mode SCA composite mode definitions
OverrideOption SCA override options
Sensor.SensorDataType Supported sensor data types
State SCA composite state definitions

 

Exception Summary
DuplicatePartitionException Indicates an attempt to create a partition with a name that is identical to a partition that already exists.
PartitionNotFoundException Indicates that a particular partition could not be found when it is expected to exist.

 


Skip navigation links

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


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