Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


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

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

All Implemented Interfaces:
WorkManagersMBean, WorkManagersReadOnlyMBean

public class WorkManagers
extends java.lang.Object
implements WorkManagersMBean

Java class for WorkManagers complex type.

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

 <complexType name="WorkManagers">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="workManager" type="{http://xmlns.oracle.com/axia/protocoladapter}WorkManager" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Field Summary
protected  java.util.List<WorkManager> workManager
           

 

Constructor Summary
WorkManagers()
          Default Constructor
WorkManagers(java.util.List<WorkManager> workManager)
           

 

Method Summary
 void addWorkManager()
          Add a new element named workManager
 java.util.List<WorkManager> getWorkManager()
          Gets the value of the workManager property.
 java.util.List<WorkManagerMBean> getWorkManagerMBean()
          Get the list of the WorkManager element
 void removeWorkManager(int index)
          Remove an element named workManager by the index

 

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

 

Field Detail

workManager

protected java.util.List<WorkManager> workManager

Constructor Detail

WorkManagers

public WorkManagers()
Default Constructor

WorkManagers

public WorkManagers(java.util.List<WorkManager> workManager)

Method Detail

getWorkManager

public java.util.List<WorkManager> getWorkManager()
Gets the value of the workManager property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the workManager property.

For example, to add a new item, do as follows:

    getWorkManager().add(newItem);
 

Objects of the following type(s) are allowed in the list WorkManager


addWorkManager

public void addWorkManager()
Add a new element named workManager
Specified by:
addWorkManager in interface WorkManagersMBean

removeWorkManager

public void removeWorkManager(int index)
Remove an element named workManager by the index
Specified by:
removeWorkManager in interface WorkManagersMBean
Parameters:
index - The index of removing elements

getWorkManagerMBean

public java.util.List<WorkManagerMBean> getWorkManagerMBean()
Get the list of the WorkManager element
Specified by:
getWorkManagerMBean in interface WorkManagersReadOnlyMBean

Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


Copyright © 2011, Oracle. All rights reserved.