public interface FwkTraceInterface extends FwkPropertyChangeListenerInterface
Modifier and Type | Field and Description |
---|---|
static long |
FWK
The level that will trace fwk life cycle events.
|
static long |
FWK_CREATED
The level that will trace fwk creations.
|
static long |
FWK_DISPOSED
The level that will trace fwk disposements.
|
static long |
FWK_FINALIZED
The level that will trace fwk finalizations.
|
static long |
FWK_LOWLEVEL_CREATED
The level that will trace low level fwk creations.
|
static long |
FWK_REGISTERED
The level that will trace fwk registrations.
|
static long |
FWK_UNREGISTERED
The level that will trace fwk unregistrations.
|
static long |
INFOBUS_DATAITEM
The level that will trace all infobus data item events.
|
static long |
INFOBUS_DATAITEM_AVAILABLE
The level that will trace infobus data item available events.
|
static long |
INFOBUS_DATAITEM_REQUESTED
The level that will trace infobus data item requested events.
|
static long |
INFOBUS_DATAITEM_REVOKED
The level that will trace infobus data item revoked events.
|
static long |
PROPERTY_CHANGED
The level that will trace property changes.
|
Modifier and Type | Method and Description |
---|---|
void |
addTraceListener(FwkTraceListenerInterface listener)
Add a tarce listener to the listener list.
|
void |
fireTrace(FwkTraceEventInterface evt)
Fire a trace event to any registered listeners.
|
long |
getTraceLevel()
Get the trace level of the distributor.
|
FwkArrayInterface |
getTraceListenerArray()
Get a vector containing the registered trace listeners.
|
void |
removeTraceListener(FwkTraceListenerInterface listener)
Remove a trace listener from the listener list.
|
void |
setTraceLevel(long level)
Set the trace level of the distributor.
|
getVersion, release
static final long INFOBUS_DATAITEM_AVAILABLE
static final long INFOBUS_DATAITEM_REVOKED
static final long INFOBUS_DATAITEM_REQUESTED
static final long INFOBUS_DATAITEM
static final long FWK_LOWLEVEL_CREATED
static final long FWK_CREATED
static final long FWK_DISPOSED
static final long FWK_FINALIZED
static final long FWK_REGISTERED
static final long FWK_UNREGISTERED
static final long FWK
static final long PROPERTY_CHANGED
FwkArrayInterface getTraceListenerArray()
void addTraceListener(FwkTraceListenerInterface listener)
listener
- The trace listener.void removeTraceListener(FwkTraceListenerInterface listener)
listener
- The trace listener to be removed.void setTraceLevel(long level)
the
- new level.long getTraceLevel()
the
- new level.void fireTrace(FwkTraceEventInterface evt)
evt
- The trace event.