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.integration.platform.blocks.migration
Class ComponentInstanceMigrationResultImpl

java.lang.Object
  extended by oracle.integration.platform.blocks.migration.ComponentInstanceMigrationResultImpl

All Implemented Interfaces:
java.io.Serializable, ComponentInstanceMigrationResult

public class ComponentInstanceMigrationResultImpl
extends java.lang.Object
implements ComponentInstanceMigrationResult
See Also:
Serialized Form

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

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Method Detail

migrated

public boolean migrated()
Specified by:
migrated in interface ComponentInstanceMigrationResult
Returns:
true, if the component instance was successfully migrated; otherwise, false.

getName

public java.lang.String getName()
Specified by:
getName in interface ComponentInstanceMigrationResult
Returns:
The component name

getType

public java.lang.String getType()
Specified by:
getType in interface ComponentInstanceMigrationResult
Returns:
The component type

getId

public java.lang.String getId()
Specified by:
getId in interface ComponentInstanceMigrationResult
Returns:
The component instance identifier

getFailureReason

public java.lang.String getFailureReason()
Specified by:
getFailureReason in interface ComponentInstanceMigrationResult
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.