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 InstanceMigrationContext

All Superinterfaces:
java.io.Serializable

public interface InstanceMigrationContext
extends java.io.Serializable

Instance migration context data


Method Summary
 void addContext(java.lang.String participantKey, java.util.Map<java.lang.String,java.lang.Object> context)
          Add a context for the specified instance migration participant key.
 java.lang.String getCompositeName()
           
 java.util.Map<java.lang.String,java.lang.Object> getContext(java.lang.String participantKey)
          Get the participant-specific context
 java.lang.String getPartition()
           
 java.lang.String getTargetRevision()
           

 

Method Detail

getPartition

java.lang.String getPartition()
Returns:
The partition of the composite instances to be migrated

getCompositeName

java.lang.String getCompositeName()
Returns:
The name of the composite instances to be migrated

getTargetRevision

java.lang.String getTargetRevision()
Returns:
The target composite revision

addContext

void addContext(java.lang.String participantKey,
                java.util.Map<java.lang.String,java.lang.Object> context)
Add a context for the specified instance migration participant key.
Parameters:
participantKey - The unique identifier of an InstanceMigrationParticipant
context - The participant-specific context

getContext

java.util.Map<java.lang.String,java.lang.Object> getContext(java.lang.String participantKey)
Get the participant-specific context
Parameters:
participantKey - The unique identifier of an InstanceMigrationParticipant
Returns:
The associated context for that participant

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.