Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


oracle.axia.config.beans.protocol.adapter
Class ProtocolAdapterType

java.lang.Object
  extended by oracle.axia.config.beans.protocol.adapter.ProtocolAdapterType

All Implemented Interfaces:
ProtocolAdapterTypeMBean, ProtocolAdapterTypeReadOnlyMBean

public class ProtocolAdapterType
extends java.lang.Object
implements ProtocolAdapterTypeMBean

Java class for ProtocolAdapterType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ProtocolAdapterType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN"/>
         <element name="paFactoryClass" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="workManagers" type="{http://xmlns.oracle.com/axia/protocoladapter}WorkManagers" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Field Summary
protected  java.lang.String name
           
protected  java.lang.String paFactoryClass
           
protected  WorkManagers workManagers
           

 

Constructor Summary
ProtocolAdapterType()
          Default Constructor
ProtocolAdapterType(java.lang.String name, java.lang.String paFactoryClass, WorkManagers workManagers)
           

 

Method Summary
 void addWorkManagers()
          Add a new element named workManagers
 java.lang.String getName()
          Gets the value of the name property.
 java.lang.String getPaFactoryClass()
          Gets the value of the paFactoryClass property.
 WorkManagers getWorkManagers()
          Gets the value of the workManagers property.
 WorkManagersMBean getWorkManagersMBean()
          Get the value of the WorkManagers element
 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 setWorkManagers(WorkManagers value)
          Sets the value of the workManagers property.
 void setWorkManagersMBean(WorkManagersMBean val)
          Set the value of the WorkManagers element

 

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

 

Field Detail

name

protected java.lang.String name

paFactoryClass

protected java.lang.String paFactoryClass

workManagers

protected WorkManagers workManagers

Constructor Detail

ProtocolAdapterType

public ProtocolAdapterType()
Default Constructor

ProtocolAdapterType

public ProtocolAdapterType(java.lang.String name,
                           java.lang.String paFactoryClass,
                           WorkManagers workManagers)

Method Detail

getName

public java.lang.String getName()
Gets the value of the name property.
Specified by:
getName in interface ProtocolAdapterTypeReadOnlyMBean
Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.
Specified by:
setName in interface ProtocolAdapterTypeMBean
Parameters:
value - allowed object is String

getPaFactoryClass

public java.lang.String getPaFactoryClass()
Gets the value of the paFactoryClass property.
Specified by:
getPaFactoryClass in interface ProtocolAdapterTypeReadOnlyMBean
Returns:
possible object is String

setPaFactoryClass

public void setPaFactoryClass(java.lang.String value)
Sets the value of the paFactoryClass property.
Specified by:
setPaFactoryClass in interface ProtocolAdapterTypeMBean
Parameters:
value - allowed object is String

getWorkManagers

public WorkManagers getWorkManagers()
Gets the value of the workManagers property.
Returns:
possible object is WorkManagers

setWorkManagers

public void setWorkManagers(WorkManagers value)
Sets the value of the workManagers property.
Parameters:
value - allowed object is WorkManagers

addWorkManagers

public void addWorkManagers()
Add a new element named workManagers
Specified by:
addWorkManagers in interface ProtocolAdapterTypeMBean

removeWorkManagers

public void removeWorkManagers()
Remove an element named workManagers
Specified by:
removeWorkManagers in interface ProtocolAdapterTypeMBean

getWorkManagersMBean

public WorkManagersMBean getWorkManagersMBean()
Get the value of the WorkManagers element
Specified by:
getWorkManagersMBean in interface ProtocolAdapterTypeReadOnlyMBean

setWorkManagersMBean

public void setWorkManagersMBean(WorkManagersMBean val)
Set the value of the WorkManagers element
Specified by:
setWorkManagersMBean in interface ProtocolAdapterTypeMBean

Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


Copyright © 2011, Oracle. All rights reserved.