Skip navigation links

Oracle Fusion Middleware Infrastructure Management Java API Reference for Oracle SOA Suite
11g Release 1 (11.1.1.5.0)
E10659-04


oracle.soa.management.facade
Class ComponentSnapShot

java.lang.Object
  extended by oracle.soa.management.facade.ComponentSnapShot

All Implemented Interfaces:
java.io.Serializable

public class ComponentSnapShot
extends java.lang.Object
implements java.io.Serializable
See Also:
Serialized Form

Constructor Summary
ComponentSnapShot()
           

 

Method Summary
 int getFaultedInstanceCount()
           
 int getRecoverableInstanceCount()
           
 int getRunningInstanceCount()
           
 int getTotalInstanceCount()
           
 void setFaultedInstanceCount(int faultedInstanceCount)
           
 void setRecoverableInstanceCount(int recoverableInstanceCount)
           
 void setRunningInstanceCount(int runningInstanceCount)
           
 void setTotalInstanceCount(int totalInstanceCount)
           

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

ComponentSnapShot

public ComponentSnapShot()

Method Detail

getTotalInstanceCount

public int getTotalInstanceCount()

setTotalInstanceCount

public void setTotalInstanceCount(int totalInstanceCount)

getFaultedInstanceCount

public int getFaultedInstanceCount()

setRecoverableInstanceCount

public void setRecoverableInstanceCount(int recoverableInstanceCount)

getRecoverableInstanceCount

public int getRecoverableInstanceCount()

setFaultedInstanceCount

public void setFaultedInstanceCount(int faultedInstanceCount)

getRunningInstanceCount

public int getRunningInstanceCount()

setRunningInstanceCount

public void setRunningInstanceCount(int runningInstanceCount)

Skip navigation links

Oracle Fusion Middleware Infrastructure Management Java API Reference for Oracle SOA Suite
11g Release 1 (11.1.1.5.0)
E10659-04


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