Encapsulates the set of default LBM HFX attributes

C# |
public class LBMHFXAttributes : IDisposable

All Members | Constructors | Methods | |||
Icon | Member | Description |
---|---|---|
![]() | LBMHFXAttributes()()() |
Instantiate LBMHFXAttributes class
|
![]() | LBMHFXAttributes(String) |
Instantiate an LBMHFXAttributes class using a topic name 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 HFX configuration options
|
![]() | Finalize()()() |
LBMHFXAttributes class finalization
(Overrides Object.Finalize()()().) |
![]() | getValue(String) |
Returns the current value of an attribute from this set of
HFX attributes
|
![]() | setFromXml(String) |
Set values in an LBMHFXAttributes class using a topic name from the xml configuration that
must have been previously loaded.
|
![]() | setObjectRecycler(LBMObjectRecyclerBase, Object) |
Set the LBM object recycler that can be used by the context to reuse LBMMessage objects as
well as LBM Context/Receiver/Source Statistics objects.
|
![]() | setValue(String, String) |
Set the current value of an attribute in this set of
HFX attributes
|

Object | |
![]() | LBMHFXAttributes |