Skip navigation links

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


oracle.soa.management.facade
Interface CompositeInstanceMigrationReport

All Superinterfaces:
java.io.Serializable

public interface CompositeInstanceMigrationReport
extends java.io.Serializable

Provides information about the feasibility of composite instance migration for a particular candidate composite instance.


Method Summary
 long getComponentInstanceCount()
           
 java.util.List<ComponentInstanceMigrationReport> getComponentInstances()
           
 java.lang.String getCompositeId()
           
 java.lang.String getCompositeName()
           
 MigrationFeasibility getFeasibility()
           
 java.lang.String getIncompatibilityReason()
           
 java.lang.String getPartition()
           
 java.lang.String getRevision()
           
 java.lang.String getTargetRevision()
           

 

Method Detail

getPartition

java.lang.String getPartition()
Returns:
The partition to which the composite instances are deployed

getCompositeName

java.lang.String getCompositeName()
Returns:
The name of the composite

getCompositeId

java.lang.String getCompositeId()
Returns:
The composite instance identifier

getRevision

java.lang.String getRevision()
Returns:
The current revision of the composite instance

getTargetRevision

java.lang.String getTargetRevision()
Returns:
The proposed new revision of the composite instance

getFeasibility

MigrationFeasibility getFeasibility()
Returns:
The feasibility of migrating the instance

getComponentInstanceCount

long getComponentInstanceCount()
Returns:
The number of component instances associated with the composite instance

getComponentInstances

java.util.List<ComponentInstanceMigrationReport> getComponentInstances()
Returns:
The list of associated component instance objects

getIncompatibilityReason

java.lang.String getIncompatibilityReason()
Returns:
If the migration is not feasible, then an explanation; otherwise, null

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.