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 ComponentInstanceMigrationResult

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ComponentInstanceMigrationResultImpl

public interface ComponentInstanceMigrationResult
extends java.io.Serializable

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


Method Summary
 java.lang.String getFailureReason()
           
 java.lang.String getId()
           
 java.lang.String getName()
           
 java.lang.String getType()
           
 boolean migrated()
           

 

Method Detail

migrated

boolean migrated()
Returns:
true, if the component instance was successfully migrated; otherwise, false.

getName

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

getType

java.lang.String getType()
Returns:
The component type

getId

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

getFailureReason

java.lang.String getFailureReason()
Returns:
The reason why the migration failed, if it failed; 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.