Encapsulates the set of default LBM event queue attributes

C# |
public class LBMEventQueueAttributes : IDisposable

All Members | Constructors | Methods | |||
Icon | Member | Description |
---|---|---|
![]() | LBMEventQueueAttributes()()() |
Instantiate LBMEventQueueAttributes class
|
![]() | LBMEventQueueAttributes(String) |
Instantiate an LBMEventQueueAttributes class using an event queue 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 source configuration options
|
![]() | Finalize()()() |
LBMEventQueueAttributes class finalization
(Overrides Object.Finalize()()().) |
![]() | getValue(String) |
Returns the current value of an attribute from this set of
event queue attributes
|
![]() | setFromXml(String) |
Set values in an LBMEventQueueAttributes class using an event queue 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 event queue to reuse stats objects.
|
![]() | setValue(String, String) |
Set the current value of an attribute in this set of
event queue attributes
|

Object | |
![]() | LBMEventQueueAttributes |