|
Options | Name | Purpose | |
---|---|---|---|
OpenEdge.Messaging.IHeaders Add (RecordHeader) |
/**
Add a header to the collection.
@param recordHeader The header to add.
@return this Headers collection
*/
|
||
CheckReadOnly () |
/**
Check if the collection is readonly. To be called
before any modification to the collection is performed.
@throws MessagingError if the collection is readonly
*/
|
||
GetIterator () |
/**
Return an iterator over the collection
*/
|
||
OpenEdge.Messaging.RecordHeader GetLastHeader (character) |
/**
Return the last header in the collection that matches the given key
@return the last record header, if any, found in the collection with the given key.
*/
|
||
OpenEdge.Messaging.IHeaders Remove (character) |
/**
Remove all headers from the collection that have the given key.
@param key the key to select which headers to remove.
@return this Headers collection.
*/
|
||
SetReadOnly () |
/**
Make this collection of headers read-only. This is a one-way operation
and there is no method to set the collection back to being read-write.
*/
|
||
OpenEdge.Messaging.RecordHeader ToArray () |
/**
Convert the list to an array.
@return An array containing the record headers from the collection.
*/
|
Options | Name | Purpose | |
---|---|---|---|
Headers () |
/**
Construct an empty Headers collection.
*/
|
||
Headers (IHeaders, logical) |
/**
Construct a Headers collection and copy the contents of the other headers collection.
to the internal collection. The collection is optionally marked as
read-only.
*/
|
||
Headers (logical) |
/**
Construct an empty Headers collection, optionally marking the collection
as read-only.
*/
|
||
Headers (RecordHeader[]) |
/**
Construct a Headers collection and copy of contents of the array
to the internal collection.
*/
|
||
Headers (RecordHeader[], logical) |
/**
Construct a Headers collection and copy the contents of the array
to the internal collection. The collection is optionally marked as
read-only.
*/
|
Options | Name | Purpose | |
---|---|---|---|
INTEGER Count |
|
||
LOGICAL IsReadOnly |
|
OpenEdge.Messaging.IHeaders Add (RecordHeader)
|
||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
CheckReadOnly ()
|
||||||||||||||||||
GetIterator ()
|
||||||||||||||||||
OpenEdge.Messaging.RecordHeader GetLastHeader (character)
|
||||||||||||||||||
OpenEdge.Messaging.IHeaders Remove (character)
|
||||||||||||||||||
SetReadOnly ()
|
||||||||||||||||||
OpenEdge.Messaging.RecordHeader ToArray ()
|
Headers ()
|
||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Headers (IHeaders, logical)
|
||||||||||||||||||||||
Headers (logical)
|
||||||||||||||||||||||
Headers (RecordHeader[])
|
||||||||||||||||||||||
Headers (RecordHeader[], logical)
|
INTEGER Count
|
||||||||
---|---|---|---|---|---|---|---|---|
LOGICAL IsReadOnly
|