|
Oracle Fusion Middleware Infrastructure Management Java API Reference for Oracle SOA Suite 11g Release 1 (11.1.1.9) E10659-11 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.integration.platform.blocks.migration.ComponentInstanceResultFactory
public class ComponentInstanceResultFactory
Method Summary | |
---|---|
ComponentInstanceMigrationResult |
create(ComponentInstanceMigrationReport report) Creates a result from a report. |
ComponentInstanceMigrationResult |
create(java.lang.String componentName, java.lang.String componentType, java.lang.String instanceId, boolean migrated, java.lang.String failureReason) |
static ComponentInstanceResultFactory |
getInstance() |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static ComponentInstanceResultFactory getInstance()
public ComponentInstanceMigrationResult create(java.lang.String componentName, java.lang.String componentType, java.lang.String instanceId, boolean migrated, java.lang.String failureReason)
componentName
- The name of the componentcomponentType
- The type of the componentinstanceId
- The instance identifiermigrated
- Whether the instance was successfully migratedfailureReason
- The reason for failure, if the instance was not migrated; otherwise, null.public ComponentInstanceMigrationResult create(ComponentInstanceMigrationReport report)
report
- A ComponentInstanceMigrationReport
|
Oracle Fusion Middleware Infrastructure Management Java API Reference for Oracle SOA Suite 11g Release 1 (11.1.1.9) E10659-11 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |