- calibrate() - Static method in class com.gurock.smartinspect.Clock
-
Calibrates the high-resolution timer and synchronizes it
with the system clock.
- canFitFormattedPacket() - Method in class com.gurock.smartinspect.protocols.cloud.Chunk
-
- cb - Variable in class com.gurock.smartinspect.connections.builder.ConnectionStringBuilder
-
- changeExtension(String, String) - Static method in class com.gurock.smartinspect.Path
-
Changes the file extension of a filename for a given path.
- Char - Static variable in class com.gurock.smartinspect.packets.watch.WatchType
-
Instructs the Console to treat a Watch value as char.
- Checkpoint - Static variable in class com.gurock.smartinspect.packets.logentry.LogEntryType
-
Instructs the Console to treat a Log Entry as a checkpoint.
- Chunk - Static variable in class com.gurock.smartinspect.packets.PacketType
-
Identifies a packet as Chunk.
- Chunk - Class in com.gurock.smartinspect.protocols.cloud
-
- Chunk(long) - Constructor for class com.gurock.smartinspect.protocols.cloud.Chunk
-
- chunkFormat - Variable in class com.gurock.smartinspect.protocols.cloud.Chunk
-
- chunkFormattedPacket() - Method in class com.gurock.smartinspect.protocols.cloud.Chunk
-
- clear() - Method in class com.gurock.smartinspect.Configuration
-
Removes all key/value pairs of the configuration.
- clear() - Method in class com.gurock.smartinspect.connections.ConnectionsBuilder
-
Clears this ConnectionsBuilder instance by removing all protocols
and their options.
- clear() - Method in class com.gurock.smartinspect.LookupTable
-
Removes all key/value pairs of the collection
- clear() - Method in class com.gurock.smartinspect.packets.PacketQueue
-
Removes all packets from the queue.
- clear() - Method in class com.gurock.smartinspect.protocols.ProtocolVariables
-
Removes all key/value pairs of the collection.
- clear() - Method in class com.gurock.smartinspect.scheduler.Scheduler
-
Removes all scheduler commands from this scheduler.
- clear() - Method in class com.gurock.smartinspect.scheduler.SchedulerQueue
-
Removes all scheduler commands from this queue.
- clear() - Method in class com.gurock.smartinspect.session.SessionManager
-
Clears the configuration of this session manager and removes
all sessions from the internal lookup table.
- ClearAll - Static variable in class com.gurock.smartinspect.packets.controlcommand.ControlCommandType
-
Instructs the Console to reset the whole Console.
- clearAll() - Method in class com.gurock.smartinspect.session.Session
-
Resets the whole Console.
- ClearAutoViews - Static variable in class com.gurock.smartinspect.packets.controlcommand.ControlCommandType
-
Instructs the Console to clear all AutoViews.
- clearAutoViews() - Method in class com.gurock.smartinspect.session.Session
-
Clears all AutoViews in the Console.
- clearListeners() - Method in class com.gurock.smartinspect.SmartInspect
-
Removes all registered listeners for the events of this object.
- ClearLog - Static variable in class com.gurock.smartinspect.packets.controlcommand.ControlCommandType
-
Instructs the Console to clear all Log Entries.
- clearLog() - Method in class com.gurock.smartinspect.session.Session
-
Clears all Log Entries in the Console.
- ClearProcessFlow - Static variable in class com.gurock.smartinspect.packets.controlcommand.ControlCommandType
-
Instructs the Console to clear all Process Flow entries.
- clearProcessFlow() - Method in class com.gurock.smartinspect.session.Session
-
Clears all Process Flow entries in the Console.
- ClearWatches - Static variable in class com.gurock.smartinspect.packets.controlcommand.ControlCommandType
-
Instructs the Console to clear all Watches.
- clearWatches() - Method in class com.gurock.smartinspect.session.Session
-
Clears all Watches in the Console.
- Clock - Class in com.gurock.smartinspect
-
Provides access to the current date and time, optionally with a
high resolution.
- Clock() - Constructor for class com.gurock.smartinspect.Clock
-
- ClockResolution - Class in com.gurock.smartinspect
-
Represents the timestamp resolution mode for the Clock class.
- close() - Method in class com.gurock.smartinspect.contexts.BinaryContext
-
Overridden.
- close() - Method in class com.gurock.smartinspect.contexts.TextContext
-
Overrides to release any resources of this text context.
- close() - Method in class com.gurock.smartinspect.contexts.ViewerContext
-
Releases any resources of this viewer context.
- close() - Method in class com.gurock.smartinspect.jdk.SmartInspectHandler
-
Overridden.
- CloudConnectionStringBuilder - Class in com.gurock.smartinspect.connections.builder.cloud
-
Class for convenient composition of the connection string.
- CloudConnectionStringBuilder() - Constructor for class com.gurock.smartinspect.connections.builder.cloud.CloudConnectionStringBuilder
-
- CloudProtocol - Class in com.gurock.smartinspect.protocols.cloud
-
Used for sending packets to the SmartInspect Cloud.
- CloudProtocol() - Constructor for class com.gurock.smartinspect.protocols.cloud.CloudProtocol
-
- CloudProtocolConnectionStringBuilder - Class in com.gurock.smartinspect.connections.builder
-
- CloudProtocolConnectionStringBuilder(ConnectionStringBuilder) - Constructor for class com.gurock.smartinspect.connections.builder.CloudProtocolConnectionStringBuilder
-
- CloudProtocolException - Exception in com.gurock.smartinspect.protocols.cloud.exceptions
-
- CloudProtocolException(String) - Constructor for exception com.gurock.smartinspect.protocols.cloud.exceptions.CloudProtocolException
-
- CloudProtocolExceptionReconnectAllowed - Exception in com.gurock.smartinspect.protocols.cloud.exceptions
-
- CloudProtocolExceptionReconnectAllowed(String) - Constructor for exception com.gurock.smartinspect.protocols.cloud.exceptions.CloudProtocolExceptionReconnectAllowed
-
- CloudProtocolExceptionReconnectForbidden - Exception in com.gurock.smartinspect.protocols.cloud.exceptions
-
- CloudProtocolExceptionReconnectForbidden(String) - Constructor for exception com.gurock.smartinspect.protocols.cloud.exceptions.CloudProtocolExceptionReconnectForbidden
-
- CloudProtocolExceptionWarning - Exception in com.gurock.smartinspect.protocols.cloud.exceptions
-
- CloudProtocolExceptionWarning(String) - Constructor for exception com.gurock.smartinspect.protocols.cloud.exceptions.CloudProtocolExceptionWarning
-
- com.gurock.smartinspect - package com.gurock.smartinspect
-
- com.gurock.smartinspect.connections - package com.gurock.smartinspect.connections
-
- com.gurock.smartinspect.connections.builder - package com.gurock.smartinspect.connections.builder
-
- com.gurock.smartinspect.connections.builder.cloud - package com.gurock.smartinspect.connections.builder.cloud
-
- com.gurock.smartinspect.connections.options - package com.gurock.smartinspect.connections.options
-
- com.gurock.smartinspect.contexts - package com.gurock.smartinspect.contexts
-
- com.gurock.smartinspect.formatters - package com.gurock.smartinspect.formatters
-
- com.gurock.smartinspect.jdk - package com.gurock.smartinspect.jdk
-
- com.gurock.smartinspect.packets - package com.gurock.smartinspect.packets
-
- com.gurock.smartinspect.packets.controlcommand - package com.gurock.smartinspect.packets.controlcommand
-
- com.gurock.smartinspect.packets.logentry - package com.gurock.smartinspect.packets.logentry
-
- com.gurock.smartinspect.packets.processflow - package com.gurock.smartinspect.packets.processflow
-
- com.gurock.smartinspect.packets.watch - package com.gurock.smartinspect.packets.watch
-
- com.gurock.smartinspect.protocols - package com.gurock.smartinspect.protocols
-
- com.gurock.smartinspect.protocols.cloud - package com.gurock.smartinspect.protocols.cloud
-
- com.gurock.smartinspect.protocols.cloud.exceptions - package com.gurock.smartinspect.protocols.cloud.exceptions
-
- com.gurock.smartinspect.protocols.pipe - package com.gurock.smartinspect.protocols.pipe
-
- com.gurock.smartinspect.scheduler - package com.gurock.smartinspect.scheduler
-
- com.gurock.smartinspect.session - package com.gurock.smartinspect.session
-
- Comment - Static variable in class com.gurock.smartinspect.packets.logentry.LogEntryType
-
Instructs the Console to treat a Log Entry as comment.
- compile(Packet) - Method in class com.gurock.smartinspect.formatters.BinaryFormatter
-
Overridden.
- compile(Packet) - Method in class com.gurock.smartinspect.formatters.Formatter
-
Preprocesses (or compiles) a packet and returns the required size for the compiled
result.
- compile(Packet) - Method in class com.gurock.smartinspect.formatters.TextFormatter
-
Overridden.
- compilePacket(Packet) - Method in class com.gurock.smartinspect.protocols.cloud.Chunk
-
Compile but don't add to the chunk yet.
- composeCustomLabelsString(Map<String, String>) - Static method in class com.gurock.smartinspect.protocols.cloud.CloudProtocol
-
- composeLogHeaderPacket() - Method in class com.gurock.smartinspect.protocols.cloud.CloudProtocol
-
Overrides TCP header packet composition, adds cloud-specific fields,
such as write key, virtual file id, custom labels.
- composeLogHeaderPacket() - Method in class com.gurock.smartinspect.protocols.Protocol
-
- Conditional - Static variable in class com.gurock.smartinspect.packets.logentry.LogEntryType
-
Instructs the Console to treat a Log Entry as conditional message.
- Configuration - Class in com.gurock.smartinspect
-
This class is responsible for handling the SmartInspect configuration and loading
it from a file.
- Configuration() - Constructor for class com.gurock.smartinspect.Configuration
-
Creates and initializes a Configuration instance.
- ConfigurationTimer - Class in com.gurock.smartinspect
-
A configurable timer for monitoring and reloading SmartInspect
configuration files on changes.
- ConfigurationTimer(SmartInspect, String, int) - Constructor for class com.gurock.smartinspect.ConfigurationTimer
-
Creates and initializes a new ConfigurationTimer object.
- connect() - Method in class com.gurock.smartinspect.protocols.cloud.CloudProtocol
-
- connect() - Method in class com.gurock.smartinspect.protocols.Protocol
-
Connects to the protocol destination.
- Connect - Static variable in class com.gurock.smartinspect.scheduler.SchedulerAction
-
Represents a connect protocol operation.
- ConnectionsBuilder - Class in com.gurock.smartinspect.connections
-
Assists in building a SmartInspect connections string.
- ConnectionsBuilder() - Constructor for class com.gurock.smartinspect.connections.ConnectionsBuilder
-
Creates and initializes a ConnectionsBuilder instance.
- ConnectionsParser - Class in com.gurock.smartinspect.connections
-
Responsible for parsing a SmartInspect connections string.
- ConnectionsParser() - Constructor for class com.gurock.smartinspect.connections.ConnectionsParser
-
- ConnectionsParserEvent - Class in com.gurock.smartinspect.connections
-
This class is used by the ConnectionsParser.parse method.
- ConnectionsParserEvent(Object, String, String) - Constructor for class com.gurock.smartinspect.connections.ConnectionsParserEvent
-
Creates and initializes a new ConnectionsParserEvent instance.
- ConnectionsParserListener - Interface in com.gurock.smartinspect.connections
-
This interface is used as callback for the ConnectionsParser.parse method.
- ConnectionStringBuilder - Class in com.gurock.smartinspect.connections.builder
-
Class for convenient composition of the connection string.
- ConnectionStringBuilder() - Constructor for class com.gurock.smartinspect.connections.builder.ConnectionStringBuilder
-
- contains(String) - Method in class com.gurock.smartinspect.Configuration
-
Tests if the configuration contains a value for a given key.
- contains(String) - Method in class com.gurock.smartinspect.LookupTable
-
Tests if the collection contains a value for a given key.
- contains(String) - Method in class com.gurock.smartinspect.protocols.ProtocolVariables
-
Tests if the collection contains a value for a given key.
- Control - Static variable in class com.gurock.smartinspect.Level
-
This log level represents a special log level which is only used
by the ControlCommand class and is not intended to be used
directly.
- ControlCommand - Class in com.gurock.smartinspect.packets.controlcommand
-
Represents the Control Command packet type which is used for
administrative tasks like resetting or clearing the Console.
- ControlCommand() - Constructor for class com.gurock.smartinspect.packets.controlcommand.ControlCommand
-
Overloaded.
- ControlCommand(ControlCommandType) - Constructor for class com.gurock.smartinspect.packets.controlcommand.ControlCommand
-
- ControlCommand - Static variable in class com.gurock.smartinspect.packets.PacketType
-
Identifies a packet as Control Command.
- ControlCommandEvent - Class in com.gurock.smartinspect.packets.controlcommand
-
This class is used by the SmartInspectListener.onControlCommand
event of the SmartInspect class.
- ControlCommandEvent(Object, ControlCommand) - Constructor for class com.gurock.smartinspect.packets.controlcommand.ControlCommandEvent
-
Creates and initializes a ControlCommandEvent instance.
- ControlCommandType - Class in com.gurock.smartinspect.packets.controlcommand
-
Represents the type of a ControlCommand packet.
- get(String) - Method in class com.gurock.smartinspect.protocols.ProtocolVariables
-
Returns a value of an element for a given key.
- get(String) - Method in class com.gurock.smartinspect.session.SessionManager
-
Returns a previously added session.
- getAction() - Method in class com.gurock.smartinspect.protocols.ProtocolCommand
-
Returns the custom protocol action to execute.
- getAction() - Method in class com.gurock.smartinspect.scheduler.SchedulerCommand
-
Returns the scheduler action to execute.
- getAppName() - Method in class com.gurock.smartinspect.packets.logentry.LogEntry
-
Returns the application name of this Log Entry.
- getAppName() - Method in class com.gurock.smartinspect.protocols.Protocol
-
Returns the application name of this protocol.
- getAppName() - Method in class com.gurock.smartinspect.SmartInspect
-
The application name helps you to identify Log Entries from
different applications in the SmartInspect Console.
- getAsyncEnabledDefaultValue() - Method in class com.gurock.smartinspect.protocols.cloud.CloudProtocol
-
Defines the default value for `async.enabled` option as `true`.
- getAsyncEnabledDefaultValue() - Method in class com.gurock.smartinspect.protocols.Protocol
-
Defines the default value for `async.enabled` option as `false`.
- getAsyncQueueDefaultValue() - Method in class com.gurock.smartinspect.protocols.cloud.CloudProtocol
-
Defines the default value for `async.queue` option as 20 megabytes.
- getAsyncQueueDefaultValue() - Method in class com.gurock.smartinspect.protocols.Protocol
-
Defines the default value for `async.queue` option as 2 megabytes.
- getBacklog() - Method in class com.gurock.smartinspect.packets.PacketQueue
-
Returns the total maximum memory size of this queue in bytes.
- getBooleanOption(String, boolean) - Method in class com.gurock.smartinspect.protocols.Protocol
-
A Boolean value will be treated as true if the value of the key matches either "true", "yes" or "1" and as false otherwise.
- getBooleanValue(String, boolean) - Method in class com.gurock.smartinspect.LookupTable
-
Returns a value of an element converted to a boolean for a given key.
- getBytes() - Method in class com.gurock.smartinspect.packets.Packet
-
Returns the amount of bytes needed for storing this packet
in the standard SmartInspect binary log file format as
represented by BinaryFormatter.
- getBytesOption(String, int, byte[]) - Method in class com.gurock.smartinspect.protocols.Protocol
-
Gets the byte array value of a key.
- getBytesValue(String, int, byte[]) - Method in class com.gurock.smartinspect.LookupTable
-
Returns a byte array value of an element for a given key.
- getCancel() - Method in class com.gurock.smartinspect.FilterEvent
-
Indicates if processing of the current packet should be cancelled or not.
- getCaption() - Method in class com.gurock.smartinspect.protocols.Protocol
-
Returns the caption of this protocol.
- getColor() - Method in class com.gurock.smartinspect.packets.logentry.LogEntry
-
Returns the background color of this Log Entry.
- getColor() - Method in class com.gurock.smartinspect.session.Session
-
Returns the background color in the SmartInspect Console of this session.
- getColor() - Method in class com.gurock.smartinspect.session.SessionDefaults
-
Returns the default color for newly created sessions.
- getColorValue(String, Color) - Method in class com.gurock.smartinspect.LookupTable
-
Returns a Color value of an element for a given key.
- getConnections() - Method in class com.gurock.smartinspect.connections.ConnectionsBuilder
-
Returns the built connections string.
- getConnections() - Method in class com.gurock.smartinspect.SmartInspect
-
Please see the setConnections method for a detailed description
of the connections string and its function.
- getContent() - Method in class com.gurock.smartinspect.packets.LogHeader
-
Returns the entire content of this Log Header packet.
- getControlCommand() - Method in class com.gurock.smartinspect.packets.controlcommand.ControlCommandEvent
-
Returns the ControlCommand packet, which has just been sent.
- getControlCommandType() - Method in class com.gurock.smartinspect.packets.controlcommand.ControlCommand
-
Returns the type of this Control Command.
- getCount() - Method in class com.gurock.smartinspect.Configuration
-
Returns the number of key/value pairs of this SmartInspect
configuration.
- getCount() - Method in class com.gurock.smartinspect.LookupTable
-
Returns the number of key/value pairs of this collection.
- getCount() - Method in class com.gurock.smartinspect.packets.PacketQueue
-
Returns the current amount of packets in this queue.
- getCount() - Method in class com.gurock.smartinspect.protocols.ProtocolVariables
-
Returns the number of key/value pairs of this collection.
- getCount() - Method in class com.gurock.smartinspect.scheduler.SchedulerQueue
-
Returns the current amount of scheduler commands in this queue.
- getData() - Method in class com.gurock.smartinspect.packets.controlcommand.ControlCommand
-
Returns the optional data block of the Control Command.
- getData() - Method in class com.gurock.smartinspect.packets.logentry.LogEntry
-
Returns the optional data block of the Log Entry.
- getDefaultFileName() - Method in class com.gurock.smartinspect.protocols.FileProtocol
-
Returns the default filename for this log file protocol.
- getDefaultFileName() - Method in class com.gurock.smartinspect.protocols.TextProtocol
-
Returns the default filename for this log file protocol.
- getDefaultLevel() - Method in class com.gurock.smartinspect.SmartInspect
-
Returns the default log level of this SmartInspect instance
and its related sessions.
- getDefaults() - Method in class com.gurock.smartinspect.session.SessionManager
-
This method lets you specify the default property values
for new sessions which will be passed to the add method.
- getDirectoryName(String) - Static method in class com.gurock.smartinspect.Path
-
Returns the directory name for a given path.
- getException() - Method in class com.gurock.smartinspect.ErrorEvent
-
Returns the occurred exception.
- getExtension(String) - Static method in class com.gurock.smartinspect.Path
-
Returns the file extension of a filename for a given path.
- getFileDate(String, String) - Static method in class com.gurock.smartinspect.FileHelper
-
- getFileName(String, boolean) - Static method in class com.gurock.smartinspect.FileHelper
-
- getFileName() - Method in exception com.gurock.smartinspect.LoadConfigurationException
-
Returns the name of the file which caused this exception while
trying to load the SmartInspect properties from it.
- getFileName() - Method in exception com.gurock.smartinspect.LoadConnectionsException
-
Returns the name of the file which caused this exception while
trying to load the connections string from it.
- getFileName(String) - Static method in class com.gurock.smartinspect.Path
-
Returns the file name for a given path.
- getFileSeparator() - Static method in class com.gurock.smartinspect.Path
-
Returns the file separator character of the current runtime environment.
- getFormatter() - Method in class com.gurock.smartinspect.jdk.SmartInspectHandler
-
Overridden.
- getFormatter() - Method in class com.gurock.smartinspect.protocols.FileProtocol
-
Returns the formatter for this log file protocol.
- getFormatter() - Method in class com.gurock.smartinspect.protocols.TextProtocol
-
Returns the formatter for this log file protocol.
- getHostName() - Method in class com.gurock.smartinspect.packets.logentry.LogEntry
-
Returns the hostname of this Log Entry.
- getHostName() - Method in class com.gurock.smartinspect.packets.processflow.ProcessFlow
-
Returns the hostname of this Process Flow entry.
- getHostName() - Method in class com.gurock.smartinspect.protocols.Protocol
-
Returns the hostname of this protocol.
- getHostName() - Method in class com.gurock.smartinspect.SmartInspect
-
Returns the hostname of the sending machine.
- getIndent() - Method in class com.gurock.smartinspect.formatters.TextFormatter
-
Returns if this formatter automatically intends log packets like
in the Views of the SmartInspect Console.
- getIndent() - Method in class com.gurock.smartinspect.PatternParser
-
Returns if the expand method automatically intends log packets like in the Views of the SmartInspect Console.
- getIndent() - Method in class com.gurock.smartinspect.Token
-
Indicates if this token supports indenting.
- getIntegerOption(String, int) - Method in class com.gurock.smartinspect.protocols.Protocol
-
Gets the integer value of a key.
- getIntegerValue(String, int) - Method in class com.gurock.smartinspect.LookupTable
-
Returns a value of an element converted to an integer for a given key.
- getIntValue() - Method in class com.gurock.smartinspect.Enum
-
Returns the integer value of this enum.
- getKey() - Method in class com.gurock.smartinspect.connections.options.OptionsParserEvent
-
This method returns the key of the option which has just been
found by an OptionsParser object.
- getLevel() - Method in class com.gurock.smartinspect.packets.Packet
-
Returns the log level of this packet.
- getLevel() - Method in class com.gurock.smartinspect.session.Session
-
Returns the log level of this Session object.
- getLevel() - Method in class com.gurock.smartinspect.session.SessionDefaults
-
Returns the default log level for newly created sessions.
- getLevel() - Method in class com.gurock.smartinspect.SmartInspect
-
Returns the log level of this SmartInspect instance and its related sessions.
- getLevelOption(String, Level) - Method in class com.gurock.smartinspect.protocols.Protocol
-
This method returns the defaultValue argument if either the supplied key is unknown
or the found value is not a valid Level value.
- getLevelValue(String, Level) - Method in class com.gurock.smartinspect.LookupTable
-
Returns a value of an element converted to a Level value for a given key.
- getLogEntry() - Method in class com.gurock.smartinspect.packets.logentry.LogEntryEvent
-
Returns the LogEntry packet, which has just been sent.
- getLogEntryType() - Method in class com.gurock.smartinspect.packets.logentry.LogEntry
-
Returns the type of this Log Entry.
- getMode() - Method in class com.gurock.smartinspect.FileRotater
-
Returns the FileRotate mode of this FileRotater object.
- getName() - Method in class com.gurock.smartinspect.packets.watch.Watch
-
Returns the name of this Watch.
- getName() - Method in class com.gurock.smartinspect.protocols.cloud.CloudProtocol
-
Overridden.
- getName() - Method in class com.gurock.smartinspect.protocols.FileProtocol
-
Overridden.
- getName() - Method in class com.gurock.smartinspect.protocols.MemoryProtocol
-
Overridden.
- getName() - Method in class com.gurock.smartinspect.protocols.pipe.PipeProtocol
-
Overridden.
- getName() - Method in class com.gurock.smartinspect.protocols.Protocol
-
Specifies the name of a real protocol implementation.
- getName() - Method in class com.gurock.smartinspect.protocols.TcpProtocol
-
Overridden.
- getName() - Method in class com.gurock.smartinspect.protocols.TextProtocol
-
Overridden.
- getName() - Method in class com.gurock.smartinspect.session.Session
-
Returns the session name used for Log Entries.
- getOptions() - Method in class com.gurock.smartinspect.connections.ConnectionsParserEvent
-
This method property returns the related options for the protocol
which has just been found by a ConnectionsParser object.
- getOptions() - Method in class com.gurock.smartinspect.Token
-
Returns the optional options string for this token.
- getPacket() - Method in class com.gurock.smartinspect.FilterEvent
-
Returns the packet which caused the event.
- getPacketType() - Method in class com.gurock.smartinspect.packets.controlcommand.ControlCommand
-
Overridden.
- getPacketType() - Method in class com.gurock.smartinspect.packets.logentry.LogEntry
-
Overridden.
- getPacketType() - Method in class com.gurock.smartinspect.packets.LogHeader
-
Overridden.
- getPacketType() - Method in class com.gurock.smartinspect.packets.Packet
-
Intended to return the type of the packet.
- getPacketType() - Method in class com.gurock.smartinspect.packets.processflow.ProcessFlow
-
Overridden.
- getPacketType() - Method in class com.gurock.smartinspect.packets.watch.Watch
-
Overridden.
- getPacketType() - Method in class com.gurock.smartinspect.protocols.cloud.Chunk
-
- getParent() - Method in class com.gurock.smartinspect.session.Session
-
Returns the parent of the session.
- getPattern() - Method in class com.gurock.smartinspect.formatters.TextFormatter
-
Returns the pattern used to create a text representation of a packet.
- getPattern() - Method in class com.gurock.smartinspect.PatternParser
-
Returns the pattern string for this PatternParser object.
- getProcessFlow() - Method in class com.gurock.smartinspect.packets.processflow.ProcessFlowEvent
-
Returns the ProcessFlow packet, which has just been sent.
- getProcessFlowType() - Method in class com.gurock.smartinspect.packets.processflow.ProcessFlow
-
Returns the type of this Process Flow entry.
- getProcessId() - Method in class com.gurock.smartinspect.packets.logentry.LogEntry
-
Returns the process ID of this LogEntry object.
- getProcessId() - Method in class com.gurock.smartinspect.packets.processflow.ProcessFlow
-
Returns the process ID of this ProcessFlow object.
- getProtocol() - Method in class com.gurock.smartinspect.connections.ConnectionsParserEvent
-
This method returns the protocol which has just been found by a
ConnectionsParser object.
- getProtocol() - Method in class com.gurock.smartinspect.connections.options.OptionsParserEvent
-
This method returns the protocol of the option which has just
been found by a OptionsParser object.
- getProtocol(String, String) - Static method in class com.gurock.smartinspect.protocols.ProtocolFactory
-
Creates an instance of a Protocol subclass.
- getProtocolName() - Method in exception com.gurock.smartinspect.protocols.ProtocolException
-
Returns the name of the protocol which caused this exception
- getProtocolOptions() - Method in exception com.gurock.smartinspect.protocols.ProtocolException
-
Returns the options of the protocol which caused this exception.
- getReconnectDefaultValue() - Method in class com.gurock.smartinspect.protocols.cloud.CloudProtocol
-
Defines the default value for `reconnect` option as `true`.
- getReconnectDefaultValue() - Method in class com.gurock.smartinspect.protocols.Protocol
-
Defines the default value for `reconnect` option as `true`.
- getResolution() - Method in class com.gurock.smartinspect.SmartInspect
-
Returns the timestamp resolution mode for this SmartInspect object.
- getRotateOption(String, FileRotate) - Method in class com.gurock.smartinspect.protocols.Protocol
-
Gets a FileRotate value of a key.
- getRotateValue(String, FileRotate) - Method in class com.gurock.smartinspect.LookupTable
-
Returns a value of an element converted to a FileRotate value for a given key.
- getSession() - Method in class com.gurock.smartinspect.jdk.SmartInspectHandler
-
Returns the session used to publish LogRecords.
- getSession(String) - Method in class com.gurock.smartinspect.SmartInspect
-
Returns a previously added session.
- getSessionDefaults() - Method in class com.gurock.smartinspect.SmartInspect
-
Returns the default property values for new sessions.
- getSessionName() - Method in class com.gurock.smartinspect.packets.logentry.LogEntry
-
The session name of a Log Entry is normally set to the name of
the session which sent this Log Entry.
- getSize() - Method in class com.gurock.smartinspect.packets.controlcommand.ControlCommand
-
Overridden.
- getSize() - Method in class com.gurock.smartinspect.packets.logentry.LogEntry
-
Overridden.
- getSize() - Method in class com.gurock.smartinspect.packets.LogHeader
-
Overridden.
- getSize() - Method in class com.gurock.smartinspect.packets.Packet
-
This method returns the total occupied memory size of this packet.
- getSize() - Method in class com.gurock.smartinspect.packets.processflow.ProcessFlow
-
Overridden.
- getSize() - Method in class com.gurock.smartinspect.packets.watch.Watch
-
Overridden.
- getSize() - Method in class com.gurock.smartinspect.protocols.cloud.Chunk
-
- getSize() - Method in class com.gurock.smartinspect.scheduler.SchedulerCommand
-
Calculates and returns the total memory size occupied by
this scheduler command.
- getSize() - Method in class com.gurock.smartinspect.scheduler.SchedulerQueue
-
Returns the current size of this queue in bytes.
- getSizeOption(String, long) - Method in class com.gurock.smartinspect.protocols.Protocol
-
Gets an integer value of a key.
- getSizeValue(String, long) - Method in class com.gurock.smartinspect.LookupTable
-
Returns a value of an element converted to an integer for a
given key.
- getSocketWithCert(String, int, String, String, SSLSocketKeystoreFactory.SecureType) - Static method in class fr.gpotter2.sslkeystorefactories.SSLSocketKeystoreFactory
-
Instantiate sslsocket
- getSocketWithCert(String, int, InputStream, String, SSLSocketKeystoreFactory.SecureType) - Static method in class fr.gpotter2.sslkeystorefactories.SSLSocketKeystoreFactory
-
Instantiate sslsocket
- getSocketWithCert(InetAddress, int, String, String, SSLSocketKeystoreFactory.SecureType) - Static method in class fr.gpotter2.sslkeystorefactories.SSLSocketKeystoreFactory
-
Instantiate sslsocket
- getSocketWithCert(InetAddress, int, InputStream, String, SSLSocketKeystoreFactory.SecureType) - Static method in class fr.gpotter2.sslkeystorefactories.SSLSocketKeystoreFactory
-
Instantiate sslsocket
- getSocketWithCert(InetAddress, int, InputStream, String, SSLSocketKeystoreFactory.SecureType, Proxy) - Static method in class fr.gpotter2.sslkeystorefactories.SSLSocketKeystoreFactory
-
Instantiate sslsocket (beta proxy)
- getState() - Method in class com.gurock.smartinspect.protocols.ProtocolCommand
-
Returns the optional protocol command object which provides
additional information about the custom protocol action.
- getState() - Method in class com.gurock.smartinspect.scheduler.SchedulerCommand
-
Returns the optional scheduler command state object which
provides additional information about the scheduler command.
- getStream(OutputStream) - Method in class com.gurock.smartinspect.protocols.FileProtocol
-
Intended to provide a wrapper stream for the underlying file stream.
- getStringOption(String, String) - Method in class com.gurock.smartinspect.protocols.Protocol
-
Gets the string of a key.
- getStringSize(String) - Method in class com.gurock.smartinspect.packets.Packet
-
Returns the memory size occupied by a string.
- getStringValue(String, String) - Method in class com.gurock.smartinspect.LookupTable
-
Returns a value of an element for a given key.
- getThreadId() - Method in class com.gurock.smartinspect.packets.logentry.LogEntry
-
Returns the thread ID of this LogEntry object.
- getThreadId() - Method in class com.gurock.smartinspect.packets.Packet
-
Returns the ID of the current thread.
- getThreadId() - Method in class com.gurock.smartinspect.packets.processflow.ProcessFlow
-
Returns the thread ID of this ProcessFlow object.
- getThreshold() - Method in class com.gurock.smartinspect.scheduler.Scheduler
-
Returns the maximum size of the scheduler command queue.
- getThrottle() - Method in class com.gurock.smartinspect.scheduler.Scheduler
-
Indicates if the scheduler should automatically throttle threads that enqueue new scheduler commands.
- getTimespanOption(String, long) - Method in class com.gurock.smartinspect.protocols.Protocol
-
Gets an integer value of a key.
- getTimespanValue(String, long) - Method in class com.gurock.smartinspect.LookupTable
-
Returns a value of an element converted to an integer for a given key.
- getTimestamp() - Method in class com.gurock.smartinspect.packets.logentry.LogEntry
-
Returns the timestamp of this LogEntry object.
- getTimestamp() - Method in class com.gurock.smartinspect.packets.processflow.ProcessFlow
-
Returns the timestamp of this ProcessFlow object.
- getTimestamp() - Method in class com.gurock.smartinspect.packets.watch.Watch
-
Returns the timestamp of this Watch object.
- getTitle() - Method in class com.gurock.smartinspect.packets.logentry.LogEntry
-
Returns the title of this Log Entry.
- getTitle() - Method in class com.gurock.smartinspect.packets.processflow.ProcessFlow
-
Returns the title of this Process Flow entry.
- getToken(String) - Static method in class com.gurock.smartinspect.TokenFactory
-
Creates instance of Token subclasses.
- getType() - Method in enum fr.gpotter2.sslkeystorefactories.SSLSocketKeystoreFactory.SecureType
-
- getValue() - Method in class com.gurock.smartinspect.connections.options.OptionsParserEvent
-
This method returns the value of the option which has just been
found by a OptionsParser object.
- getValue() - Method in class com.gurock.smartinspect.packets.watch.Watch
-
Returns the value of this Watch.
- getValue() - Method in class com.gurock.smartinspect.Token
-
Returns the raw string value of the parsed pattern string for
this token.
- getVariable(String) - Method in class com.gurock.smartinspect.SmartInspect
-
Returns the value of a connection variable.
- getVersion() - Static method in class com.gurock.smartinspect.SmartInspect
-
Returns the version number of the SmartInspect Java library.
- getViewerData() - Method in class com.gurock.smartinspect.contexts.BinaryContext
-
Overridden.
- getViewerData() - Method in class com.gurock.smartinspect.contexts.TextContext
-
Overridden.
- getViewerData() - Method in class com.gurock.smartinspect.contexts.ViewerContext
-
Returns the actual data which will be displayed in the viewer
specified by the getViewerId method.
- getViewerId() - Method in class com.gurock.smartinspect.contexts.ViewerContext
-
Returns the viewer ID which specifies the viewer to use in
the Console.
- getViewerId() - Method in class com.gurock.smartinspect.packets.logentry.LogEntry
-
Returns the viewer ID of this Log Entry.
- getWatch() - Method in class com.gurock.smartinspect.packets.watch.WatchEvent
-
Returns the Watch packet, which has just been sent.
- getWatchType() - Method in class com.gurock.smartinspect.packets.watch.Watch
-
Returns the type of this Watch.
- getWidth() - Method in class com.gurock.smartinspect.Token
-
Returns the minimum width of this token.
- Graphic - Static variable in class com.gurock.smartinspect.packets.logentry.LogEntryType
-
Instructs the Console to treat the Log Entry as Log Entry with a picture as data.
- GraphicId - Class in com.gurock.smartinspect
-
Used by the GraphicViewerContext class to specify the desired
picture type.
- GraphicViewerContext - Class in com.gurock.smartinspect.contexts
-
Represents the graphic viewer in the Console which can display images.
- GraphicViewerContext(GraphicId) - Constructor for class com.gurock.smartinspect.contexts.GraphicViewerContext
-
Creates and initializes a GraphicViewerContext instance.
- greater(Enum) - Method in class com.gurock.smartinspect.Enum
-
Indicates whether the integer value of this Enum is greater
than the integer value of some other Enum.
- greaterEqual(Enum) - Method in class com.gurock.smartinspect.Enum
-
Indicates whether the integer value of this Enum is greater
than or equal to the integer value of some other Enum.
- LeaveMethod - Static variable in class com.gurock.smartinspect.packets.logentry.LogEntryType
-
Instructs the Console to leave a method.
- LeaveMethod - Static variable in class com.gurock.smartinspect.packets.processflow.ProcessFlowType
-
Instructs the Console to leave a method.
- leaveMethod(String) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- leaveMethod(Level, String) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- leaveMethod(String, Object[]) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- leaveMethod(Level, String, Object[]) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- leaveMethod(Object, String) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- leaveMethod(Level, Object, String) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- leaveMethod(Object, String, Object[]) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- leaveMethod(Level, Object, String, Object[]) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- LeaveProcess - Static variable in class com.gurock.smartinspect.packets.processflow.ProcessFlowType
-
Instructs the Console to leave a process.
- leaveProcess() - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- leaveProcess(Level) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- leaveProcess(String) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- leaveProcess(Level, String) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- leaveProcess(String, Object[]) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- leaveProcess(Level, String, Object[]) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- LeaveThread - Static variable in class com.gurock.smartinspect.packets.processflow.ProcessFlowType
-
Instructs the Console to leave a thread.
- leaveThread(String) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- leaveThread(Level, String) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- leaveThread(String, Object[]) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded method.
- leaveThread(Level, String, Object[]) - Method in class com.gurock.smartinspect.session.Session
-
Leaves a thread by using a custom log level.
- less(Enum) - Method in class com.gurock.smartinspect.Enum
-
Indicates whether the integer value of this Enum is less than
the integer value of some other Enum.
- lessEqual(Enum) - Method in class com.gurock.smartinspect.Enum
-
Indicates whether the integer value of this Enum is less than
or equal to the integer value of some other Enum.
- Level - Class in com.gurock.smartinspect
-
Represents the log level in the SmartInspect Java library.
- List - Static variable in class com.gurock.smartinspect.ViewerId
-
Instructs the Console to display the data of a Log Entry
as a list.
- ListViewerContext - Class in com.gurock.smartinspect.contexts
-
Represents the list viewer in the Console which can display simple
lists of text data.
- ListViewerContext() - Constructor for class com.gurock.smartinspect.contexts.ListViewerContext
-
Overloaded.
- ListViewerContext(ViewerId) - Constructor for class com.gurock.smartinspect.contexts.ListViewerContext
-
Overloaded.
- loadConfiguration(Configuration) - Method in class com.gurock.smartinspect.session.SessionManager
-
Loads the configuration properties of this session manager.
- loadConfiguration(String) - Method in class com.gurock.smartinspect.SmartInspect
-
Loads the properties and sessions of this SmartInspect instance from a file.
- LoadConfigurationException - Exception in com.gurock.smartinspect
-
Used to report errors concerning the SmartInspect.loadConfiguration method.
- LoadConfigurationException(String, String) - Constructor for exception com.gurock.smartinspect.LoadConfigurationException
-
Creates and initializes a LoadConfigurationException instance.
- loadConnections(String) - Method in class com.gurock.smartinspect.SmartInspect
-
Overloaded.
- loadConnections(String, boolean) - Method in class com.gurock.smartinspect.SmartInspect
-
Overloaded.
- LoadConnectionsException - Exception in com.gurock.smartinspect
-
Used to report errors concerning the SmartInspect.loadConnections method.
- LoadConnectionsException(String, String) - Constructor for exception com.gurock.smartinspect.LoadConnectionsException
-
Creates and initializes a LoadConnectionsException instance.
- loadFromFile(String) - Method in class com.gurock.smartinspect.Configuration
-
Loads the configuration from a file.
- loadFromFile(String) - Method in class com.gurock.smartinspect.contexts.BinaryContext
-
Loads the binary data from a file.
- loadFromFile(String) - Method in class com.gurock.smartinspect.contexts.TextContext
-
Loads the text from a file.
- loadFromReader(Reader) - Method in class com.gurock.smartinspect.contexts.TextContext
-
Loads the text from a reader.
- loadFromStream(InputStream) - Method in class com.gurock.smartinspect.contexts.BinaryContext
-
Loads the binary data from a stream.
- loadFromStream(InputStream) - Method in class com.gurock.smartinspect.contexts.TextContext
-
Loads the text from a stream
- loadFromText(String) - Method in class com.gurock.smartinspect.contexts.TextContext
-
Loads the text.
- loadOptions() - Method in class com.gurock.smartinspect.protocols.cloud.CloudProtocol
-
Overridden.
- loadOptions() - Method in class com.gurock.smartinspect.protocols.FileProtocol
-
Overridden.
- loadOptions() - Method in class com.gurock.smartinspect.protocols.MemoryProtocol
-
Overridden.
- loadOptions() - Method in class com.gurock.smartinspect.protocols.pipe.PipeProtocol
-
Overridden.
- loadOptions() - Method in class com.gurock.smartinspect.protocols.Protocol
-
Loads and inspects protocol specific options.
- loadOptions() - Method in class com.gurock.smartinspect.protocols.TcpProtocol
-
Overridden.
- loadOptions() - Method in class com.gurock.smartinspect.protocols.TextProtocol
-
Overridden.
- lock() - Method in class com.gurock.smartinspect.packets.Packet
-
This method locks this packet for safe multi-threaded packet processing
if this packet is operating in thread-safe mode.
- logArray(String, Object[]) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logArray(Level, String, Object[]) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logAssert(boolean, String) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logAssert(boolean, String, Object[]) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logAssigned(String, Object) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logAssigned(Level, String, Object) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logBinary(String, byte[]) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logBinary(Level, String, byte[]) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logBinary(String, byte[], int, int) - Method in class com.gurock.smartinspect.session.Session
-
Logs a byte array with the default log level and displays it in a hex viewer.
- logBinary(Level, String, byte[], int, int) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logBinaryFile(String) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logBinaryFile(Level, String) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logBinaryFile(String, String) - Method in class com.gurock.smartinspect.session.Session
-
Logs a binary file and displays its content in a hex
viewer using a custom title and default log level.
- logBinaryFile(Level, String, String) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logBinaryStream(String, InputStream) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logBinaryStream(Level, String, InputStream) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logBitmapFile(String) - Method in class com.gurock.smartinspect.session.Session
-
Logs a bitmap file with the default log level and
displays it in the Console.
- logBitmapFile(Level, String) - Method in class com.gurock.smartinspect.session.Session
-
Logs a bitmap file with a custom log level and displays it in the Console.
- logBitmapFile(String, String) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logBitmapFile(Level, String, String) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logBitmapStream(String, InputStream) - Method in class com.gurock.smartinspect.session.Session
-
Logs a stream with the default log level and interprets its content as a bitmap.
- logBitmapStream(Level, String, InputStream) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logBoolean(String, boolean) - Method in class com.gurock.smartinspect.session.Session
-
Logs a boolean value with the default log level.
- logBoolean(Level, String, boolean) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logByte(String, byte) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logByte(Level, String, byte) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logByte(String, byte, boolean) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logByte(Level, String, byte, boolean) - Method in class com.gurock.smartinspect.session.Session
-
This method logs the name and value of a byte variable.
- logChar(String, char) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded method.
- logChar(Level, String, char) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logCollection(String, Collection) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logCollection(Level, String, Collection) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logColored(Color, String) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logColored(Level, Color, String) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logColored(Color, String, Object[]) - Method in class com.gurock.smartinspect.session.Session
-
Logs a colored message with the default log level.
- logColored(Level, Color, String, Object[]) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded method that logs a colored message with a custom log level.
- logConditional(boolean, String) - Method in class com.gurock.smartinspect.session.Session
-
Logs a conditional message with the default log level.
- logConditional(boolean, String, Object[]) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logConditional(Level, boolean, String) - Method in class com.gurock.smartinspect.session.Session
-
Logs a conditional message with a custom log level.
- logConditional(Level, boolean, String, Object[]) - Method in class com.gurock.smartinspect.session.Session
-
Logs a conditional message with a custom log level.
- logCurrentStackTrace() - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logCurrentStackTrace(Level) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logCurrentStackTrace(String) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logCurrentStackTrace(Level, String) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logCurrentThread() - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logCurrentThread(Level) - Method in class com.gurock.smartinspect.session.Session
-
Logs information about the current thread with a custom log level.
- logCurrentThread(String) - Method in class com.gurock.smartinspect.session.Session
-
Logs information about the current thread using a
custom title and the default log level.
- logCurrentThread(Level, String) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded method that logs information about the current thread using a
custom title and a custom log level.
- logCustomContext(String, LogEntryType, ViewerContext) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logCustomContext(Level, String, LogEntryType, ViewerContext) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logCustomFile(String, LogEntryType, ViewerId) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logCustomFile(Level, String, LogEntryType, ViewerId) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logCustomFile(String, String, LogEntryType, ViewerId) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logCustomFile(Level, String, String, LogEntryType, ViewerId) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logCustomReader(String, Reader, LogEntryType, ViewerId) - Method in class com.gurock.smartinspect.session.Session
-
Logs the content of a reader using a custom Log Entry type, viewer ID and
default log level.
- logCustomReader(Level, String, Reader, LogEntryType, ViewerId) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logCustomStream(String, InputStream, LogEntryType, ViewerId) - Method in class com.gurock.smartinspect.session.Session
-
Logs the content of a stream using a custom Log Entry type, viewer ID and default log level.
- logCustomStream(Level, String, InputStream, LogEntryType, ViewerId) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logCustomText(String, String, LogEntryType, ViewerId) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logCustomText(Level, String, String, LogEntryType, ViewerId) - Method in class com.gurock.smartinspect.session.Session
-
Logs a text using a custom Log Entry type, viewer ID and custom log level.
- logDate(String, Date) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logDate(Level, String, Date) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logDebug(String) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logDebug(String, Object[]) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logDouble(String, double) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logDouble(Level, String, double) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- LogEntry - Class in com.gurock.smartinspect.packets.logentry
-
Represents the Log Entry packet type which is used for nearly all
logging methods in the Session class.
- LogEntry() - Constructor for class com.gurock.smartinspect.packets.logentry.LogEntry
-
Overloaded.
- LogEntry(LogEntryType, ViewerId) - Constructor for class com.gurock.smartinspect.packets.logentry.LogEntry
-
Overloaded.
- LogEntry - Static variable in class com.gurock.smartinspect.packets.PacketType
-
Identifies a packet as Log Entry.
- LogEntryEvent - Class in com.gurock.smartinspect.packets.logentry
-
This class is used by the SmartInspectListener.onLogEntry event of
the SmartInspect class.
- LogEntryEvent(Object, LogEntry) - Constructor for class com.gurock.smartinspect.packets.logentry.LogEntryEvent
-
Creates and initializes a LogEntryEvent instance.
- LogEntryType - Class in com.gurock.smartinspect.packets.logentry
-
Represents the type of LogEntry packet.
- logError(String) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logError(String, Object[]) - Method in class com.gurock.smartinspect.session.Session
-
Logs an error message with a log level of Level.Error.
- logException(Throwable) - Method in class com.gurock.smartinspect.session.Session
-
Logs the content of an exception with a log level of Level.Error.
- logException(String, Throwable) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logFatal(String) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded method to log a fatal error message with a log level of Level.Fatal.
- logFatal(String, Object[]) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logFloat(String, float) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logFloat(Level, String, float) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logger - Static variable in class com.gurock.smartinspect.protocols.cloud.Chunk
-
- logger - Static variable in class com.gurock.smartinspect.protocols.cloud.CloudProtocol
-
- logger - Static variable in class com.gurock.smartinspect.scheduler.Scheduler
-
- logger - Static variable in class com.gurock.smartinspect.scheduler.SchedulerQueue
-
- LogHeader - Class in com.gurock.smartinspect.packets
-
Represents the Log Header packet type which is used for storing
and transferring log metadata.
- LogHeader() - Constructor for class com.gurock.smartinspect.packets.LogHeader
-
- LogHeader - Static variable in class com.gurock.smartinspect.packets.PacketType
-
Identifies a packet as Log Header.
- logHtml(String, String) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logHtml(Level, String, String) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logHtmlFile(String) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logHtmlFile(Level, String) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logHtmlFile(String, String) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logHtmlFile(Level, String, String) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logHtmlReader(String, Reader) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logHtmlReader(Level, String, Reader) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logHtmlStream(String, InputStream) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logHtmlStream(Level, String, InputStream) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logIconFile(String) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logIconFile(Level, String) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logIconFile(String, String) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logIconFile(Level, String, String) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logIconStream(String, InputStream) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logIconStream(Level, String, InputStream) - Method in class com.gurock.smartinspect.session.Session
-
Logs a stream with a custom log level and interprets its content as Windows icon.
- logInt(String, int) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logInt(Level, String, int) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logInt(String, int, boolean) - Method in class com.gurock.smartinspect.session.Session
-
Logs an integer value with an optional hexadecimal
representation and default log level.
- logInt(Level, String, int, boolean) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logInternalError(String) - Method in class com.gurock.smartinspect.session.Session
-
Logs an internal error with a log level of Level.Error.
- logInternalError(String, Object[]) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logJpegFile(String) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logJpegFile(Level, String) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logJpegFile(String, String) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logJpegFile(Level, String, String) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logJpegStream(String, InputStream) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logJpegStream(Level, String, InputStream) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logLong(String, long) - Method in class com.gurock.smartinspect.session.Session
-
Logs a long integer value with the default log level.
- logLong(Level, String, long) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logLong(String, long, boolean) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logLong(Level, String, long, boolean) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logMap(String, Map) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logMap(Level, String, Map) - Method in class com.gurock.smartinspect.session.Session
-
Logs the content of a map with a custom log level.
- logMemoryStatistic() - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logMemoryStatistic(Level) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logMemoryStatistic(String) - Method in class com.gurock.smartinspect.session.Session
-
Logs memory statistics about the virtual machine
using a custom title and default log level.
- logMemoryStatistic(Level, String) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logMessage(String) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logMessage(String, Object[]) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logMetafileFile(String) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logMetafileFile(Level, String) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logMetafileFile(String, String) - Method in class com.gurock.smartinspect.session.Session
-
Logs a Windows Metafile file and displays it in the console using a custom title and default log level.
- logMetafileFile(Level, String, String) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logMetafileStream(String, InputStream) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logMetafileStream(Level, String, InputStream) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logObject(String, Object) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logObject(Level, String, Object) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logObject(String, Object, boolean) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded method that logs fields of an object with the default log level.
- logObject(Level, String, Object, boolean) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logObjectValue(String, Object) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logObjectValue(Level, String, Object) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logReader(String, Reader) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logReader(Level, String, Reader) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logResultSet(String, ResultSet) - Method in class com.gurock.smartinspect.session.Session
-
Logs the content of a ResultSet with the default log level.
- logResultSet(Level, String, ResultSet) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded method that logs the content of a ResultSet with a custom log level.
- logResultSetMetaData(String, ResultSet) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logResultSetMetaData(Level, String, ResultSet) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logResultSetMetaData(String, ResultSetMetaData) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded method that logs the metadata of a ResultSet with the default log level.
- logResultSetMetaData(Level, String, ResultSetMetaData) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logSeparator() - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logSeparator(Level) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logShort(String, short) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logShort(Level, String, short) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logShort(String, short, boolean) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logShort(Level, String, short, boolean) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logSource(String, String, SourceId) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logSource(Level, String, String, SourceId) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded method, logs source code that is displayed with syntax highlighting in the Console using a custom log level.
- logSourceFile(String, SourceId) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logSourceFile(Level, String, SourceId) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logSourceFile(String, String, SourceId) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logSourceFile(Level, String, String, SourceId) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logSourceReader(String, Reader, SourceId) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logSourceReader(Level, String, Reader, SourceId) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logSourceStream(String, InputStream, SourceId) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logSourceStream(Level, String, InputStream, SourceId) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logSql(String, String) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logSql(Level, String, String) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logStream(String, InputStream) - Method in class com.gurock.smartinspect.session.Session
-
Logs the content of a binary stream with the default log level.
- logStream(Level, String, InputStream) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logString(String, String) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logString(Level, String, String) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logStringBuffer(String, StringBuffer) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded method, logs the content of a StringBuffer instance with the
default log level.
- logStringBuffer(Level, String, StringBuffer) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logSystem() - Method in class com.gurock.smartinspect.session.Session
-
Logs information about the system with the default log level.
- logSystem(Level) - Method in class com.gurock.smartinspect.session.Session
-
Logs information about the system with a custom log level.
- logSystem(String) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logSystem(Level, String) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logText(String, String) - Method in class com.gurock.smartinspect.session.Session
-
Logs a string with the default log level and displays it in a read-only text field.
- logText(Level, String, String) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logTextFile(String) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logTextFile(Level, String) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logTextFile(String, String) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logTextFile(Level, String, String) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logTextReader(String, Reader) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded method.
- logTextReader(Level, String, Reader) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logTextStream(String, InputStream) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logTextStream(Level, String, InputStream) - Method in class com.gurock.smartinspect.session.Session
-
Logs a stream with a custom log level and displays
the content in a read-only text field.
- logThread(String, Thread) - Method in class com.gurock.smartinspect.session.Session
-
This method logs information about the supplied thread.
- logThread(Level, String, Thread) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logValue(String, boolean) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logValue(Level, String, boolean) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logValue(String, char) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logValue(Level, String, char) - Method in class com.gurock.smartinspect.session.Session
-
Logs the name and value of a char variable with a custom log level.
- logValue(String, byte) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logValue(Level, String, byte) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logValue(String, short) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logValue(Level, String, short) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logValue(String, int) - Method in class com.gurock.smartinspect.session.Session
-
Logs the name and value of an integer variable with the default log level.
- logValue(Level, String, int) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logValue(String, long) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logValue(Level, String, long) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logValue(String, float) - Method in class com.gurock.smartinspect.session.Session
-
Logs the name and value of a float variable with the default log level.
- logValue(Level, String, float) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logValue(String, double) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logValue(Level, String, double) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logValue(String, String) - Method in class com.gurock.smartinspect.session.Session
-
Logs the name and value of a string variable with
the default log level.
- logValue(Level, String, String) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded method that logs the name and value of a string variable
with a custom log level.
- logValue(String, Object) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logValue(Level, String, Object) - Method in class com.gurock.smartinspect.session.Session
-
Logs the name and value of an object with a custom log level.
- logValue(String, Date) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logValue(Level, String, Date) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logVerbose(String) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded method.
- logVerbose(String, Object[]) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logWarning(String) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logWarning(String, Object[]) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- LookupTable - Class in com.gurock.smartinspect
-
Represents a simple collection of key/value pairs.
- LookupTable() - Constructor for class com.gurock.smartinspect.LookupTable
-
Creates and initializes a LookupTable instance.
- Packet - Class in com.gurock.smartinspect.packets
-
This is the abstract base class for all packets in the SmartInspect Java library.
- Packet() - Constructor for class com.gurock.smartinspect.packets.Packet
-
Creates and initializes a Packet instance with a default log
level of Level.Message.
- PACKET_HEADER - Static variable in class com.gurock.smartinspect.packets.Packet
-
- packetCount - Variable in class com.gurock.smartinspect.protocols.cloud.Chunk
-
- PacketQueue - Class in com.gurock.smartinspect.packets
-
Manages a memory size limited queue of packets.
- PacketQueue() - Constructor for class com.gurock.smartinspect.packets.PacketQueue
-
- PacketType - Class in com.gurock.smartinspect.packets
-
Represents the type of packet.
- parent - Variable in class com.gurock.smartinspect.connections.builder.ProtocolConnectionStringBuilder
-
- parse(String, ConnectionsParserListener) - Method in class com.gurock.smartinspect.connections.ConnectionsParser
-
Parses a connections string.
- parse(String, String, OptionsParserListener) - Method in class com.gurock.smartinspect.connections.options.OptionsParser
-
Parses the options part of a connections string and informs the caller about found options with the
supplied callback listener.
- Path - Class in com.gurock.smartinspect
-
Provides static methods to perform certain operations on strings which represent a path.
- Path() - Constructor for class com.gurock.smartinspect.Path
-
- PatternParser - Class in com.gurock.smartinspect
-
Capable of parsing and expanding a pattern string as used in the
TextProtocol and TextFormatter classes.
- PatternParser() - Constructor for class com.gurock.smartinspect.PatternParser
-
Creates and initializes a PatternParser instance.
- Perl - Static variable in class com.gurock.smartinspect.SourceId
-
Instructs the logSource methods of the Session class to choose
syntax highlighting for Perl.
- PerlSource - Static variable in class com.gurock.smartinspect.ViewerId
-
Instructs the Console to display the data of a Log Entry
as Perl source with syntax highlighting.
- PipeProtocol - Class in com.gurock.smartinspect.protocols.pipe
-
Used for sending packets to a local SmartInspect Console over a
named pipe connection.
- PipeProtocol() - Constructor for class com.gurock.smartinspect.protocols.pipe.PipeProtocol
-
Creates and initializes a PipeProtocol instance.
- PipeProtocolConnectionStringBuilder - Class in com.gurock.smartinspect.connections.builder
-
- PipeProtocolConnectionStringBuilder(ConnectionStringBuilder) - Constructor for class com.gurock.smartinspect.connections.builder.PipeProtocolConnectionStringBuilder
-
- pop() - Method in class com.gurock.smartinspect.packets.PacketQueue
-
Returns a packet and removes it from the queue.
- ProcessFlow - Static variable in class com.gurock.smartinspect.packets.PacketType
-
Identifies a packet as Process Flow entry.
- ProcessFlow - Class in com.gurock.smartinspect.packets.processflow
-
Represents the Process Flow packet type which is used in the
enter/leave methods in the Session class.
- ProcessFlow() - Constructor for class com.gurock.smartinspect.packets.processflow.ProcessFlow
-
Overloaded.
- ProcessFlow(ProcessFlowType) - Constructor for class com.gurock.smartinspect.packets.processflow.ProcessFlow
-
Creates and initializes a ProcessFlow instance with a custom process flow type.
- ProcessFlowEvent - Class in com.gurock.smartinspect.packets.processflow
-
This class is used by the SmartInspectListener.onProcessFlow event
of the SmartInspect class.
- ProcessFlowEvent(Object, ProcessFlow) - Constructor for class com.gurock.smartinspect.packets.processflow.ProcessFlowEvent
-
Creates and initializes a ProcessFlowEvent instance.
- ProcessFlowType - Class in com.gurock.smartinspect.packets.processflow
-
Represents the type of ProcessFlow packet.
- Protocol - Class in com.gurock.smartinspect.protocols
-
This is the abstract base class for a protocol.
- Protocol() - Constructor for class com.gurock.smartinspect.protocols.Protocol
-
Creates and initializes a Protocol subclass instance.
- ProtocolAdapter - Class in com.gurock.smartinspect.protocols
-
Represents the adapter class for the ProtocolListener event
interface of the Protocol class.
- ProtocolAdapter() - Constructor for class com.gurock.smartinspect.protocols.ProtocolAdapter
-
- ProtocolCommand - Class in com.gurock.smartinspect.protocols
-
Represents a custom protocol action command as used by the
Protocol.dispatch method.
- ProtocolCommand(int, Object) - Constructor for class com.gurock.smartinspect.protocols.ProtocolCommand
-
Creates and initializes a new ProtocolCommand instance.
- ProtocolConnectionStringBuilder - Class in com.gurock.smartinspect.connections.builder
-
- ProtocolConnectionStringBuilder(ConnectionStringBuilder) - Constructor for class com.gurock.smartinspect.connections.builder.ProtocolConnectionStringBuilder
-
- ProtocolException - Exception in com.gurock.smartinspect.protocols
-
This class is used to report any errors concerning the protocol classes.
- ProtocolException(String) - Constructor for exception com.gurock.smartinspect.protocols.ProtocolException
-
Creates and initializes a ProtocolException instance.
- ProtocolFactory - Class in com.gurock.smartinspect.protocols
-
Creates Protocol instances and registers custom protocols.
- ProtocolFactory() - Constructor for class com.gurock.smartinspect.protocols.ProtocolFactory
-
- ProtocolListener - Interface in com.gurock.smartinspect.protocols
-
This listener interface is used in the Protocol class for error and
exception reporting.
- ProtocolVariables - Class in com.gurock.smartinspect.protocols
-
Manages connection variables.
- ProtocolVariables() - Constructor for class com.gurock.smartinspect.protocols.ProtocolVariables
-
Creates and initializes a ProtocolVariables instance.
- publish(LogRecord) - Method in class com.gurock.smartinspect.jdk.SmartInspectHandler
-
Overriden.
- push(Packet) - Method in class com.gurock.smartinspect.packets.PacketQueue
-
Adds a new packet to the queue.
- put(String, String) - Method in class com.gurock.smartinspect.LookupTable
-
Adds or updates an element with a specified key and value to
the LookupTable.
- put(String, String) - Method in class com.gurock.smartinspect.protocols.ProtocolVariables
-
Adds or updates an element with a specified key and value to the set of connection variables.
- Python - Static variable in class com.gurock.smartinspect.SourceId
-
Instructs the logSource methods of the Session class to choose
syntax highlighting for Python.
- PythonSource - Static variable in class com.gurock.smartinspect.ViewerId
-
Instructs the Console to display the data of a Log Entry
as Python source with syntax highlighting.
- schedule(SchedulerCommand, SchedulerQueue.QueueEnd) - Method in class com.gurock.smartinspect.scheduler.Scheduler
-
Schedules a new command for asynchronous execution.
- Scheduler - Class in com.gurock.smartinspect.scheduler
-
Responsible for scheduling protocol operations and executing
them asynchronously in a different thread of control.
- Scheduler(Protocol) - Constructor for class com.gurock.smartinspect.scheduler.Scheduler
-
Creates and initializes a new Scheduler instance.
- SchedulerAction - Class in com.gurock.smartinspect.scheduler
-
Represents a scheduler action to execute when a protocol is
operating in asynchronous mode.
- SchedulerCommand - Class in com.gurock.smartinspect.scheduler
-
Represents a scheduler command as used by the Scheduler class
and the asynchronous protocol mode.
- SchedulerCommand() - Constructor for class com.gurock.smartinspect.scheduler.SchedulerCommand
-
- SchedulerQueue - Class in com.gurock.smartinspect.scheduler
-
Manages a queue of scheduler commands.
- SchedulerQueue() - Constructor for class com.gurock.smartinspect.scheduler.SchedulerQueue
-
- SchedulerQueue.QueueEnd - Enum in com.gurock.smartinspect.scheduler
-
- scheduleWritePacket(Packet, SchedulerQueue.QueueEnd) - Method in class com.gurock.smartinspect.protocols.Protocol
-
- sendClientBanner() - Method in class com.gurock.smartinspect.protocols.TcpProtocol
-
- sendControlCommand(ControlCommand) - Method in class com.gurock.smartinspect.SmartInspect
-
Logs a Control Command.
- sendCustomControlCommand(ControlCommandType, byte[]) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- sendCustomControlCommand(Level, ControlCommandType, byte[]) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- sendCustomLogEntry(String, LogEntryType, ViewerId, byte[]) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- sendCustomLogEntry(Level, String, LogEntryType, ViewerId, byte[]) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- sendCustomProcessFlow(String, ProcessFlowType) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- sendCustomProcessFlow(Level, String, ProcessFlowType) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- sendCustomWatch(String, String, WatchType) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- sendCustomWatch(Level, String, String, WatchType) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded method.
- sendLogEntry(LogEntry) - Method in class com.gurock.smartinspect.SmartInspect
-
Logs a Log Entry.
- sendProcessFlow(ProcessFlow) - Method in class com.gurock.smartinspect.SmartInspect
-
Logs a Process Flow entry.
- sendWatch(Watch) - Method in class com.gurock.smartinspect.SmartInspect
-
Logs a Watch.
- Separator - Static variable in class com.gurock.smartinspect.packets.logentry.LogEntryType
-
Instructs the Console to draw a separator.
- Session - Class in com.gurock.smartinspect.session
-
Logs all kind of data and variables to the SmartInspect Console or to a log file.
- Session(SmartInspect, String) - Constructor for class com.gurock.smartinspect.session.Session
-
- SessionDefaults - Class in com.gurock.smartinspect.session
-
Specifies the default property values for newly created sessions.
- SessionDefaults() - Constructor for class com.gurock.smartinspect.session.SessionDefaults
-
Creates and initializes a new SessionDefaults instance.
- SessionManager - Class in com.gurock.smartinspect.session
-
Manages and configures Session instances.
- SessionManager() - Constructor for class com.gurock.smartinspect.session.SessionManager
-
Creates and initializes a new SessionManager instance.
- setAction(SchedulerAction) - Method in class com.gurock.smartinspect.scheduler.SchedulerCommand
-
Sets the scheduler action to execute.
- setActive(boolean) - Method in class com.gurock.smartinspect.session.Session
-
Specifies if the session is currently active.
- setActive(boolean) - Method in class com.gurock.smartinspect.session.SessionDefaults
-
Sets the default active status for newly created sessions.
- setAppend(boolean) - Method in class com.gurock.smartinspect.connections.builder.FileProtocolConnectionStringBuilder
-
- setAppend(boolean) - Method in class com.gurock.smartinspect.connections.builder.TextProtocolConnectionStringBuilder
-
- setAppName(String) - Method in class com.gurock.smartinspect.packets.logentry.LogEntry
-
Sets the application name of this Log Entry.
- setAppName(String) - Method in class com.gurock.smartinspect.protocols.Protocol
-
Sets the application name of this protocol.
- setAppName(String) - Method in class com.gurock.smartinspect.SmartInspect
-
Sets the application name used for the Log Entries.
- setAsText(boolean) - Method in class com.gurock.smartinspect.connections.builder.MemoryProtocolConnectionStringBuilder
-
- setAsyncClearOnDisconnect(boolean) - Method in class com.gurock.smartinspect.connections.builder.CloudProtocolConnectionStringBuilder
-
- setAsyncClearOnDisconnect(boolean) - Method in class com.gurock.smartinspect.connections.builder.FileProtocolConnectionStringBuilder
-
- setAsyncClearOnDisconnect(boolean) - Method in class com.gurock.smartinspect.connections.builder.MemoryProtocolConnectionStringBuilder
-
- setAsyncClearOnDisconnect(boolean) - Method in class com.gurock.smartinspect.connections.builder.PipeProtocolConnectionStringBuilder
-
- setAsyncClearOnDisconnect(boolean) - Method in class com.gurock.smartinspect.connections.builder.ProtocolConnectionStringBuilder
-
- setAsyncClearOnDisconnect(boolean) - Method in class com.gurock.smartinspect.connections.builder.TcpProtocolConnectionStringBuilder
-
- setAsyncClearOnDisconnect(boolean) - Method in class com.gurock.smartinspect.connections.builder.TextProtocolConnectionStringBuilder
-
- setAsyncEnabled(boolean) - Method in class com.gurock.smartinspect.connections.builder.CloudProtocolConnectionStringBuilder
-
- setAsyncEnabled(boolean) - Method in class com.gurock.smartinspect.connections.builder.FileProtocolConnectionStringBuilder
-
- setAsyncEnabled(boolean) - Method in class com.gurock.smartinspect.connections.builder.MemoryProtocolConnectionStringBuilder
-
- setAsyncEnabled(boolean) - Method in class com.gurock.smartinspect.connections.builder.PipeProtocolConnectionStringBuilder
-
- setAsyncEnabled(boolean) - Method in class com.gurock.smartinspect.connections.builder.ProtocolConnectionStringBuilder
-
- setAsyncEnabled(boolean) - Method in class com.gurock.smartinspect.connections.builder.TcpProtocolConnectionStringBuilder
-
- setAsyncEnabled(boolean) - Method in class com.gurock.smartinspect.connections.builder.TextProtocolConnectionStringBuilder
-
- setAsyncQueue(String) - Method in class com.gurock.smartinspect.connections.builder.CloudProtocolConnectionStringBuilder
-
- setAsyncQueue(String) - Method in class com.gurock.smartinspect.connections.builder.FileProtocolConnectionStringBuilder
-
- setAsyncQueue(String) - Method in class com.gurock.smartinspect.connections.builder.MemoryProtocolConnectionStringBuilder
-
- setAsyncQueue(String) - Method in class com.gurock.smartinspect.connections.builder.PipeProtocolConnectionStringBuilder
-
- setAsyncQueue(String) - Method in class com.gurock.smartinspect.connections.builder.ProtocolConnectionStringBuilder
-
- setAsyncQueue(String) - Method in class com.gurock.smartinspect.connections.builder.TcpProtocolConnectionStringBuilder
-
- setAsyncQueue(String) - Method in class com.gurock.smartinspect.connections.builder.TextProtocolConnectionStringBuilder
-
- setAsyncThrottle(boolean) - Method in class com.gurock.smartinspect.connections.builder.CloudProtocolConnectionStringBuilder
-
- setAsyncThrottle(boolean) - Method in class com.gurock.smartinspect.connections.builder.FileProtocolConnectionStringBuilder
-
- setAsyncThrottle(boolean) - Method in class com.gurock.smartinspect.connections.builder.MemoryProtocolConnectionStringBuilder
-
- setAsyncThrottle(boolean) - Method in class com.gurock.smartinspect.connections.builder.PipeProtocolConnectionStringBuilder
-
- setAsyncThrottle(boolean) - Method in class com.gurock.smartinspect.connections.builder.ProtocolConnectionStringBuilder
-
- setAsyncThrottle(boolean) - Method in class com.gurock.smartinspect.connections.builder.TcpProtocolConnectionStringBuilder
-
- setAsyncThrottle(boolean) - Method in class com.gurock.smartinspect.connections.builder.TextProtocolConnectionStringBuilder
-
- setBacklog(long) - Method in class com.gurock.smartinspect.packets.PacketQueue
-
Sets the total maximum memory size of this queue in bytes.
- setBacklogEnabled(boolean) - Method in class com.gurock.smartinspect.connections.builder.CloudProtocolConnectionStringBuilder
-
- setBacklogEnabled(boolean) - Method in class com.gurock.smartinspect.connections.builder.FileProtocolConnectionStringBuilder
-
- setBacklogEnabled(boolean) - Method in class com.gurock.smartinspect.connections.builder.MemoryProtocolConnectionStringBuilder
-
- setBacklogEnabled(boolean) - Method in class com.gurock.smartinspect.connections.builder.PipeProtocolConnectionStringBuilder
-
- setBacklogEnabled(boolean) - Method in class com.gurock.smartinspect.connections.builder.ProtocolConnectionStringBuilder
-
- setBacklogEnabled(boolean) - Method in class com.gurock.smartinspect.connections.builder.TcpProtocolConnectionStringBuilder
-
- setBacklogEnabled(boolean) - Method in class com.gurock.smartinspect.connections.builder.TextProtocolConnectionStringBuilder
-
- setBacklogFlushOn(Level) - Method in class com.gurock.smartinspect.connections.builder.CloudProtocolConnectionStringBuilder
-
- setBacklogFlushOn(Level) - Method in class com.gurock.smartinspect.connections.builder.FileProtocolConnectionStringBuilder
-
- setBacklogFlushOn(Level) - Method in class com.gurock.smartinspect.connections.builder.MemoryProtocolConnectionStringBuilder
-
- setBacklogFlushOn(Level) - Method in class com.gurock.smartinspect.connections.builder.PipeProtocolConnectionStringBuilder
-
- setBacklogFlushOn(Level) - Method in class com.gurock.smartinspect.connections.builder.ProtocolConnectionStringBuilder
-
- setBacklogFlushOn(Level) - Method in class com.gurock.smartinspect.connections.builder.TcpProtocolConnectionStringBuilder
-
- setBacklogFlushOn(Level) - Method in class com.gurock.smartinspect.connections.builder.TextProtocolConnectionStringBuilder
-
- setBacklogKeepOpen(boolean) - Method in class com.gurock.smartinspect.connections.builder.CloudProtocolConnectionStringBuilder
-
- setBacklogKeepOpen(boolean) - Method in class com.gurock.smartinspect.connections.builder.FileProtocolConnectionStringBuilder
-
- setBacklogKeepOpen(boolean) - Method in class com.gurock.smartinspect.connections.builder.MemoryProtocolConnectionStringBuilder
-
- setBacklogKeepOpen(boolean) - Method in class com.gurock.smartinspect.connections.builder.PipeProtocolConnectionStringBuilder
-
- setBacklogKeepOpen(boolean) - Method in class com.gurock.smartinspect.connections.builder.ProtocolConnectionStringBuilder
-
- setBacklogKeepOpen(boolean) - Method in class com.gurock.smartinspect.connections.builder.TcpProtocolConnectionStringBuilder
-
- setBacklogKeepOpen(boolean) - Method in class com.gurock.smartinspect.connections.builder.TextProtocolConnectionStringBuilder
-
- setBacklogQueue(String) - Method in class com.gurock.smartinspect.connections.builder.CloudProtocolConnectionStringBuilder
-
- setBacklogQueue(String) - Method in class com.gurock.smartinspect.connections.builder.FileProtocolConnectionStringBuilder
-
- setBacklogQueue(String) - Method in class com.gurock.smartinspect.connections.builder.MemoryProtocolConnectionStringBuilder
-
- setBacklogQueue(String) - Method in class com.gurock.smartinspect.connections.builder.PipeProtocolConnectionStringBuilder
-
- setBacklogQueue(String) - Method in class com.gurock.smartinspect.connections.builder.ProtocolConnectionStringBuilder
-
- setBacklogQueue(String) - Method in class com.gurock.smartinspect.connections.builder.TcpProtocolConnectionStringBuilder
-
- setBacklogQueue(String) - Method in class com.gurock.smartinspect.connections.builder.TextProtocolConnectionStringBuilder
-
- setBuffer(String) - Method in class com.gurock.smartinspect.connections.builder.FileProtocolConnectionStringBuilder
-
- setBuffer(String) - Method in class com.gurock.smartinspect.connections.builder.TextProtocolConnectionStringBuilder
-
- setBytes(int) - Method in class com.gurock.smartinspect.packets.Packet
-
Sets the amount of bytes needed for storing this packet
in the standard SmartInspect binary log file format as
represented by BinaryFormatter.
- setCancel(boolean) - Method in class com.gurock.smartinspect.FilterEvent
-
This method can be used to cancel the processing of certain
packets during the SmartInspectListener.onFilter event of the
SmartInspect class.
- setCaption(String) - Method in class com.gurock.smartinspect.connections.builder.CloudProtocolConnectionStringBuilder
-
- setCaption(String) - Method in class com.gurock.smartinspect.connections.builder.FileProtocolConnectionStringBuilder
-
- setCaption(String) - Method in class com.gurock.smartinspect.connections.builder.MemoryProtocolConnectionStringBuilder
-
- setCaption(String) - Method in class com.gurock.smartinspect.connections.builder.PipeProtocolConnectionStringBuilder
-
- setCaption(String) - Method in class com.gurock.smartinspect.connections.builder.ProtocolConnectionStringBuilder
-
- setCaption(String) - Method in class com.gurock.smartinspect.connections.builder.TcpProtocolConnectionStringBuilder
-
- setCaption(String) - Method in class com.gurock.smartinspect.connections.builder.TextProtocolConnectionStringBuilder
-
- setChunkingEnabled(boolean) - Method in class com.gurock.smartinspect.connections.builder.CloudProtocolConnectionStringBuilder
-
- setChunkingMaxAgeMs(int) - Method in class com.gurock.smartinspect.connections.builder.CloudProtocolConnectionStringBuilder
-
- setChunkingMaxSize(String) - Method in class com.gurock.smartinspect.connections.builder.CloudProtocolConnectionStringBuilder
-
- setColor(Color) - Method in class com.gurock.smartinspect.packets.logentry.LogEntry
-
Sets the background color of this Log Entry.
- setColor(Color) - Method in class com.gurock.smartinspect.session.Session
-
Sets the background color in the SmartInspect Console of this session.
- setColor(Color) - Method in class com.gurock.smartinspect.session.SessionDefaults
-
Sets the default color for newly created sessions.
- setConnections(String) - Method in class com.gurock.smartinspect.SmartInspect
-
Sets all connections used by a SmartInspect instance.
- setControlCommandType(ControlCommandType) - Method in class com.gurock.smartinspect.packets.controlcommand.ControlCommand
-
Sets the type of this Control Command.
- setData(byte[]) - Method in class com.gurock.smartinspect.packets.controlcommand.ControlCommand
-
Sets the optional data block of the Control Command.
- setData(byte[]) - Method in class com.gurock.smartinspect.packets.logentry.LogEntry
-
Sets the optional data block of this Log Entry.
- setDefaultLevel(Level) - Method in class com.gurock.smartinspect.SmartInspect
-
Returns the default log level of this SmartInspect instance and its related sessions.
- setEnabled(boolean) - Method in class com.gurock.smartinspect.SmartInspect
-
This method allows you to control if anything should be
logged at all.
- setEncrypt(boolean) - Method in class com.gurock.smartinspect.connections.builder.FileProtocolConnectionStringBuilder
-
- setEncrypt(boolean) - Method in class com.gurock.smartinspect.connections.builder.TextProtocolConnectionStringBuilder
-
- setFilename(String) - Method in class com.gurock.smartinspect.connections.builder.FileProtocolConnectionStringBuilder
-
- setFilename(String) - Method in class com.gurock.smartinspect.connections.builder.TextProtocolConnectionStringBuilder
-
- setFileName(String) - Method in exception com.gurock.smartinspect.LoadConfigurationException
-
Sets the name of the file which caused this exception while
trying to load the SmartInspect properties from it.
- setFileName(String) - Method in exception com.gurock.smartinspect.LoadConnectionsException
-
Sets the name of the file which caused this exception
while trying to load the connections string from it.
- setFormatter(Formatter) - Method in class com.gurock.smartinspect.jdk.SmartInspectHandler
-
Overridden.
- setHost(String) - Method in class com.gurock.smartinspect.connections.builder.CloudProtocolConnectionStringBuilder
-
- setHost(String) - Method in class com.gurock.smartinspect.connections.builder.TcpProtocolConnectionStringBuilder
-
- setHostName(String) - Method in class com.gurock.smartinspect.packets.logentry.LogEntry
-
Sets the hostname of this Log Entry.
- setHostName(String) - Method in class com.gurock.smartinspect.packets.processflow.ProcessFlow
-
Sets the hostname of this Process Flow Entry.
- setHostName(String) - Method in class com.gurock.smartinspect.protocols.Protocol
-
Sets the hostname of this protocol.
- setIndent(boolean) - Method in class com.gurock.smartinspect.connections.builder.MemoryProtocolConnectionStringBuilder
-
- setIndent(boolean) - Method in class com.gurock.smartinspect.connections.builder.TextProtocolConnectionStringBuilder
-
- setIndent(boolean) - Method in class com.gurock.smartinspect.formatters.TextFormatter
-
Sets if this formatter automatically indents log packets like in
the views of the SmartInspect Console.
- setIndent(boolean) - Method in class com.gurock.smartinspect.PatternParser
-
Sets if the expand method automatically indents log packets like
in the Views of the SmartInspect Console.
- setKey(String) - Method in class com.gurock.smartinspect.connections.builder.FileProtocolConnectionStringBuilder
-
- setKey(String) - Method in class com.gurock.smartinspect.connections.builder.TextProtocolConnectionStringBuilder
-
- setLevel(Level) - Method in class com.gurock.smartinspect.connections.builder.CloudProtocolConnectionStringBuilder
-
- setLevel(Level) - Method in class com.gurock.smartinspect.connections.builder.FileProtocolConnectionStringBuilder
-
- setLevel(Level) - Method in class com.gurock.smartinspect.connections.builder.MemoryProtocolConnectionStringBuilder
-
- setLevel(Level) - Method in class com.gurock.smartinspect.connections.builder.PipeProtocolConnectionStringBuilder
-
- setLevel(Level) - Method in class com.gurock.smartinspect.connections.builder.ProtocolConnectionStringBuilder
-
- setLevel(Level) - Method in class com.gurock.smartinspect.connections.builder.TcpProtocolConnectionStringBuilder
-
- setLevel(Level) - Method in class com.gurock.smartinspect.connections.builder.TextProtocolConnectionStringBuilder
-
- setLevel(Level) - Method in class com.gurock.smartinspect.packets.Packet
-
Sets the log level of this packet.
- setLevel(Level) - Method in class com.gurock.smartinspect.session.Session
-
Sets the log level of this Session object.
- setLevel(Level) - Method in class com.gurock.smartinspect.session.SessionDefaults
-
Sets the default log level for newly created sessions.
- setLevel(Level) - Method in class com.gurock.smartinspect.SmartInspect
-
Sets the log level of this SmartInspect instance and its related sessions.
- setLogEntryType(LogEntryType) - Method in class com.gurock.smartinspect.packets.logentry.LogEntry
-
Sets the type of this Log Entry.
- setMaxParts(int) - Method in class com.gurock.smartinspect.connections.builder.FileProtocolConnectionStringBuilder
-
- setMaxParts(int) - Method in class com.gurock.smartinspect.connections.builder.TextProtocolConnectionStringBuilder
-
- setMaxSize(String) - Method in class com.gurock.smartinspect.connections.builder.CloudProtocolConnectionStringBuilder
-
- setMaxSize(String) - Method in class com.gurock.smartinspect.connections.builder.FileProtocolConnectionStringBuilder
-
- setMaxSize(String) - Method in class com.gurock.smartinspect.connections.builder.MemoryProtocolConnectionStringBuilder
-
- setMaxSize(String) - Method in class com.gurock.smartinspect.connections.builder.TextProtocolConnectionStringBuilder
-
- setMode(FileRotate) - Method in class com.gurock.smartinspect.FileRotater
-
Sets the FileRotate mode of this FileRotater object.
- setName(String) - Method in class com.gurock.smartinspect.packets.watch.Watch
-
Sets the name of this Watch.
- setName(String) - Method in class com.gurock.smartinspect.session.Session
-
Sets the session name used for Log Entries.
- setOptions(String) - Method in class com.gurock.smartinspect.Token
-
Sets the optional options string for this token.
- setPattern(String) - Method in class com.gurock.smartinspect.connections.builder.MemoryProtocolConnectionStringBuilder
-
- setPattern(String) - Method in class com.gurock.smartinspect.connections.builder.TextProtocolConnectionStringBuilder
-
- setPattern(String) - Method in class com.gurock.smartinspect.formatters.TextFormatter
-
Sets the pattern used to create a text representation of a
packet.
- setPattern(String) - Method in class com.gurock.smartinspect.PatternParser
-
Sets the pattern string for this PatternParser object.
- setPipename(String) - Method in class com.gurock.smartinspect.connections.builder.PipeProtocolConnectionStringBuilder
-
- setPort(int) - Method in class com.gurock.smartinspect.connections.builder.CloudProtocolConnectionStringBuilder
-
- setPort(int) - Method in class com.gurock.smartinspect.connections.builder.TcpProtocolConnectionStringBuilder
-
- setProcessFlowType(ProcessFlowType) - Method in class com.gurock.smartinspect.packets.processflow.ProcessFlow
-
Sets the type of this Process Flow entry.
- setProcessId(int) - Method in class com.gurock.smartinspect.packets.logentry.LogEntry
-
Sets the process ID of this LogEntry object.
- setProcessId(int) - Method in class com.gurock.smartinspect.packets.processflow.ProcessFlow
-
Sets the process ID of this ProcessFlow object.
- setProtocolName(String) - Method in exception com.gurock.smartinspect.protocols.ProtocolException
-
Sets the name of the protocol which caused this exception.
- setProtocolOptions(String) - Method in exception com.gurock.smartinspect.protocols.ProtocolException
-
Sets the options of the protocol which caused this exception.
- setReconnect(boolean) - Method in class com.gurock.smartinspect.connections.builder.CloudProtocolConnectionStringBuilder
-
- setReconnect(boolean) - Method in class com.gurock.smartinspect.connections.builder.FileProtocolConnectionStringBuilder
-
- setReconnect(boolean) - Method in class com.gurock.smartinspect.connections.builder.MemoryProtocolConnectionStringBuilder
-
- setReconnect(boolean) - Method in class com.gurock.smartinspect.connections.builder.PipeProtocolConnectionStringBuilder
-
- setReconnect(boolean) - Method in class com.gurock.smartinspect.connections.builder.ProtocolConnectionStringBuilder
-
- setReconnect(boolean) - Method in class com.gurock.smartinspect.connections.builder.TcpProtocolConnectionStringBuilder
-
- setReconnect(boolean) - Method in class com.gurock.smartinspect.connections.builder.TextProtocolConnectionStringBuilder
-
- setReconnectInterval(int) - Method in class com.gurock.smartinspect.connections.builder.CloudProtocolConnectionStringBuilder
-
- setReconnectInterval(int) - Method in class com.gurock.smartinspect.connections.builder.FileProtocolConnectionStringBuilder
-
- setReconnectInterval(int) - Method in class com.gurock.smartinspect.connections.builder.MemoryProtocolConnectionStringBuilder
-
- setReconnectInterval(int) - Method in class com.gurock.smartinspect.connections.builder.PipeProtocolConnectionStringBuilder
-
- setReconnectInterval(int) - Method in class com.gurock.smartinspect.connections.builder.ProtocolConnectionStringBuilder
-
- setReconnectInterval(int) - Method in class com.gurock.smartinspect.connections.builder.TcpProtocolConnectionStringBuilder
-
- setReconnectInterval(int) - Method in class com.gurock.smartinspect.connections.builder.TextProtocolConnectionStringBuilder
-
- setRegion(String) - Method in class com.gurock.smartinspect.connections.builder.CloudProtocolConnectionStringBuilder
-
- setResolution(ClockResolution) - Method in class com.gurock.smartinspect.SmartInspect
-
Specifies the timestamp resolution mode for this SmartInspect object.
- setRotate(FileRotate) - Method in class com.gurock.smartinspect.connections.builder.CloudProtocolConnectionStringBuilder
-
- setRotate(FileRotate) - Method in class com.gurock.smartinspect.connections.builder.FileProtocolConnectionStringBuilder
-
- setRotate(FileRotate) - Method in class com.gurock.smartinspect.connections.builder.TextProtocolConnectionStringBuilder
-
- setSessionName(String) - Method in class com.gurock.smartinspect.packets.logentry.LogEntry
-
Sets the session name of the Log Entry.
- setState(Object) - Method in class com.gurock.smartinspect.scheduler.SchedulerCommand
-
Sets the optional scheduler command state object which
provides additional information about the scheduler command.
- setStored(boolean) - Method in class com.gurock.smartinspect.session.Session
-
Indicates if this session is stored in the session tracking
list of its Parent.
- setThreadId(int) - Method in class com.gurock.smartinspect.packets.logentry.LogEntry
-
Sets the thread ID of this LogEntry object.
- setThreadId(int) - Method in class com.gurock.smartinspect.packets.processflow.ProcessFlow
-
Sets the thread ID of this ProcessFlow object.
- setThreadSafe(boolean) - Method in class com.gurock.smartinspect.packets.Packet
-
Specifies if this packet is used in a multi-threaded SmartInspect environment.
- setThreshold(long) - Method in class com.gurock.smartinspect.scheduler.Scheduler
-
Sets the maximum size of the scheduler command queue.
- setThrottle(boolean) - Method in class com.gurock.smartinspect.scheduler.Scheduler
-
Specifies if the scheduler should automatically throttle
threads that enqueue new scheduler commands.
- setTimeout(int) - Method in class com.gurock.smartinspect.connections.builder.CloudProtocolConnectionStringBuilder
-
- setTimeout(int) - Method in class com.gurock.smartinspect.connections.builder.TcpProtocolConnectionStringBuilder
-
- setTimestamp(long) - Method in class com.gurock.smartinspect.packets.logentry.LogEntry
-
Sets the timestamp of this LogEntry object.
- setTimestamp(long) - Method in class com.gurock.smartinspect.packets.processflow.ProcessFlow
-
Sets the timestamp of this ProcessFlow object.
- setTimestamp(long) - Method in class com.gurock.smartinspect.packets.watch.Watch
-
Sets the timestamp of this Watch object.
- setTitle(String) - Method in class com.gurock.smartinspect.packets.logentry.LogEntry
-
Sets the title of this Log Entry.
- setTitle(String) - Method in class com.gurock.smartinspect.packets.processflow.ProcessFlow
-
Sets the title of the Process Flow Entry.
- setTlsCertificateFilepath(String) - Method in class com.gurock.smartinspect.connections.builder.CloudProtocolConnectionStringBuilder
-
- setTlsCertificateLocation(String) - Method in class com.gurock.smartinspect.connections.builder.CloudProtocolConnectionStringBuilder
-
- setTlsCertificatePassword(String) - Method in class com.gurock.smartinspect.connections.builder.CloudProtocolConnectionStringBuilder
-
- setTlsEnabled(boolean) - Method in class com.gurock.smartinspect.connections.builder.CloudProtocolConnectionStringBuilder
-
- setValue(String) - Method in class com.gurock.smartinspect.packets.watch.Watch
-
Sets the value of this Watch.
- setValue(String) - Method in class com.gurock.smartinspect.Token
-
Sets the raw string value of the parsed pattern string for this token.
- setVariable(String, String) - Method in class com.gurock.smartinspect.SmartInspect
-
Adds a new or updates an existing connection variable.
- setViewerId(ViewerId) - Method in class com.gurock.smartinspect.packets.logentry.LogEntry
-
Sets the viewer ID of this Entry.
- setWatchType(WatchType) - Method in class com.gurock.smartinspect.packets.watch.Watch
-
Sets the type of this Watch.
- setWidth(int) - Method in class com.gurock.smartinspect.Token
-
Sets the minimum width of this token.
- setWriteKey(String) - Method in class com.gurock.smartinspect.connections.builder.CloudProtocolConnectionStringBuilder
-
- si - Static variable in class com.gurock.smartinspect.SiAuto
-
Automatically created SmartInspect instance.
- SiAuto - Class in com.gurock.smartinspect
-
Provides automatically created objects for using the SmartInspect
and Session classes.
- sizeToLong(String, long) - Static method in class com.gurock.smartinspect.LookupTable
-
- SmartInspect - Class in com.gurock.smartinspect
-
SmartInspect is the most important class in the SmartInspect
Java library.
- SmartInspect(String) - Constructor for class com.gurock.smartinspect.SmartInspect
-
Initializes a new instance of the SmartInspect class.
- SmartInspectAdapter - Class in com.gurock.smartinspect
-
Represents the adapter class for the SmartInspectListener event
interface of the SmartInspect class.
- SmartInspectAdapter() - Constructor for class com.gurock.smartinspect.SmartInspectAdapter
-
- SmartInspectException - Exception in com.gurock.smartinspect
-
Used internally to report any kind of error.
- SmartInspectException(String) - Constructor for exception com.gurock.smartinspect.SmartInspectException
-
Creates and initializes a SmartInspectException instance.
- SmartInspectException(String, Object[]) - Constructor for exception com.gurock.smartinspect.SmartInspectException
-
Creates and initializes a SmartInspectException instance.
- SmartInspectFormatter - Class in com.gurock.smartinspect.jdk
-
Used by the SmartInspectHandler class to create
a string representation of a LogRecord instance.
- SmartInspectFormatter() - Constructor for class com.gurock.smartinspect.jdk.SmartInspectFormatter
-
- SmartInspectHandler - Class in com.gurock.smartinspect.jdk
-
Directs logging output to a SmartInspect session.
- SmartInspectHandler() - Constructor for class com.gurock.smartinspect.jdk.SmartInspectHandler
-
Overloaded.
- SmartInspectHandler(String) - Constructor for class com.gurock.smartinspect.jdk.SmartInspectHandler
-
Overloaded.
- SmartInspectHandler(Session) - Constructor for class com.gurock.smartinspect.jdk.SmartInspectHandler
-
Overloaded.
- SmartInspectListener - Interface in com.gurock.smartinspect
-
This listener interface is used in the SmartInspect class for all
kinds of event reporting.
- Source - Static variable in class com.gurock.smartinspect.packets.logentry.LogEntryType
-
Instructs the Console to treat the Log Entry as a Log Entry with source code data.
- SourceId - Class in com.gurock.smartinspect
-
Used in the logSource methods of the Session class to specify the type of source code.
- SourceViewerContext - Class in com.gurock.smartinspect.contexts
-
Represents the source viewer in the Console which can display text
data as source code with syntax highlighting.
- SourceViewerContext(SourceId) - Constructor for class com.gurock.smartinspect.contexts.SourceViewerContext
-
Creates and initializes a SourceViewerContext instance.
- Sql - Static variable in class com.gurock.smartinspect.SourceId
-
Instructs the logSource methods of the Session class to choose
syntax highlighting for SQL.
- SqlSource - Static variable in class com.gurock.smartinspect.ViewerId
-
Instructs the Console to display the data of a Log Entry
as SQL source with syntax highlighting.
- SSLSocketKeystoreFactory - Class in fr.gpotter2.sslkeystorefactories
-
Util class to create SSLSocket using a KeyStore certificate to connect a server
- SSLSocketKeystoreFactory() - Constructor for class fr.gpotter2.sslkeystorefactories.SSLSocketKeystoreFactory
-
- SSLSocketKeystoreFactory.SecureType - Enum in fr.gpotter2.sslkeystorefactories
-
A SSL algorithms types chooser enum
- Standard - Static variable in class com.gurock.smartinspect.ClockResolution
-
Represents the standard timestamp resolution.
- start() - Method in class com.gurock.smartinspect.scheduler.Scheduler
-
Starts this scheduler and the internal scheduler thread.
- startGroup(String) - Method in class com.gurock.smartinspect.contexts.InspectorViewerContext
-
Starts a new group.
- stop() - Method in class com.gurock.smartinspect.scheduler.Scheduler
-
Stops this scheduler and the internal scheduler thread.
- stream - Variable in class com.gurock.smartinspect.protocols.cloud.Chunk
-
- String - Static variable in class com.gurock.smartinspect.packets.watch.WatchType
-
Instructs the Console to treat a Watch value as string.
- System - Static variable in class com.gurock.smartinspect.packets.logentry.LogEntryType
-
Instructs the Console to treat the Log Entry as Log Entry
with system information.