public class SynapseDebugInfoHolder extends Observable
Modifier and Type | Field and Description |
---|---|
static String |
DUMMY_MEDIATOR_ID |
static String |
SYNAPSE_WIRE_LOG_HOLDER_PROPERTY |
static String |
SYNAPSE_WIRE_LOG_MEDIATOR_ID_PROPERTY |
Modifier and Type | Method and Description |
---|---|
static SynapseDebugInfoHolder |
getInstance()
get instance method which will return a single instance
|
boolean |
isDebuggerEnabled() |
void |
setDebuggerEnabled(boolean isDebuggerEnabled) |
void |
setWireLogHolder(SynapseWireLogHolder wireLogHolder)
This method will set the wirelog holder and will notify observers about that, so they can retrieve it
|
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged
public static final String SYNAPSE_WIRE_LOG_HOLDER_PROPERTY
public static final String SYNAPSE_WIRE_LOG_MEDIATOR_ID_PROPERTY
public static final String DUMMY_MEDIATOR_ID
public static SynapseDebugInfoHolder getInstance()
public void setDebuggerEnabled(boolean isDebuggerEnabled)
public boolean isDebuggerEnabled()
public void setWireLogHolder(SynapseWireLogHolder wireLogHolder)
wireLogHolder
- Copyright © 2005–2017 Apache Software Foundation. All rights reserved.