Skip navigation links

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


oracle.soa.management.facade
Interface Partition

All Superinterfaces:
java.io.Serializable

public interface Partition
extends java.io.Serializable

A partition is a physical group of composites. The contained composites can be managed via bulk operations.


Method Summary
 void activateComposites()
          Activates all the composites in the partition
 java.lang.String getName()
          Get the name of the partition
 void retireComposites()
          Retires all the composites in the partition
 void startComposites()
          Starts all the composites in the partition
 void stopComposites()
          Stops all the composites in the partition

 

Method Detail

getName

java.lang.String getName()
Get the name of the partition
Returns:

startComposites

void startComposites()
Starts all the composites in the partition

stopComposites

void stopComposites()
Stops all the composites in the partition

activateComposites

void activateComposites()
Activates all the composites in the partition

retireComposites

void retireComposites()
Retires all the composites in the partition

Skip navigation links

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


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