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 ServerManager


public interface ServerManager

Provides the ability to manage the SOA server


Method Summary
 void createPartition(java.lang.String partitionName)
          Creates a new partition
 void deletePartition(java.lang.String partitionName)
          Deletes the specified partition
 void destroyPartition(java.lang.String partitionName)
          Deprecated. Use deletePartition(java.lang.String) instead
 Partition getPartition(java.lang.String partitionName)
          Gets a single partition by its unique name
 java.util.List<Partition> getPartitions()
          Gets a list of all existing partitions

 

Method Detail

getPartitions

java.util.List<Partition> getPartitions()
Gets a list of all existing partitions

getPartition

Partition getPartition(java.lang.String partitionName)
Gets a single partition by its unique name
Parameters:
partitionName - the name of the partition
Returns:
the Partition

createPartition

void createPartition(java.lang.String partitionName)
                     throws DuplicatePartitionException
Creates a new partition
Parameters:
partitionName - the name of the partition to be created
Throws:
DuplicatePartitionException - if a partition with the same name already exists

deletePartition

void deletePartition(java.lang.String partitionName)
Deletes the specified partition
Parameters:
partitionName - the name of the partition

destroyPartition

void destroyPartition(java.lang.String partitionName)
Deprecated. Use deletePartition(java.lang.String) instead

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.