Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


oracle.axia.config.beans.protocol.adapter
Interface ProtocolAdapterTypeMBean

All Superinterfaces:
ProtocolAdapterTypeReadOnlyMBean
All Known Implementing Classes:
ProtocolAdapterType

public interface ProtocolAdapterTypeMBean
extends ProtocolAdapterTypeReadOnlyMBean

Method Summary
 void addWorkManagers()
          Add a new element named workManagers
 void removeWorkManagers()
          Remove an element named workManagers
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setPaFactoryClass(java.lang.String value)
          Sets the value of the paFactoryClass property.
 void setWorkManagersMBean(WorkManagersMBean val)
          Set the value of the WorkManagers element

 

Methods inherited from interface oracle.axia.config.beans.protocol.adapter.ProtocolAdapterTypeReadOnlyMBean
getName, getPaFactoryClass, getWorkManagersMBean

 

Method Detail

setName

void setName(java.lang.String value)
Sets the value of the name property.

setPaFactoryClass

void setPaFactoryClass(java.lang.String value)
Sets the value of the paFactoryClass property.

addWorkManagers

void addWorkManagers()
Add a new element named workManagers

removeWorkManagers

void removeWorkManagers()
Remove an element named workManagers

setWorkManagersMBean

void setWorkManagersMBean(WorkManagersMBean val)
Set the value of the WorkManagers element

Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


Copyright © 2011, Oracle. All rights reserved.