Platform SDK Java 8.5 API Reference

com.genesyslab.platform.configuration.protocol.obj
Class ConfObjectsCollection

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractList<E>
          extended by java.util.ArrayList<T>
              extended by com.genesyslab.platform.configuration.protocol.obj.ConfDataCollection<ConfObject>
                  extended by com.genesyslab.platform.configuration.protocol.obj.ConfObjectsCollection
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.lang.Iterable<ConfObject>, java.util.Collection<ConfObject>, java.util.List<ConfObject>, java.util.RandomAccess

public class ConfObjectsCollection
extends ConfDataCollection<ConfObject>

Collection of any configuration objects of a specific type.
It is used for configuration objects holding in server response on objects reading request EventObjectsRead.getObjects().

It is also used internally for passing of configuration objects between codecs and serializers.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
ConfObjectsCollection(CfgDescriptionObject metadata)
          Constructor of objects collection.
ConfObjectsCollection(CfgDescriptionObject metadata, int initSize)
          Constructor of objects collection.
 
Method Summary
 CfgDescriptionObject getClassInfo()
          Returns objects class MetaData description of elements of this collection.
 
Methods inherited from class com.genesyslab.platform.configuration.protocol.obj.ConfDataCollection
clone, getAttributeInfo, toString, toString, toStringHelper
 
Methods inherited from class java.util.ArrayList
add, add, addAll, addAll, clear, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, remove, removeRange, set, size, toArray, toArray, trimToSize
 
Methods inherited from class java.util.AbstractList
equals, hashCode, iterator, listIterator, listIterator, subList
 
Methods inherited from class java.util.AbstractCollection
containsAll, removeAll, retainAll
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
containsAll, equals, hashCode, iterator, listIterator, listIterator, removeAll, retainAll, subList
 

Constructor Detail

ConfObjectsCollection

public ConfObjectsCollection(CfgDescriptionObject metadata)
Constructor of objects collection.

Parameters:
metadata - configuration object class MetaData description.
Throws:
ConfObjectAttributeException - if given object MetaData is null or there is some problem with usage of the class MetaData description for the collection.

ConfObjectsCollection

public ConfObjectsCollection(CfgDescriptionObject metadata,
                             int initSize)
Constructor of objects collection.

Parameters:
metadata - configuration object class MetaData description.
initSize - initial capacity of the underlying collection.
Throws:
ConfObjectAttributeException - if given object MetaData is null or there is some problem with usage of the class MetaData description for the collection.
Method Detail

getClassInfo

public CfgDescriptionObject getClassInfo()
Returns objects class MetaData description of elements of this collection.

Overrides:
getClassInfo in class ConfDataCollection<ConfObject>
Returns:
objects class description

Platform SDK Java 8.5 API Reference

Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 8.5.302.00
Copyright © 2006–2017 Genesys Telecommunications Laboratories, Inc. All rights reserved.