A B C D E F G H I J K L M N O P R S T U V W X
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- add(Session, boolean) - Method in class com.gurock.smartinspect.session.SessionManager
-
Configures a passed Session instance and optionally saves it for later access.
- add(String, String) - Method in class com.gurock.smartinspect.LookupTable
-
Adds a new element with a specified key and value to the LookupTable.
- add(String, String) - Method in class com.gurock.smartinspect.protocols.ProtocolVariables
-
Adds a new element with a specified key and value to the set of connection variables.
- addCheckpoint() - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- addCheckpoint(Level) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- addCheckpoint(Level, String) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- addCheckpoint(Level, String, String) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded function.
- addCheckpoint(String) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- addCheckpoint(String, String) - Method in class com.gurock.smartinspect.session.Session
-
Increments the counter of a named checkpoint and logs a message with the default log level and an optional message.
- addCloudProtocol() - Method in class com.gurock.smartinspect.connections.builder.cloud.CloudConnectionStringBuilder
-
Composes an instance of ISiCloudConnectionStringBuilder.
- addCustomLabel(String, String) - Method in class com.gurock.smartinspect.connections.builder.CloudProtocolConnectionStringBuilder
- addFileProtocol() - Method in class com.gurock.smartinspect.connections.builder.ConnectionStringBuilder
-
Adds File protocol, returns FileProtocolConnectionStringBuilder instance with property setters.
- addListener(ProtocolListener) - Method in class com.gurock.smartinspect.protocols.Protocol
-
Adds a new listener for the events of this object.
- addListener(SmartInspectListener) - Method in class com.gurock.smartinspect.SmartInspect
-
Adds a new listener for the events of this object.
- addMemoryProtocol() - Method in class com.gurock.smartinspect.connections.builder.ConnectionStringBuilder
-
Adds Memory protocol.
- addOption(String, boolean) - Method in class com.gurock.smartinspect.connections.ConnectionsBuilder
-
This method adds a new boolean option to the current protocol section.
- addOption(String, int) - Method in class com.gurock.smartinspect.connections.ConnectionsBuilder
-
Adds a new integer option to the current protocol section.
- addOption(String, FileRotate) - Method in class com.gurock.smartinspect.connections.ConnectionsBuilder
-
Overloaded method.
- addOption(String, Level) - Method in class com.gurock.smartinspect.connections.ConnectionsBuilder
-
Overloaded method.
- addOption(String, String) - Method in class com.gurock.smartinspect.connections.ConnectionsBuilder
-
Overloaded method.
- addPipeProtocol() - Method in class com.gurock.smartinspect.connections.builder.ConnectionStringBuilder
-
Adds Pipe protocol, returns PipeProtocolConnectionStringBuilder instance with property setters.
- Address - Static variable in class com.gurock.smartinspect.packets.watch.WatchType
-
Instructs the Console to treat a Watch value as address.
- addRowEntry(boolean) - Method in class com.gurock.smartinspect.contexts.TableViewerContext
-
Overloaded.
- addRowEntry(byte) - Method in class com.gurock.smartinspect.contexts.TableViewerContext
-
Overloaded.
- addRowEntry(char) - Method in class com.gurock.smartinspect.contexts.TableViewerContext
-
Overloaded.
- addRowEntry(double) - Method in class com.gurock.smartinspect.contexts.TableViewerContext
-
Overloaded.
- addRowEntry(float) - Method in class com.gurock.smartinspect.contexts.TableViewerContext
-
Overloaded.
- addRowEntry(int) - Method in class com.gurock.smartinspect.contexts.TableViewerContext
-
Overloaded.
- addRowEntry(long) - Method in class com.gurock.smartinspect.contexts.TableViewerContext
-
Overloaded.
- addRowEntry(short) - Method in class com.gurock.smartinspect.contexts.TableViewerContext
-
Overloaded.
- addRowEntry(Object) - Method in class com.gurock.smartinspect.contexts.TableViewerContext
-
Overloaded.
- addRowEntry(String) - Method in class com.gurock.smartinspect.contexts.TableViewerContext
-
Overloaded.
- addSession(Session) - Method in class com.gurock.smartinspect.SmartInspect
-
Overloaded.
- addSession(String) - Method in class com.gurock.smartinspect.SmartInspect
-
Adds and returns a new Session instance with this SmartInspect object set as parent.
- addSession(String, boolean) - Method in class com.gurock.smartinspect.SmartInspect
-
Overloaded.
- addTcpProtocol() - Method in class com.gurock.smartinspect.connections.builder.ConnectionStringBuilder
-
Adds Tcp protocol, returns TcpProtocolConnectionStringBuilder instance with property setters.
- addTextProtocol() - Method in class com.gurock.smartinspect.connections.builder.ConnectionStringBuilder
-
Adds Text protocol, returns TextProtocolConnectionStringBuilder instance with property setters.
- addValue(String, String) - Method in class com.gurock.smartinspect.packets.LogHeader
-
Adds a key-value pair to this Log Header packet.
- and() - Method in class com.gurock.smartinspect.connections.builder.CloudProtocolConnectionStringBuilder
- and() - Method in class com.gurock.smartinspect.connections.builder.ProtocolConnectionStringBuilder
- appendBytes(byte[]) - Method in class com.gurock.smartinspect.contexts.BinaryContext
-
Overloaded.
- appendBytes(byte[], int, int) - Method in class com.gurock.smartinspect.contexts.BinaryContext
-
Overloaded.
- appendHeader(String) - Method in class com.gurock.smartinspect.contexts.TableViewerContext
-
Appends a header to the text data.
- appendKeyValue(String, boolean) - Method in class com.gurock.smartinspect.contexts.ValueListViewerContext
-
Overloaded method that appends a boolean value and its associated key.
- appendKeyValue(String, byte) - Method in class com.gurock.smartinspect.contexts.ValueListViewerContext
-
Overloaded function.
- appendKeyValue(String, char) - Method in class com.gurock.smartinspect.contexts.ValueListViewerContext
-
Overloaded.
- appendKeyValue(String, double) - Method in class com.gurock.smartinspect.contexts.ValueListViewerContext
-
Overloaded.
- appendKeyValue(String, float) - Method in class com.gurock.smartinspect.contexts.ValueListViewerContext
-
Overloaded.
- appendKeyValue(String, int) - Method in class com.gurock.smartinspect.contexts.ValueListViewerContext
-
Overloaded.
- appendKeyValue(String, long) - Method in class com.gurock.smartinspect.contexts.ValueListViewerContext
-
Overloaded.
- appendKeyValue(String, short) - Method in class com.gurock.smartinspect.contexts.ValueListViewerContext
-
Overloaded.
- appendKeyValue(String, Object) - Method in class com.gurock.smartinspect.contexts.ValueListViewerContext
-
Overloaded.
- appendKeyValue(String, String) - Method in class com.gurock.smartinspect.contexts.ValueListViewerContext
-
Overloaded.
- appendLine(String) - Method in class com.gurock.smartinspect.contexts.TextContext
-
Appends a line to the text data.
- appendText(String) - Method in class com.gurock.smartinspect.contexts.TextContext
-
Appends text.
- Assert - Static variable in class com.gurock.smartinspect.packets.logentry.LogEntryType
-
Instructs the Console to treat a Log Entry as assert message.
- assign(Session) - Method in class com.gurock.smartinspect.session.SessionDefaults
B
- beginProtocol(String) - Method in class com.gurock.smartinspect.connections.ConnectionsBuilder
-
Begins a new protocol section.
- beginRow() - Method in class com.gurock.smartinspect.contexts.TableViewerContext
-
Begins a new row.
- Binary - Static variable in class com.gurock.smartinspect.packets.logentry.LogEntryType
-
Instructs the Console to treat the Log Entry as Log Entry with binary data.
- Binary - Static variable in class com.gurock.smartinspect.ViewerId
-
Instructs the Console to display the data of a Log Entry as a binary dump using a read-only hex editor.
- BinaryContext - Class in com.gurock.smartinspect.contexts
-
This is the base class for all viewer contexts, which deal with binary data.
- BinaryContext(ViewerId) - Constructor for class com.gurock.smartinspect.contexts.BinaryContext
-
Creates and initializes a BinaryContext instance.
- BinaryFormatter - Class in com.gurock.smartinspect.formatters
-
Responsible for formatting and writing a packet in the standard SmartInspect binary format.
- BinaryFormatter() - Constructor for class com.gurock.smartinspect.formatters.BinaryFormatter
-
Creates and initializes a BinaryFormatter instance.
- BinaryViewerContext - Class in com.gurock.smartinspect.contexts
-
Represents the binary viewer in the Console which can display binary data in a read-only hex editor.
- BinaryViewerContext() - Constructor for class com.gurock.smartinspect.contexts.BinaryViewerContext
-
Creates and initializes a BinaryViewerContext instance.
- Bitmap - Static variable in class com.gurock.smartinspect.GraphicId
-
Instructs the GraphicViewerContext class to treat the data as bitmap image.
- Bitmap - Static variable in class com.gurock.smartinspect.ViewerId
-
Instructs the Console to display the data of a Log Entry as bitmap image.
- Boolean - Static variable in class com.gurock.smartinspect.packets.watch.WatchType
-
Instructs the Console to treat a Watch value as boolean.
- build() - Method in class com.gurock.smartinspect.connections.builder.ConnectionStringBuilder
-
Builds the resulting connection string.
- buildOptions(ConnectionsBuilder) - Method in class com.gurock.smartinspect.protocols.cloud.CloudProtocol
-
Overridden.
- buildOptions(ConnectionsBuilder) - Method in class com.gurock.smartinspect.protocols.FileProtocol
-
Overridden.
- buildOptions(ConnectionsBuilder) - Method in class com.gurock.smartinspect.protocols.MemoryProtocol
-
Overridden.
- buildOptions(ConnectionsBuilder) - Method in class com.gurock.smartinspect.protocols.pipe.PipeProtocol
-
Overridden.
- buildOptions(ConnectionsBuilder) - Method in class com.gurock.smartinspect.protocols.Protocol
-
Fills a ConnectionsBuilder instance with the options currently used by this protocol.
- buildOptions(ConnectionsBuilder) - Method in class com.gurock.smartinspect.protocols.TcpProtocol
-
Overridden.
- buildOptions(ConnectionsBuilder) - Method in class com.gurock.smartinspect.protocols.TextProtocol
-
Overridden.
C
- 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 - Class in com.gurock.smartinspect.protocols.cloud
- Chunk - Static variable in class com.gurock.smartinspect.packets.PacketType
-
Identifies a packet as Chunk.
- 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() - Method in class com.gurock.smartinspect.session.Session
-
Resets the whole Console.
- ClearAll - Static variable in class com.gurock.smartinspect.packets.controlcommand.ControlCommandType
-
Instructs the Console to reset the whole Console.
- clearAutoViews() - Method in class com.gurock.smartinspect.session.Session
-
Clears all AutoViews in the Console.
- ClearAutoViews - Static variable in class com.gurock.smartinspect.packets.controlcommand.ControlCommandType
-
Instructs the Console to clear all AutoViews.
- clearListeners() - Method in class com.gurock.smartinspect.SmartInspect
-
Removes all registered listeners for the events of this object.
- clearLog() - Method in class com.gurock.smartinspect.session.Session
-
Clears all Log Entries in the Console.
- ClearLog - Static variable in class com.gurock.smartinspect.packets.controlcommand.ControlCommandType
-
Instructs the Console to clear all Log Entries.
- clearProcessFlow() - Method in class com.gurock.smartinspect.session.Session
-
Clears all Process Flow entries in the Console.
- ClearProcessFlow - Static variable in class com.gurock.smartinspect.packets.controlcommand.ControlCommandType
-
Instructs the Console to clear all Process Flow entries.
- clearWatches() - Method in class com.gurock.smartinspect.session.Session
-
Clears all Watches in the Console.
- ClearWatches - Static variable in class com.gurock.smartinspect.packets.controlcommand.ControlCommandType
-
Instructs the Console to clear all Watches.
- 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 - Static variable in class com.gurock.smartinspect.packets.PacketType
-
Identifies a packet as Control Command.
- ControlCommand() - Constructor for class com.gurock.smartinspect.packets.controlcommand.ControlCommand
-
Overloaded.
- ControlCommand(ControlCommandType) - Constructor for class com.gurock.smartinspect.packets.controlcommand.ControlCommand
- 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.
D
- Daily - Static variable in class com.gurock.smartinspect.FileRotate
-
Instructs the file protocol to rotate log files daily.
- Data - Static variable in class com.gurock.smartinspect.ViewerId
-
Instructs the Console to display the data of a Log Entry in a read-only text field.
- DatabaseResult - Static variable in class com.gurock.smartinspect.packets.logentry.LogEntryType
-
Instructs the Console to treat the Log Entry as Log Entry with a database result.
- DatabaseStructure - Static variable in class com.gurock.smartinspect.packets.logentry.LogEntryType
-
Instructs the Console to treat the Log Entry as Log Entry with a database structure.
- DataViewerContext - Class in com.gurock.smartinspect.contexts
-
Represents the data viewer in the Console which can display simple and unformatted text.
- DataViewerContext() - Constructor for class com.gurock.smartinspect.contexts.DataViewerContext
-
Creates and initializes a DataViewerContext instance.
- Debug - Static variable in class com.gurock.smartinspect.Level
-
Represents the Debug log level.
- Debug - Static variable in class com.gurock.smartinspect.packets.logentry.LogEntryType
-
Instructs the Console to treat a Log Entry as debug message.
- decCounter(Level, String) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- decCounter(String) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- DEFAULT_COLOR - Static variable in class com.gurock.smartinspect.session.Session
- delete(Session) - Method in class com.gurock.smartinspect.session.SessionManager
-
Removes a session from the internal list of sessions.
- deleteFiles(String, int) - Static method in class com.gurock.smartinspect.FileHelper
- deleteSession(Session) - Method in class com.gurock.smartinspect.SmartInspect
-
Removes a session from the internal list of sessions.
- dequeue() - Method in class com.gurock.smartinspect.scheduler.SchedulerQueue
-
Returns a scheduler command and removes it from the queue.
- disconnect() - Method in class com.gurock.smartinspect.protocols.cloud.CloudProtocol
- disconnect() - Method in class com.gurock.smartinspect.protocols.Protocol
-
Disconnects from the protocol destination.
- Disconnect - Static variable in class com.gurock.smartinspect.scheduler.SchedulerAction
-
Represents a disconnect protocol operation.
- dispatch(ProtocolCommand) - Method in class com.gurock.smartinspect.protocols.Protocol
-
Dispatches a custom action to a concrete implementation of a protocol.
- dispatch(String, int, Object) - Method in class com.gurock.smartinspect.SmartInspect
-
Executes a custom protocol action of a connection.
- Dispatch - Static variable in class com.gurock.smartinspect.scheduler.SchedulerAction
-
Represents a dispatch protocol operation.
- dispose() - Method in class com.gurock.smartinspect.ConfigurationTimer
-
The method releases all resources of this ConfigurationTimer object and stops monitoring the SmartInspect configuration file for changes.
- dispose() - Method in class com.gurock.smartinspect.protocols.Protocol
-
Disconnects from the protocol destination.
- dispose() - Method in class com.gurock.smartinspect.SmartInspect
-
Releases all resources of this SmartInspect object.
- doControlCommand(ControlCommand) - Method in class com.gurock.smartinspect.SmartInspect
-
Invokes the Control Command event handlers.
- doError(Exception) - Method in class com.gurock.smartinspect.protocols.Protocol
-
Invokes the ProtocolListener.onError event handlers.
- doError(Exception) - Method in class com.gurock.smartinspect.SmartInspect
-
Invokes the Error event handlers.
- doFilter(Packet) - Method in class com.gurock.smartinspect.SmartInspect
-
Invokes the Filter event handlers and determines if the supplied packet should be sent or not.
- doHandShake() - Method in class com.gurock.smartinspect.protocols.cloud.CloudProtocol
-
Overrides TCP protocol handshake by reversing the order, for compatibility with TLS.
- doHandShake() - Method in class com.gurock.smartinspect.protocols.TcpProtocol
- doLogEntry(LogEntry) - Method in class com.gurock.smartinspect.SmartInspect
-
Invokes the Log Entry event handlers.
- doProcessFlow(ProcessFlow) - Method in class com.gurock.smartinspect.SmartInspect
-
Invokes the Process Flow event handlers.
- doWatch(Watch) - Method in class com.gurock.smartinspect.SmartInspect
-
Invokes the Watch event handlers.
E
- endProtocol() - Method in class com.gurock.smartinspect.connections.ConnectionsBuilder
-
Ends the current protocol section.
- endRow() - Method in class com.gurock.smartinspect.contexts.TableViewerContext
-
Ends the current row.
- enqueue(SchedulerCommand, SchedulerQueue.QueueEnd) - Method in class com.gurock.smartinspect.scheduler.SchedulerQueue
-
Adds a new scheduler command to the queue.
- enterMethod(Level, Object, String) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- enterMethod(Level, Object, String, Object[]) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- enterMethod(Level, String) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- enterMethod(Level, String, Object[]) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- enterMethod(Object, String) - Method in class com.gurock.smartinspect.session.Session
-
An overloaded method that enters a method using the default log level.
- enterMethod(Object, String, Object[]) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- enterMethod(String) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- enterMethod(String, Object[]) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- EnterMethod - Static variable in class com.gurock.smartinspect.packets.logentry.LogEntryType
-
Instructs the Console to enter a new method.
- EnterMethod - Static variable in class com.gurock.smartinspect.packets.processflow.ProcessFlowType
-
Instructs the Console to enter a new method.
- enterProcess() - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- enterProcess(Level) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- enterProcess(Level, String) - Method in class com.gurock.smartinspect.session.Session
-
Enters a new process by using a custom log level.
- enterProcess(Level, String, Object[]) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- enterProcess(String) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- enterProcess(String, Object[]) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- EnterProcess - Static variable in class com.gurock.smartinspect.packets.processflow.ProcessFlowType
-
Instructs the Console to enter a new process.
- enterThread(Level, String) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- enterThread(Level, String, Object[]) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- enterThread(String) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded method.
- enterThread(String, Object[]) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- EnterThread - Static variable in class com.gurock.smartinspect.packets.processflow.ProcessFlowType
-
Instructs the Console to enter a new thread.
- Enum - Class in com.gurock.smartinspect
-
Represents the abstract representation of the Enum pattern.
- Enum(int) - Constructor for class com.gurock.smartinspect.Enum
-
Overloaded.
- Enum(int, String) - Constructor for class com.gurock.smartinspect.Enum
-
Overloaded.
- equals(Object) - Method in class com.gurock.smartinspect.Enum
-
Indicates whether some other object is equal to this one.
- Error - Static variable in class com.gurock.smartinspect.Level
-
Represents the Error log level.
- Error - Static variable in class com.gurock.smartinspect.packets.logentry.LogEntryType
-
Instructs the Console to treat a Log Entry as an error message.
- ErrorEvent - Class in com.gurock.smartinspect
-
This class is used by the SmartInspectListener.onError event of the SmartInspect class and the ProtocolListener.onError event of the Protocol class.
- ErrorEvent(Object, Exception) - Constructor for class com.gurock.smartinspect.ErrorEvent
-
Creates and initializes an ErrorEvent instance.
- escapeItem(String) - Method in class com.gurock.smartinspect.contexts.InspectorViewerContext
-
Overridden.
- escapeItem(String) - Method in class com.gurock.smartinspect.contexts.ValueListViewerContext
-
Escapes a key or a value.
- escapeLine(String) - Method in class com.gurock.smartinspect.contexts.ListViewerContext
-
Overridden.
- escapeLine(String) - Method in class com.gurock.smartinspect.contexts.TextContext
-
Escapes a line.
- escapeLine(String, String) - Static method in class com.gurock.smartinspect.contexts.ListViewerContext
-
Escapes a line.
- expand(LogEntry) - Method in class com.gurock.smartinspect.PatternParser
-
Creates a text representation of a LogEntry by applying a user-specified Pattern string.
- expand(LogEntry) - Method in class com.gurock.smartinspect.Token
-
Creates a string representation of a variable or literal token.
- expand(String) - Method in class com.gurock.smartinspect.protocols.ProtocolVariables
-
Expands and returns a connections string.
F
- failed() - Method in class com.gurock.smartinspect.protocols.Protocol
-
Returns if the last executed connection-related operation of this protocol has failed.
- Fatal - Static variable in class com.gurock.smartinspect.Level
-
Represents the Fatal log level.
- Fatal - Static variable in class com.gurock.smartinspect.packets.logentry.LogEntryType
-
Instructs the Console to treat a Log Entry as fatal error message.
- fConnected - Variable in class com.gurock.smartinspect.protocols.Protocol
- fFormatter - Variable in class com.gurock.smartinspect.protocols.TcpProtocol
- fHostName - Variable in class com.gurock.smartinspect.protocols.TcpProtocol
- FileHelper - Class in com.gurock.smartinspect
- FileHelper() - Constructor for class com.gurock.smartinspect.FileHelper
- FileProtocol - Class in com.gurock.smartinspect.protocols
-
The FileProtocol serves as a standard SmartInspect protocol for writing log packets to a log file.
- FileProtocol() - Constructor for class com.gurock.smartinspect.protocols.FileProtocol
-
Creates and initializes a new FileProtocol instance.
- FileProtocolConnectionStringBuilder - Class in com.gurock.smartinspect.connections.builder
- FileProtocolConnectionStringBuilder(ConnectionStringBuilder) - Constructor for class com.gurock.smartinspect.connections.builder.FileProtocolConnectionStringBuilder
- FileRotate - Class in com.gurock.smartinspect
-
Specifies the log rotate mode for the FileProtocol class and derived classes.
- FileRotater - Class in com.gurock.smartinspect
-
Responsible for the log file rotate management as used by the FileProtocol class.
- FileRotater() - Constructor for class com.gurock.smartinspect.FileRotater
-
Creates a new FileRotater instance with a default mode of FileRotate.None.
- FilterEvent - Class in com.gurock.smartinspect
-
This class is used by the SmartInspectListener.onFilter event of the SmartInspect class.
- FilterEvent(Object, Packet) - Constructor for class com.gurock.smartinspect.FilterEvent
-
Creates and initializes a FilterEvent instance.
- fIstream - Variable in class com.gurock.smartinspect.protocols.TcpProtocol
- Float - Static variable in class com.gurock.smartinspect.packets.watch.WatchType
-
Instructs the Console to treat a Watch value as float.
- flush() - Method in class com.gurock.smartinspect.jdk.SmartInspectHandler
-
Overridden.
- format(Packet, OutputStream) - Method in class com.gurock.smartinspect.formatters.Formatter
-
Compiles a packet and writes it to a stream.
- format(LogRecord) - Method in class com.gurock.smartinspect.jdk.SmartInspectFormatter
-
Overridden.
- Formatter - Class in com.gurock.smartinspect.formatters
-
Responsible for formatting and writing a packet.
- Formatter() - Constructor for class com.gurock.smartinspect.formatters.Formatter
- fOstream - Variable in class com.gurock.smartinspect.protocols.TcpProtocol
- fPort - Variable in class com.gurock.smartinspect.protocols.TcpProtocol
- fr.gpotter2.sslkeystorefactories - package fr.gpotter2.sslkeystorefactories
- fTimeout - Variable in class com.gurock.smartinspect.protocols.TcpProtocol
G
- 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.
- getAsyncThrottleDefaultValue() - Method in class com.gurock.smartinspect.protocols.cloud.CloudProtocol
-
Defines the default value for `async.throttle` option as `false`.
- getAsyncThrottleDefaultValue() - Method in class com.gurock.smartinspect.protocols.Protocol
-
Defines the default value for `async.throttle` option as `false`.
- 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() - 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.
- getFileName(String, boolean) - Static method in class com.gurock.smartinspect.FileHelper
- 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, InputStream, String, SSLSocketKeystoreFactory.SecureType) - Static method in class fr.gpotter2.sslkeystorefactories.SSLSocketKeystoreFactory
-
Instantiate sslsocket
- getSocketWithCert(String, 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)
- getSocketWithCert(InetAddress, int, String, String, SSLSocketKeystoreFactory.SecureType) - Static method in class fr.gpotter2.sslkeystorefactories.SSLSocketKeystoreFactory
-
Instantiate sslsocket
- 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.
H
- handleException(String) - Method in class com.gurock.smartinspect.protocols.Protocol
-
Handles a protocol exception.
- HEAD - com.gurock.smartinspect.scheduler.SchedulerQueue.QueueEnd
- headerSize - Variable in class com.gurock.smartinspect.protocols.cloud.Chunk
- High - Static variable in class com.gurock.smartinspect.ClockResolution
-
Represents timestamps with a very high resolution (microseconds).
- Hourly - Static variable in class com.gurock.smartinspect.FileRotate
-
Instructs the file protocol to rotate log files hourly.
- Html - Static variable in class com.gurock.smartinspect.SourceId
-
Instructs the logSource methods of the Session class to choose syntax highlighting for HTML.
- HtmlSource - Static variable in class com.gurock.smartinspect.ViewerId
-
Instructs the Console to display the data of a Log Entry as HTML source with syntax highlighting.
I
- Icon - Static variable in class com.gurock.smartinspect.GraphicId
-
Instructs the GraphicViewerContext class to treat the data as Windows icon.
- Icon - Static variable in class com.gurock.smartinspect.ViewerId
-
Instructs the Console to display the data of a Log Entry as Windows icon.
- implConnect() - Method in class com.gurock.smartinspect.protocols.Protocol
- implDisconnect() - Method in class com.gurock.smartinspect.protocols.Protocol
- implDispatch(ProtocolCommand) - Method in class com.gurock.smartinspect.protocols.Protocol
- implWritePacket(Packet) - Method in class com.gurock.smartinspect.protocols.Protocol
- incCounter(Level, String) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- incCounter(String) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- Ini - Static variable in class com.gurock.smartinspect.SourceId
-
Instructs the logSource methods of the Session class to choose syntax highlighting for INI files.
- IniSource - Static variable in class com.gurock.smartinspect.ViewerId
-
Instructs the Console to display the data of a Log Entry as INI source with syntax highlighting.
- initialize(String) - Method in class com.gurock.smartinspect.protocols.Protocol
-
Sets and initializes the options of this protocol.
- initialize(Date) - Method in class com.gurock.smartinspect.FileRotater
-
Initializes this FileRotater object with a user-supplied timestamp.
- Inspector - Static variable in class com.gurock.smartinspect.ViewerId
-
Instructs the Console to display the data of a Log Entry using an object inspector.
- InspectorViewerContext - Class in com.gurock.smartinspect.contexts
-
Represents the inspector viewer in the Console which displays key/value pairs in an object inspector control.
- InspectorViewerContext() - Constructor for class com.gurock.smartinspect.contexts.InspectorViewerContext
-
Creates and initializes an InspectorViewerContext instance.
- Integer - Static variable in class com.gurock.smartinspect.packets.watch.WatchType
-
Instructs the Console to treat a Watch value as integer.
- internalConnect() - Method in class com.gurock.smartinspect.protocols.FileProtocol
-
Overridden.
- internalConnect() - Method in class com.gurock.smartinspect.protocols.MemoryProtocol
-
Overridden.
- internalConnect() - Method in class com.gurock.smartinspect.protocols.pipe.PipeProtocol
-
This method tries to establish a connection to a local named pipe of a SmartInspect Console.
- internalConnect() - Method in class com.gurock.smartinspect.protocols.Protocol
-
Connects to the protocol destination.
- internalConnect() - Method in class com.gurock.smartinspect.protocols.TcpProtocol
-
Overridden.
- internalDisconnect() - Method in class com.gurock.smartinspect.protocols.FileProtocol
-
Overridden.
- internalDisconnect() - Method in class com.gurock.smartinspect.protocols.MemoryProtocol
-
Overridden.
- internalDisconnect() - Method in class com.gurock.smartinspect.protocols.pipe.PipeProtocol
-
Overridden.
- internalDisconnect() - Method in class com.gurock.smartinspect.protocols.Protocol
-
Disconnects from the protocol destination.
- internalDisconnect() - Method in class com.gurock.smartinspect.protocols.TcpProtocol
-
Overridden.
- internalDispatch(ProtocolCommand) - Method in class com.gurock.smartinspect.protocols.MemoryProtocol
-
Overrides and implements a custom action for saving the current queue of packets of this memory protocol to a stream or protocol object.
- internalDispatch(ProtocolCommand) - Method in class com.gurock.smartinspect.protocols.Protocol
-
Executes a protocol specific custom action.
- InternalError - Static variable in class com.gurock.smartinspect.packets.logentry.LogEntryType
-
Instructs the Console to treat a Log Entry as internal error.
- internalInitializeSocket() - Method in class com.gurock.smartinspect.protocols.cloud.CloudProtocol
- internalInitializeSocket() - Method in class com.gurock.smartinspect.protocols.TcpProtocol
- internalReconnect() - Method in class com.gurock.smartinspect.protocols.cloud.CloudProtocol
- internalReconnect() - Method in class com.gurock.smartinspect.protocols.Protocol
-
Reconnects to the protocol specific destination.
- internalValidateWritePacketAnswer(int, byte[]) - Method in class com.gurock.smartinspect.protocols.cloud.CloudProtocol
- internalValidateWritePacketAnswer(int, byte[]) - Method in class com.gurock.smartinspect.protocols.TcpProtocol
- internalWriteLogHeader() - Method in class com.gurock.smartinspect.protocols.Protocol
- internalWritePacket(Packet) - Method in class com.gurock.smartinspect.protocols.cloud.CloudProtocol
- internalWritePacket(Packet) - Method in class com.gurock.smartinspect.protocols.FileProtocol
-
Overridden.
- internalWritePacket(Packet) - Method in class com.gurock.smartinspect.protocols.MemoryProtocol
-
Overridden.
- internalWritePacket(Packet) - Method in class com.gurock.smartinspect.protocols.pipe.PipeProtocol
-
Overridden.
- internalWritePacket(Packet) - Method in class com.gurock.smartinspect.protocols.Protocol
-
Writes a packet to the protocol destination.
- internalWritePacket(Packet) - Method in class com.gurock.smartinspect.protocols.TcpProtocol
-
Overridden.
- InvalidConnectionsException - Exception in com.gurock.smartinspect
-
Used to report errors concerning the connections string in the SmartInspect class.
- InvalidConnectionsException(String) - Constructor for exception com.gurock.smartinspect.InvalidConnectionsException
-
Creates and initializes an InvalidConnectionsException instance.
- isActive() - Method in class com.gurock.smartinspect.session.Session
-
Indicates if this session is currently active or not.
- isActive() - Method in class com.gurock.smartinspect.session.SessionDefaults
-
Returns the default active status for newly created sessions.
- isAsynchronous() - Method in class com.gurock.smartinspect.protocols.Protocol
-
Indicates if this protocol is operating in asynchronous protocol mode.
- isEnabled() - Method in class com.gurock.smartinspect.SmartInspect
-
Returns a boolean value which indicates if this instance is enabled or not.
- isOn() - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- isOn(Level) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- isReconnectAllowed() - Method in class com.gurock.smartinspect.protocols.cloud.CloudProtocol
- isStored() - Method in class com.gurock.smartinspect.session.Session
-
Returns if this session is stored in the session tracking list of its Parent.
- isThreadSafe() - Method in class com.gurock.smartinspect.packets.Packet
-
Indicates if this packet is used in a multi-threaded SmartInspect environment.
- isValidOption(String) - Method in class com.gurock.smartinspect.protocols.cloud.CloudProtocol
-
Overridden.
- isValidOption(String) - Method in class com.gurock.smartinspect.protocols.FileProtocol
-
Overridden.
- isValidOption(String) - Method in class com.gurock.smartinspect.protocols.MemoryProtocol
-
Overridden.
- isValidOption(String) - Method in class com.gurock.smartinspect.protocols.pipe.PipeProtocol
-
Overridden.
- isValidOption(String) - Method in class com.gurock.smartinspect.protocols.Protocol
-
Validates if an option is supported by this protocol.
- isValidOption(String) - Method in class com.gurock.smartinspect.protocols.TcpProtocol
-
Validates if a protocol option is supported.
- isValidOption(String) - Method in class com.gurock.smartinspect.protocols.TextProtocol
-
Overridden.
J
- JavaScript - Static variable in class com.gurock.smartinspect.SourceId
-
Instructs the logSource methods of the Session class to choose syntax highlighting for JavaScript.
- JavaScriptSource - Static variable in class com.gurock.smartinspect.ViewerId
-
Instructs the Console to display the data of a Log Entry as JavaScript source with syntax highlighting.
- Jpeg - Static variable in class com.gurock.smartinspect.GraphicId
-
Instructs the GraphicViewerContext class to treat the data as JPEG image.
- Jpeg - Static variable in class com.gurock.smartinspect.ViewerId
-
Instructs the Console to display the data of a Log Entry as a JPEG image.
K
- KB_FACTOR - Static variable in class com.gurock.smartinspect.LookupTable
L
- leaveMethod(Level, Object, String) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- leaveMethod(Level, Object, String, Object[]) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- leaveMethod(Level, String) - 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(Object, String, Object[]) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- leaveMethod(String) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- leaveMethod(String, Object[]) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- 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.
- leaveProcess() - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- leaveProcess(Level) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- leaveProcess(Level, String) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- leaveProcess(Level, String, Object[]) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- leaveProcess(String) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- leaveProcess(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.
- leaveThread(Level, String) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- leaveThread(Level, String, Object[]) - Method in class com.gurock.smartinspect.session.Session
-
Leaves a thread by using a custom log level.
- leaveThread(String) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- leaveThread(String, Object[]) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded method.
- LeaveThread - Static variable in class com.gurock.smartinspect.packets.processflow.ProcessFlowType
-
Instructs the Console to leave a thread.
- 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(Level, String, Object[]) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logArray(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(Level, String, Object) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logAssigned(String, Object) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logBinary(Level, String, byte[]) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logBinary(Level, String, byte[], int, int) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logBinary(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.
- logBinaryFile(Level, String) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logBinaryFile(Level, String, String) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logBinaryFile(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.
- logBinaryStream(Level, String, InputStream) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logBinaryStream(String, InputStream) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- 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(Level, String, String) - 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(String, String) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logBitmapStream(Level, String, InputStream) - 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.
- logBoolean(Level, String, boolean) - 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.
- logByte(Level, String, byte) - 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.
- logByte(String, byte) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logByte(String, byte, boolean) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logChar(Level, String, char) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logChar(String, char) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded method.
- logCollection(Level, String, Collection) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logCollection(String, Collection) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logColored(Level, Color, String) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- 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.
- logColored(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.
- 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(Level, String) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logCurrentStackTrace(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(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.
- 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.
- logCustomContext(Level, String, LogEntryType, ViewerContext) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logCustomContext(String, LogEntryType, ViewerContext) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logCustomFile(Level, 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.
- logCustomFile(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.
- logCustomReader(Level, String, Reader, 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.
- logCustomStream(Level, String, InputStream, 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.
- 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.
- logCustomText(String, String, LogEntryType, ViewerId) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logDate(Level, String, Date) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logDate(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(Level, String, double) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logDouble(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 - Static variable in class com.gurock.smartinspect.packets.PacketType
-
Identifies a packet as Log Entry.
- LogEntry() - Constructor for class com.gurock.smartinspect.packets.logentry.LogEntry
-
Overloaded.
- LogEntry(LogEntryType, ViewerId) - Constructor for class com.gurock.smartinspect.packets.logentry.LogEntry
-
Overloaded.
- 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(String, Throwable) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logException(Throwable) - Method in class com.gurock.smartinspect.session.Session
-
Logs the content of an exception with a log level of Level.Error.
- 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(Level, String, float) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logFloat(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 - Static variable in class com.gurock.smartinspect.packets.PacketType
-
Identifies a packet as Log Header.
- LogHeader() - Constructor for class com.gurock.smartinspect.packets.LogHeader
- logHtml(Level, String, String) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logHtml(String, String) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logHtmlFile(Level, String) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logHtmlFile(Level, String, String) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logHtmlFile(String) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logHtmlFile(String, String) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logHtmlReader(Level, String, Reader) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logHtmlReader(String, Reader) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logHtmlStream(Level, String, InputStream) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logHtmlStream(String, InputStream) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logIconFile(Level, String) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logIconFile(Level, String, String) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logIconFile(String) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logIconFile(String, String) - 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.
- logIconStream(String, InputStream) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logInt(Level, String, int) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logInt(Level, String, int, boolean) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logInt(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.
- 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(Level, String) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logJpegFile(Level, String, String) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logJpegFile(String) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logJpegFile(String, String) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logJpegStream(Level, String, InputStream) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logJpegStream(String, InputStream) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logLong(Level, String, long) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logLong(Level, String, long, boolean) - 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(String, long, boolean) - 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.
- logMap(String, Map) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logMemoryStatistic() - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logMemoryStatistic(Level) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logMemoryStatistic(Level, String) - 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.
- logMessage(String) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logMessage(String, Object[]) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logMetafileFile(Level, String) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logMetafileFile(Level, String, String) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logMetafileFile(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.
- logMetafileStream(Level, String, InputStream) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logMetafileStream(String, InputStream) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logObject(Level, String, Object) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logObject(Level, String, Object, boolean) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logObject(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.
- logObjectValue(Level, String, Object) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logObjectValue(String, Object) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logReader(Level, String, Reader) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logReader(String, Reader) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- 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.
- logResultSet(String, ResultSet) - Method in class com.gurock.smartinspect.session.Session
-
Logs the content of a ResultSet with the default log level.
- logResultSetMetaData(Level, String, ResultSet) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logResultSetMetaData(Level, String, ResultSetMetaData) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logResultSetMetaData(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.
- logSeparator() - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logSeparator(Level) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logShort(Level, String, short) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logShort(Level, String, short, boolean) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logShort(String, short) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logShort(String, short, boolean) - 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.
- logSource(String, 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(Level, String, String, SourceId) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logSourceFile(String, SourceId) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logSourceFile(String, String, SourceId) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logSourceReader(Level, String, Reader, SourceId) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logSourceReader(String, Reader, SourceId) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logSourceStream(Level, String, InputStream, SourceId) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logSourceStream(String, InputStream, SourceId) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logSql(Level, String, String) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logSql(String, String) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logStream(Level, String, InputStream) - 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.
- logString(Level, String, String) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logString(String, String) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logStringBuffer(Level, String, StringBuffer) - 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.
- 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(Level, String) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logSystem(String) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logText(Level, String, 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.
- logTextFile(Level, String) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logTextFile(Level, String, String) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logTextFile(String) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logTextFile(String, String) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logTextReader(Level, String, Reader) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logTextReader(String, Reader) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded method.
- 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.
- logTextStream(String, InputStream) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logThread(Level, String, Thread) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logThread(String, Thread) - Method in class com.gurock.smartinspect.session.Session
-
This method logs information about the supplied thread.
- logValue(Level, String, boolean) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logValue(Level, String, byte) - 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(Level, String, double) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logValue(Level, String, float) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logValue(Level, String, int) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logValue(Level, String, long) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logValue(Level, String, short) - 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(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(Level, String, Date) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logValue(String, boolean) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logValue(String, byte) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logValue(String, char) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logValue(String, double) - 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(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(String, long) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logValue(String, short) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- logValue(String, Object) - 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(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.
M
- main - Static variable in class com.gurock.smartinspect.SiAuto
-
Automatically created Session instance.
- MemoryProtocol - Class in com.gurock.smartinspect.protocols
-
Used for writing log data to memory and saving it to a stream or protocol object on request.
- MemoryProtocol() - Constructor for class com.gurock.smartinspect.protocols.MemoryProtocol
-
Creates and initializes a new MemoryProtocol instance.
- MemoryProtocolConnectionStringBuilder - Class in com.gurock.smartinspect.connections.builder
- MemoryProtocolConnectionStringBuilder(ConnectionStringBuilder) - Constructor for class com.gurock.smartinspect.connections.builder.MemoryProtocolConnectionStringBuilder
- MemoryStatistic - Static variable in class com.gurock.smartinspect.packets.logentry.LogEntryType
-
Instructs the Console to treat the Log Entry as Log Entry with memory statistics.
- Message - Static variable in class com.gurock.smartinspect.Level
-
Represents the Message log level.
- Message - Static variable in class com.gurock.smartinspect.packets.logentry.LogEntryType
-
Instructs the Console to treat a Log Entry as simple message.
- Metafile - Static variable in class com.gurock.smartinspect.GraphicId
-
Instructs the GraphicViewerContext class to treat the data as Windows Metafile image.
- Metafile - Static variable in class com.gurock.smartinspect.ViewerId
-
Instructs the Console to display the data of a Log Entry as Windows Metafile image.
- millisecondsSinceTheFirstPacket() - Method in class com.gurock.smartinspect.protocols.cloud.Chunk
- Monthly - Static variable in class com.gurock.smartinspect.FileRotate
-
Instructs the file protocol to rotate log files monthly.
N
- None - Static variable in class com.gurock.smartinspect.FileRotate
-
Completely disables the log rotate functionality.
- None - Static variable in class com.gurock.smartinspect.ViewerId
-
Instructs the Console to use no viewer at all.
- now() - Method in class com.gurock.smartinspect.SmartInspect
-
Returns the current date and time, optionally with a high resolution.
- now(ClockResolution) - Static method in class com.gurock.smartinspect.Clock
-
Returns the current date and time, optionally with a high resolution.
O
- Object - Static variable in class com.gurock.smartinspect.packets.logentry.LogEntryType
-
Instructs the Console to treat the Log Entry as Log Entry with object data.
- Object - Static variable in class com.gurock.smartinspect.packets.watch.WatchType
-
Instructs the Console to treat a Watch value as object.
- ObjectRenderer - Class in com.gurock.smartinspect
-
Responsible for creating a string representation of any arbitrary object.
- onControlCommand(ControlCommandEvent) - Method in class com.gurock.smartinspect.SmartInspectAdapter
-
Provides an empty default implementation for the ControlCommand event of the implemented SmartInspectListener event interface.
- onControlCommand(ControlCommandEvent) - Method in interface com.gurock.smartinspect.SmartInspectListener
-
Occurs when a ControlCommand packet is processed.
- onError(ErrorEvent) - Method in class com.gurock.smartinspect.protocols.ProtocolAdapter
-
Provides an empty default implementation for the error event of the implemented ProtocolListener event interface.
- onError(ErrorEvent) - Method in interface com.gurock.smartinspect.protocols.ProtocolListener
-
This event is fired after an error occurred when operating in asynchronous mode.
- onError(ErrorEvent) - Method in class com.gurock.smartinspect.SmartInspectAdapter
-
Provides an empty default implementation for the error event of the implemented SmartInspectListener event interface.
- onError(ErrorEvent) - Method in interface com.gurock.smartinspect.SmartInspectListener
-
This event is fired after an error occurred.
- onFilter(FilterEvent) - Method in class com.gurock.smartinspect.SmartInspectAdapter
-
Provides an empty default implementation for the Filter event of the implemented SmartInspectListener event interface.
- onFilter(FilterEvent) - Method in interface com.gurock.smartinspect.SmartInspectListener
-
Occurs before a packet is processed.
- onLogEntry(LogEntryEvent) - Method in class com.gurock.smartinspect.SmartInspectAdapter
-
Provides an empty default implementation for the LogEntry event of the implemented SmartInspectListener event interface.
- onLogEntry(LogEntryEvent) - Method in interface com.gurock.smartinspect.SmartInspectListener
-
Occurs when a LogEntry packet is processed.
- onOption(OptionsParserEvent) - Method in interface com.gurock.smartinspect.connections.options.OptionsParserListener
-
Represents the callback function for the OptionsParser class.
- onProcessFlow(ProcessFlowEvent) - Method in class com.gurock.smartinspect.SmartInspectAdapter
-
Provides an empty default implementation for the ProcessFlow event of the implemented SmartInspectListener event interface.
- onProcessFlow(ProcessFlowEvent) - Method in interface com.gurock.smartinspect.SmartInspectListener
-
Occurs when a ProcessFlow packet is processed.
- onProtocol(ConnectionsParserEvent) - Method in interface com.gurock.smartinspect.connections.ConnectionsParserListener
-
Represents the callback function for the ConnectionsParser class.
- onWatch(WatchEvent) - Method in class com.gurock.smartinspect.SmartInspectAdapter
-
Provides an empty default implementation for the Watch event of the implemented SmartInspectListener event interface.
- onWatch(WatchEvent) - Method in interface com.gurock.smartinspect.SmartInspectListener
-
This event occurs when a Watch packet is processed.
- OptionsParser - Class in com.gurock.smartinspect.connections.options
-
Responsible for parsing the options part of a SmartInspect connections string.
- OptionsParser() - Constructor for class com.gurock.smartinspect.connections.options.OptionsParser
- OptionsParserEvent - Class in com.gurock.smartinspect.connections.options
-
This class is used by the OptionsParser class to inform interested parties about found options.
- OptionsParserEvent(Object, String, String, String) - Constructor for class com.gurock.smartinspect.connections.options.OptionsParserEvent
-
Creates and initializes a new OptionsParserEventArgs instance.
- OptionsParserListener - Interface in com.gurock.smartinspect.connections.options
-
This interface is used as callback for the
OptionsParser.parse(java.lang.String, java.lang.String, com.gurock.smartinspect.connections.options.OptionsParserListener)method.
P
- 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 - 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 - Static variable in class com.gurock.smartinspect.packets.PacketType
-
Identifies a packet as Process Flow entry.
- 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.
R
- readBoolean(String, boolean) - Method in class com.gurock.smartinspect.Configuration
-
Returns either the value converted to a boolean for the given key if an element with the given key exists or defaultValue otherwise.
- readColor(String, Color) - Method in class com.gurock.smartinspect.Configuration
-
Returns a Color value of an element for a given key.
- readInteger(String, int) - Method in class com.gurock.smartinspect.Configuration
-
Returns an int value of an element for a given key.
- readKey(int) - Method in class com.gurock.smartinspect.Configuration
-
Returns a key of this SmartInspect configuration for a given index.
- readLevel(String, Level) - Method in class com.gurock.smartinspect.Configuration
-
Returns a Level value of an element for a given key.
- readServerBanner() - Method in class com.gurock.smartinspect.protocols.TcpProtocol
- readString(String, String) - Method in class com.gurock.smartinspect.Configuration
-
Returns a String value of an element for a given key.
- registerProtocol(String, Class) - Static method in class com.gurock.smartinspect.protocols.ProtocolFactory
-
Registers a custom protocol implementation to the SmartInspect Java library.
- remove(String) - Method in class com.gurock.smartinspect.LookupTable
-
Removes an existing element with a given key from this lookup table.
- remove(String) - Method in class com.gurock.smartinspect.protocols.ProtocolVariables
-
Removes an existing element with a given key from this set of connection variables.
- removeListener(ProtocolListener) - Method in class com.gurock.smartinspect.protocols.Protocol
-
Removes a new listener for the events of this object.
- removeListener(SmartInspectListener) - Method in class com.gurock.smartinspect.SmartInspect
-
Removes an existing listener for the events of this object.
- renderObject(Object) - Static method in class com.gurock.smartinspect.ObjectRenderer
-
Creates a string representation of an object.
- reset() - Method in class com.gurock.smartinspect.protocols.Protocol
-
Resets the protocol and brings it into a consistent state.
- resetCallstack() - Method in class com.gurock.smartinspect.session.Session
-
Resets the call stack by using the default log level.
- resetCallstack(Level) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- ResetCallstack - Static variable in class com.gurock.smartinspect.packets.logentry.LogEntryType
-
Instructs the Console to reset the current call stack.
- resetCheckpoint() - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- resetCheckpoint(String) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- resetColor() - Method in class com.gurock.smartinspect.session.Session
-
Resets the session color to its default value.
- resetCounter(String) - Method in class com.gurock.smartinspect.session.Session
-
Resets a named counter to its initial value of 0.
- resetData() - Method in class com.gurock.smartinspect.contexts.BinaryContext
-
Resets the internal data stream.
- resetData() - Method in class com.gurock.smartinspect.contexts.TextContext
-
Resets the internal data.
S
- 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(Level, ControlCommandType, byte[]) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- sendCustomControlCommand(ControlCommandType, 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.
- sendCustomLogEntry(String, LogEntryType, ViewerId, byte[]) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- sendCustomProcessFlow(Level, String, ProcessFlowType) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- sendCustomProcessFlow(String, ProcessFlowType) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- sendCustomWatch(Level, String, String, WatchType) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded method.
- sendCustomWatch(String, String, WatchType) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- 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(Session) - Constructor for class com.gurock.smartinspect.jdk.SmartInspectHandler
-
Overloaded.
- SmartInspectHandler(String) - 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.
- SSL - fr.gpotter2.sslkeystorefactories.SSLSocketKeystoreFactory.SecureType
-
Deprecated.
- 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
- SSLv2 - fr.gpotter2.sslkeystorefactories.SSLSocketKeystoreFactory.SecureType
-
Deprecated.
- SSLv3 - fr.gpotter2.sslkeystorefactories.SSLSocketKeystoreFactory.SecureType
-
Deprecated.
- 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.
T
- Table - Static variable in class com.gurock.smartinspect.ViewerId
-
Instructs the Console to display the data of a Log Entry as a table.
- TableViewerContext - Class in com.gurock.smartinspect.contexts
-
Represents the table viewer in the Console which can display text data as a table.
- TableViewerContext() - Constructor for class com.gurock.smartinspect.contexts.TableViewerContext
-
Creates and initializes a TableViewerContext instance.
- TAIL - com.gurock.smartinspect.scheduler.SchedulerQueue.QueueEnd
- TcpProtocol - Class in com.gurock.smartinspect.protocols
-
Used for sending packets to the SmartInspect Console over a TCP socket connection.
- TcpProtocol() - Constructor for class com.gurock.smartinspect.protocols.TcpProtocol
-
Creates and initializes a TcpProtocol instance.
- TcpProtocolConnectionStringBuilder - Class in com.gurock.smartinspect.connections.builder
- TcpProtocolConnectionStringBuilder(ConnectionStringBuilder) - Constructor for class com.gurock.smartinspect.connections.builder.TcpProtocolConnectionStringBuilder
- Text - Static variable in class com.gurock.smartinspect.packets.logentry.LogEntryType
-
Instructs the Console to treat the Log Entry as Log Entry with text.
- TextContext - Class in com.gurock.smartinspect.contexts
-
Is the base class for all viewer contexts, which deal with text data.
- TextContext(ViewerId) - Constructor for class com.gurock.smartinspect.contexts.TextContext
-
Creates and initializes a TextContent instance.
- TextFormatter - Class in com.gurock.smartinspect.formatters
-
Responsible for creating a text representation of a packet and writing it to a stream.
- TextFormatter() - Constructor for class com.gurock.smartinspect.formatters.TextFormatter
-
Creates and initializes a TextFormatter instance.
- TextProtocol - Class in com.gurock.smartinspect.protocols
-
Used for writing customizable plain text log files.
- TextProtocol() - Constructor for class com.gurock.smartinspect.protocols.TextProtocol
- TextProtocolConnectionStringBuilder - Class in com.gurock.smartinspect.connections.builder
- TextProtocolConnectionStringBuilder(ConnectionStringBuilder) - Constructor for class com.gurock.smartinspect.connections.builder.TextProtocolConnectionStringBuilder
- Timestamp - Static variable in class com.gurock.smartinspect.packets.watch.WatchType
-
Instructs the Console to treat a Watch value as timestamp.
- Title - Static variable in class com.gurock.smartinspect.ViewerId
-
Instructs the Console to display the title of a Log Entry in a read-only text field.
- TLS - fr.gpotter2.sslkeystorefactories.SSLSocketKeystoreFactory.SecureType
-
Deprecated.
- TLSv1 - fr.gpotter2.sslkeystorefactories.SSLSocketKeystoreFactory.SecureType
-
Deprecated.
- TLSv1_1 - fr.gpotter2.sslkeystorefactories.SSLSocketKeystoreFactory.SecureType
-
Deprecated.
- TLSv1_2 - fr.gpotter2.sslkeystorefactories.SSLSocketKeystoreFactory.SecureType
- Token - Class in com.gurock.smartinspect
-
Represents a token in the pattern string of the TextProtocol protocol.
- Token() - Constructor for class com.gurock.smartinspect.Token
- TokenFactory - Class in com.gurock.smartinspect
-
Creates instances of Token subclasses.
- TokenFactory() - Constructor for class com.gurock.smartinspect.TokenFactory
- toString() - Method in class com.gurock.smartinspect.Enum
-
Overridden.
- toString() - Method in class com.gurock.smartinspect.SourceId
-
Overridden.
- toViewerId() - Method in class com.gurock.smartinspect.GraphicId
-
Returns the related viewer ID for this object.
- toViewerId() - Method in class com.gurock.smartinspect.SourceId
-
Returns the related viewer ID for this object.
- trim(int) - Method in class com.gurock.smartinspect.scheduler.SchedulerQueue
-
Tries to skip and remove scheduler commands from this queue.
U
- unlock() - Method in class com.gurock.smartinspect.packets.Packet
-
Unlocks a previously locked packet.
- unsetVariable(String) - Method in class com.gurock.smartinspect.SmartInspect
-
Unsets an existing connection variable
- update(Session, String, String) - Method in class com.gurock.smartinspect.session.SessionManager
-
Updates an entry in the internal lookup table of sessions.
- update(Date) - Method in class com.gurock.smartinspect.FileRotater
-
This method updates the internal date of this FileRotater object and returns whether the rotate state has changed since the last call to this method or to initialize.
- updateSession(Session, String, String) - Method in class com.gurock.smartinspect.SmartInspect
-
Updates an entry in the internal lookup table of sessions.
V
- ValueList - Static variable in class com.gurock.smartinspect.ViewerId
-
Instructs the Console to display the data of a Log Entry as a key/value list.
- ValueListViewerContext - Class in com.gurock.smartinspect.contexts
-
Represents the value list viewer in the Console which can display data as a key/value list.
- ValueListViewerContext() - Constructor for class com.gurock.smartinspect.contexts.ValueListViewerContext
-
Overloaded.
- ValueListViewerContext(ViewerId) - Constructor for class com.gurock.smartinspect.contexts.ValueListViewerContext
-
Overloaded.
- valueOf(String) - Static method in enum com.gurock.smartinspect.scheduler.SchedulerQueue.QueueEnd
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum fr.gpotter2.sslkeystorefactories.SSLSocketKeystoreFactory.SecureType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.gurock.smartinspect.scheduler.SchedulerQueue.QueueEnd
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum fr.gpotter2.sslkeystorefactories.SSLSocketKeystoreFactory.SecureType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- VariableValue - Static variable in class com.gurock.smartinspect.packets.logentry.LogEntryType
-
Instructs the Console to treat a Log Entry as a variable value.
- VbScript - Static variable in class com.gurock.smartinspect.SourceId
-
Instructs the logSource methods of the Session class to choose syntax highlighting for VBScript.
- VbScriptSource - Static variable in class com.gurock.smartinspect.ViewerId
-
Instructs the Console to display the data of a Log Entry as VBScript source with syntax highlighting.
- Verbose - Static variable in class com.gurock.smartinspect.Level
-
Represents the Verbose log level.
- Verbose - Static variable in class com.gurock.smartinspect.packets.logentry.LogEntryType
-
Instructs the Console to treat a Log Entry as verbose message.
- ViewerContext - Class in com.gurock.smartinspect.contexts
-
Is the abstract base class for a viewer context.
- ViewerContext(ViewerId) - Constructor for class com.gurock.smartinspect.contexts.ViewerContext
-
Creates and initializes a ViewerContext instance.
- ViewerId - Class in com.gurock.smartinspect
-
Specifies the viewer for displaying the title or data of a Log Entry in the Console.
W
- Warning - Static variable in class com.gurock.smartinspect.Level
-
Represents the Warning log level.
- Warning - Static variable in class com.gurock.smartinspect.packets.logentry.LogEntryType
-
Instructs the Console to treat a Log Entry as warning message.
- watch(Level, String, boolean) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- watch(Level, String, byte) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- watch(Level, String, char) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- watch(Level, String, double) - Method in class com.gurock.smartinspect.session.Session
-
Logs a double Watch with a custom log level.
- watch(Level, String, float) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- watch(Level, String, int) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- watch(Level, String, long) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- watch(Level, String, short) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- watch(Level, String, Object) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- watch(Level, String, String) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- watch(Level, String, Date) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- watch(String, boolean) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- watch(String, byte) - Method in class com.gurock.smartinspect.session.Session
-
This method just calls the watchByte method.
- watch(String, char) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- watch(String, double) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- watch(String, float) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- watch(String, int) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded method that logs an integer Watch with the default log level.
- watch(String, long) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- watch(String, short) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- watch(String, Object) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- watch(String, String) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- watch(String, Date) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- Watch - Class in com.gurock.smartinspect.packets.watch
-
Represents the Watch packet type which is used in the watch methods in the Session classes.
- Watch - Static variable in class com.gurock.smartinspect.packets.PacketType
-
Identifies a packet as Watch.
- Watch() - Constructor for class com.gurock.smartinspect.packets.watch.Watch
-
Overloaded.
- Watch(WatchType) - Constructor for class com.gurock.smartinspect.packets.watch.Watch
-
Overloaded.
- watchBoolean(Level, String, boolean) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- watchBoolean(String, boolean) - Method in class com.gurock.smartinspect.session.Session
-
Logs a boolean Watch with the default log level.
- watchByte(Level, String, byte) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- watchByte(Level, String, byte, boolean) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- watchByte(String, byte) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- watchByte(String, byte, boolean) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- watchChar(Level, String, char) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- watchChar(String, char) - Method in class com.gurock.smartinspect.session.Session
-
Logs a char Watch with the default log level.
- watchDate(Level, String, Date) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- watchDate(String, Date) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- watchDouble(Level, String, double) - Method in class com.gurock.smartinspect.session.Session
-
Logs a double Watch with a custom log level.
- watchDouble(String, double) - Method in class com.gurock.smartinspect.session.Session
-
Logs a double Watch with the default log level.
- WatchEvent - Class in com.gurock.smartinspect.packets.watch
-
This class is used by the SmartInspectListener.onWatch event of the SmartInspect class.
- WatchEvent(Object, Watch) - Constructor for class com.gurock.smartinspect.packets.watch.WatchEvent
-
Creates and initializes a WatchEvent instance.
- watchFloat(Level, String, float) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- watchFloat(String, float) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- watchInt(Level, String, int) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- watchInt(Level, String, int, boolean) - Method in class com.gurock.smartinspect.session.Session
-
Logs an integer Watch with an optional hexadecimal representation and custom log level.
- watchInt(String, int) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded method.
- watchInt(String, int, boolean) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- watchLong(Level, String, long) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- watchLong(Level, String, long, boolean) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- watchLong(String, long) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- watchLong(String, long, boolean) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded method.
- watchObject(Level, String, Object) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- watchObject(String, Object) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- watchShort(Level, String, short) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- watchShort(Level, String, short, boolean) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- watchShort(String, short) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- watchShort(String, short, boolean) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- watchString(Level, String, String) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- watchString(String, String) - Method in class com.gurock.smartinspect.session.Session
-
Overloaded.
- WatchType - Class in com.gurock.smartinspect.packets.watch
-
Represents the type of Watch packet.
- Web - Static variable in class com.gurock.smartinspect.ViewerId
-
Instructs the Console to display the data of a Log Entry as a website.
- WebContent - Static variable in class com.gurock.smartinspect.packets.logentry.LogEntryType
-
Instructs the Console to treat the Log Entry as Log Entry with web data.
- WebViewerContext - Class in com.gurock.smartinspect.contexts
-
Represents the web viewer in the Console which can display HTML text content as web pages.
- WebViewerContext() - Constructor for class com.gurock.smartinspect.contexts.WebViewerContext
-
Creates and initializes a WebViewerContext instance.
- Weekly - Static variable in class com.gurock.smartinspect.FileRotate
-
Instructs the file protocol to rotate log files weekly.
- write(OutputStream) - Method in class com.gurock.smartinspect.formatters.BinaryFormatter
-
Overridden.
- write(OutputStream) - Method in class com.gurock.smartinspect.formatters.Formatter
-
Writes a previously compiled packet to the supplied stream.
- write(OutputStream) - Method in class com.gurock.smartinspect.formatters.TextFormatter
-
Overridden.
- writeFooter(OutputStream) - Method in class com.gurock.smartinspect.protocols.FileProtocol
-
Overridden.
- writeFooter(OutputStream) - Method in class com.gurock.smartinspect.protocols.TextProtocol
-
Overridden.
- writeHeader(OutputStream, long) - Method in class com.gurock.smartinspect.protocols.FileProtocol
-
Overridden.
- writeHeader(OutputStream, long) - Method in class com.gurock.smartinspect.protocols.TextProtocol
-
Overridden.
- writePacket(Packet) - Method in class com.gurock.smartinspect.protocols.cloud.CloudProtocol
- writePacket(Packet) - Method in class com.gurock.smartinspect.protocols.Protocol
-
Writes a packet to the protocol specific destination.
- WritePacket - Static variable in class com.gurock.smartinspect.scheduler.SchedulerAction
-
Represents a write protocol operation.
X
- Xml - Static variable in class com.gurock.smartinspect.SourceId
-
Instructs the logSource methods of the Session class to choose syntax highlighting for XML.
- XmlSource - Static variable in class com.gurock.smartinspect.ViewerId
-
Instructs the Console to display the data of a Log Entry as XML source with syntax highlighting.
All Classes All Packages