|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LogNamespace | |
|---|---|
| com.mindtree.techworks.insight.gui.action | |
| com.mindtree.techworks.insight.receiver | |
| com.mindtree.techworks.insight.spi | |
| Uses of LogNamespace in com.mindtree.techworks.insight.gui.action |
|---|
| Methods in com.mindtree.techworks.insight.gui.action with parameters of type LogNamespace | |
|---|---|
void |
LoadLocalFileAction.addNamespaceForLoad(LogNamespace namespace)
Adds the specified LogNamespace for load |
void |
RemoteProtocolListenerAction.endLoadEventNotification(LogNamespace[] namespaces,
int infoFlag)
|
void |
LoadLocalFileAction.endLoadEventNotification(LogNamespace[] namespaces,
int infoFlag)
ReceiverListener interface method implementation. |
void |
RemoteProtocolListenerAction.startLoadEventNotification(LogNamespace[] namespaces)
|
void |
LoadLocalFileAction.startLoadEventNotification(LogNamespace[] namespaces)
ReceiverListener interface method implementation. |
void |
LoadLocalFileAction.startupReceiver(LogNamespace namespace)
Starts up the Receiver with the specified parameters |
| Uses of LogNamespace in com.mindtree.techworks.insight.receiver |
|---|
| Methods in com.mindtree.techworks.insight.receiver that return LogNamespace | |
|---|---|
LogNamespace |
RemoteProtocolStreamReceiver.SourceDetails.getLogNamespace()
Returns the logNamespace |
LogNamespace[] |
RemoteProtocolStreamReceiver.getNamespaces()
|
LogNamespace[] |
FileStreamReceiver.getNamespaces()
Overriden superclass method |
abstract LogNamespace[] |
AbstractReceiver.getNamespaces()
Returns the LogNamespace that this AbstractReceiver was initialized with |
| Methods in com.mindtree.techworks.insight.receiver with parameters of type LogNamespace | |
|---|---|
void |
ReceiverListener.endLoadEventNotification(LogNamespace[] namespaces,
int infoFlag)
Informs this ReceiverListener when the Receiver completes loading the specified file. |
static java.awt.Color |
RuntimeNamespaceContainer.getNamespaceColor(LogNamespace namespace)
Gets the Color for distinguishing the specified LogNamespace in the display |
protected void |
RemoteProtocolStreamReceiver.initialize(LogNamespace namespace,
boolean isTailing)
Initializes this instance. |
protected void |
FileStreamReceiver.initialize(LogNamespace namespace,
boolean isTailingReceiver)
Overriden superclass method |
protected abstract void |
AbstractReceiver.initialize(LogNamespace namespace,
boolean isTailing)
Informs this AbstractReceiver to initialize itself. |
void |
RemoteProtocolStreamReceiver.SourceDetails.setLogNamespace(LogNamespace logNamespace)
Sets the logNamespace |
void |
LogInterpreter.setLogNamespace(LogNamespace logNamespace)
Sets the log namespace. |
void |
ReceiverListener.startLoadEventNotification(LogNamespace[] namespaces)
Informs this ReceiverListener when the Receiver starts the loading the specified file. |
| Constructors in com.mindtree.techworks.insight.receiver with parameters of type LogNamespace | |
|---|---|
FileStreamReceiver(LogNamespace namespace,
boolean isTailing)
Constructor for this class. |
|
LogInterpreter(LogNamespace logNamespace)
Creates an Instace of this class using the specified ReceiverFormat and Source String |
|
| Uses of LogNamespace in com.mindtree.techworks.insight.spi |
|---|
| Methods in com.mindtree.techworks.insight.spi that return LogNamespace | |
|---|---|
LogNamespace |
LogEvent.getNamespace()
|
| Methods in com.mindtree.techworks.insight.spi with parameters of type LogNamespace | |
|---|---|
void |
LogEvent.setNamespace(LogNamespace namespace)
Sets the namespace information for this LogEvent |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||