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 CompositeInstanceMigrationResult

All Superinterfaces:
java.io.Serializable

public interface CompositeInstanceMigrationResult
extends java.io.Serializable

Information about the result of an attempt to migrate a particular composite instance.


Method Summary
 java.util.List<ComponentInstanceMigrationResult> getComponentInstances()
           
 java.lang.String getFailureReason()
           
 java.lang.String getId()
           
 java.lang.String getName()
           
 java.lang.String getPartition()
           
 java.lang.String getRevision()
           
 java.lang.String getTargetRevision()
           
 boolean migrated()
           
 void setFailureReason(java.lang.String reason)
           

 

Method Detail

migrated

boolean migrated()
Returns:
true, if the composite instance and all its components were successfully migrated; otherwise, false.

getPartition

java.lang.String getPartition()
Returns:
The name of the partition to which the composite is deployed

getName

java.lang.String getName()
Returns:
The composite name

getId

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

getRevision

java.lang.String getRevision()
Returns:
The previous revision

getTargetRevision

java.lang.String getTargetRevision()
Returns:
The revision to which the instance was to be migrated

getComponentInstances

java.util.List<ComponentInstanceMigrationResult> getComponentInstances()
Returns:
The migration results for the associated component instances

getFailureReason

java.lang.String getFailureReason()
Returns:
The reason why the migration failed, if it failed; otherwise, null

setFailureReason

void setFailureReason(java.lang.String reason)
Parameters:
reason - A description of the reason(s) why the migration attempt failed.

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.