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 PatchingResult

All Superinterfaces:
java.io.Serializable

public interface PatchingResult
extends java.io.Serializable

Implementations of this interface provide details concerning in instance patching attempt.


Method Summary
 boolean componentResumed()
           
 java.lang.String getComponentName()
           
 java.lang.String getComponentPatchingErrorMessage()
          Component patching error message, if any
 java.lang.String getCompositeName()
           
 java.lang.String getDomain()
           
 long getFailedCount()
           
 long getPendingCount()
           
 java.lang.String getRevision()
           
 long getSucceededCount()
           
 long getSuspendedCount()
           
 long getTotalProcessedCount()
           

 

Method Detail

getDomain

java.lang.String getDomain()
Returns:
domain

getCompositeName

java.lang.String getCompositeName()
Returns:
composite name

getRevision

java.lang.String getRevision()
Returns:
composite revision

getComponentName

java.lang.String getComponentName()
Returns:
componentName

getPendingCount

long getPendingCount()
Returns:
The number of component instances still pending migration

getTotalProcessedCount

long getTotalProcessedCount()
Returns:
The total number of component instances included in the migration attempt.

getSucceededCount

long getSucceededCount()
Returns:
The number of component instances for which patching succeeded.

getFailedCount

long getFailedCount()
Returns:
The number of component instances for which patching failed.

getSuspendedCount

long getSuspendedCount()
Returns:
The number of component instances which were suspended

componentResumed

boolean componentResumed()
Returns:
if component was resumed successfully

getComponentPatchingErrorMessage

java.lang.String getComponentPatchingErrorMessage()
Component patching error message, if any
Returns:

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.