public class ConfObjectsCollection extends ConfDataCollection<ConfObject>
EventObjectsRead.getObjects()
.
It is also used internally for passing of configuration objects between codecs and serializers.Constructor | Description |
---|---|
ConfObjectsCollection(CfgDescriptionObject metadata) |
Constructor of objects collection.
|
ConfObjectsCollection(CfgDescriptionObject metadata,
int initSize) |
Constructor of objects collection.
|
Modifier and Type | Method | Description |
---|---|---|
CfgDescriptionObject |
getClassInfo() |
Returns objects class MetaData description of elements of this collection.
|
add, add, addAll, addAll, clear, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
clone, getAttributeInfo, toString, toString, toStringHelper
public ConfObjectsCollection(CfgDescriptionObject metadata)
metadata
- configuration object class MetaData description.ConfObjectAttributeException
- if given object MetaData is null or there is some problem with
usage of the class MetaData description for the collection.public ConfObjectsCollection(CfgDescriptionObject metadata, int initSize)
metadata
- configuration object class MetaData description.initSize
- initial capacity of the underlying collection.ConfObjectAttributeException
- if given object MetaData is null or there is some problem with
usage of the class MetaData description for the collection.public CfgDescriptionObject getClassInfo()
getClassInfo
in class ConfDataCollection<ConfObject>
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.