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 MigrationPlan

All Superinterfaces:
java.io.Serializable

public interface MigrationPlan
extends java.io.Serializable

Implementations of this interface provide details for handling supported incompatibilities during instance migration attempts.


Method Summary
 org.w3c.dom.Element getComponentPlan(java.lang.String componentDN)
           
 org.w3c.dom.Element getCompositePlan()
           

 

Method Detail

getComponentPlan

org.w3c.dom.Element getComponentPlan(java.lang.String componentDN)
Parameters:
componentDN - A component distinguished name (less any label)
Returns:
The migration plan element for the specified componentDN

getCompositePlan

org.w3c.dom.Element getCompositePlan()
Returns:
The migration plan for the composite instances

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.