Skip navigation links

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


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.
B2BBinding SCA B2B binding facade
Binding SCA binding facade
BindingComponent SCA binding component facade
BusinessEventInfo BusinessEventInfo
Component SCA component facade
ComponentInstance SCA component instance facade
ComponentInstanceMigrationReport Provides information about the feasibility of component instance migration for a particular candidate component instance.
ComponentInstanceMigrationResult Information about the result of an attempt to migrate a particular component instance.
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.
CompositeInstanceMigrationReport Provides information about the feasibility of composite instance migration for a particular candidate composite instance.
CompositeInstanceMigrationResult Information about the result of an attempt to migrate a particular composite instance.
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
InstanceMigrationContext Instance migration context data
InterfaceType SCA service interface type
Locator Locator that maps into a soa-infra instance, it allows the develoer to search for component, instances, components, and composites.
Message Message type for SOA interactions
MigrationPlan Implementations of this interface provide details for handling supported incompatibilities during instance migration attempts.
MigrationReport Provides details about a proposed composite instance migration attempt.
MigrationResult Implementations of this interface provide details concerning in instance migration attempt.
Partition A partition is a physical group of composites.
PatchingContext  
PatchingResult Implementations of this interface provide details concerning in instance patching attempt.
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
TenantInstance  
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
MigrationFeasibility Type-safe enumeration of instance migration feasibility values.
MigrationPlanFactory Creates MigrationPlan objects for interacting with the composite instance migration facility.
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
DataSetTooLargeException  
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.9)
E10659-11


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