Oracle Fusion Middleware
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.7.0)
E25378-07

oracle.bpm.services.instancemanagement.model
Interface IMigrateBaseInstanceResponse

All Known Subinterfaces:
IMigrateInstanceResponse, IMigrateMultipleInstancesResponse

public interface IMigrateBaseInstanceResponse

Base interface for migrate response.


Method Summary
 java.lang.String getComponentResumeExceptionMsg()
          Gets an error message describing the reason of the failure to resume the component, if it failed to resume.
 int getNumberOfSuspendedInstances()
          Gets the number of instances that were suspended when resuming the component, if the IBaseMigrateInstanceRequest.setLeaveNonMigratedInstancesSuspended(boolean) is set to true.
 boolean isComponentResumed()
          Returns whether the component was resumed after migration.
 

Method Detail

isComponentResumed

boolean isComponentResumed()
Returns whether the component was resumed after migration.

Returns:
true if the component was resumed, false otherwise

getComponentResumeExceptionMsg

java.lang.String getComponentResumeExceptionMsg()
Gets an error message describing the reason of the failure to resume the component, if it failed to resume.

Returns:
the error message if there was an error resuming the component, null otherwise

getNumberOfSuspendedInstances

int getNumberOfSuspendedInstances()
Gets the number of instances that were suspended when resuming the component, if the IBaseMigrateInstanceRequest.setLeaveNonMigratedInstancesSuspended(boolean) is set to true.

Returns:
the number of suspended instances

Oracle Fusion Middleware
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.7.0)
E25378-07

Copyright © 2009, 2013, Oracle and/or its affiliates. All rights reserved.