Skip navigation links

Oracle Communications Service Broker Configuration and Runtime MBean Java API Referencee
6.1

E38079-01


oracle.axia.api.management.pac
Interface ProtocolAdapterContainerMBean


public interface ProtocolAdapterContainerMBean

Defines the MBean of the Protocol Adapter Container.

Author:
Copyright (c) 2009 by Oracle Corp. All Rights Reserved.

Method Summary
 Map<String,WorkManagerStatus> getWorkManagerStatus(String pa)
          Gets the status of each work manager for a specific Protocol Adapter.
 List<String> listProtocolAdapters()
          Lists the name of all Protocol Adatpers on this node.

 

Method Detail

listProtocolAdapters

List<String> listProtocolAdapters()
Lists the name of all Protocol Adatpers on this node.

getWorkManagerStatus

Map<String,WorkManagerStatus> getWorkManagerStatus(String pa)
Gets the status of each work manager for a specific Protocol Adapter.
Parameters:
pa - Name of Protocol Adapter, as provided by listProtocolAdapters operation.

Skip navigation links

Oracle Communications Service Broker Configuration and Runtime MBean Java API Referencee
6.1

E38079-01


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