Encapsulates the set of default LBM wildcard receiver attributes

C# |
public class LBMWildcardReceiverAttributes : IDisposable

All Members | Constructors | Methods | |||
Icon | Member | Description |
---|---|---|
![]() | LBMWildcardReceiverAttributes()()() |
Instantiate LBMWildcardReceiverAttributes class
|
![]() | LBMWildcardReceiverAttributes(String, String, Int32) |
Instantiate an LBMWildcardReceiverAttributes class using a context name, pattern, and pattern type
from the xml configuration that must have been previously loaded.
|
![]() | dispose()()() |
Free memory associated with this set of attributes (same as Dispose()).
|
![]() | Dispose()()() |
Free memory associated with this set of attributes.
|
![]() | dumpAttributeList()()() |
Dump source configuration options
|
![]() | Finalize()()() |
LBMWildcardReceiverAttributes class finalization
(Overrides Object.Finalize()()().) |
![]() | getValue(String) |
Returns the current value of an attribute from this set of
wildcard receiver-related attributes
|
![]() | setFromXml(String, String, Int32) |
Set values in an LBMWildcardReceiverAttributes class using a context name, pattern, and pattern type
from the xml configuration that must have been previously loaded.
|
![]() | setPatternCallback(LBMWildcardPatternCallback, Object) |
Set the callback interface (and a callback handle argument) to be called
when a pattern match is desired for a topic discovered for a wildcard
receiver if the pattern type is set to "appcb"
|
![]() | setReceiverCreateCallback(LBMWildcardReceiverCreateCallback, Object) |
Set the callback method (and a callback handle argument) to be called
when a receiver is created for a topic discovered for a wildcard
receiver
|
![]() | setReceiverDeleteCallback(LBMWildcardReceiverDeleteCallback, Object) |
Set the callback method (and a callback handle argument) to be called
when a receiver created by a wildcard receiver is deleted
|
![]() | setValue(String, String) |
Set the current value of an attribute in this set of
wildcard receiver-related attributes
|

Object | |
![]() | LBMWildcardReceiverAttributes |