Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
_
A
Action
- Class in
net.fenyo.gnetwatch.actions
Action is the base class for any action: ActionFlood, ActionPing, ActionSNMP, etc.
Action(Target, Background)
- Constructor for class net.fenyo.gnetwatch.actions.
Action
Constructor.
Action()
- Constructor for class net.fenyo.gnetwatch.actions.
Action
Default constructor.
Action.InterruptCause
- Enum in
net.fenyo.gnetwatch.actions
Action.InterruptCause()
- Constructor for enum net.fenyo.gnetwatch.actions.
Action.InterruptCause
ActionFlood
- Class in
net.fenyo.gnetwatch.actions
Instances of this action class can flood their target with UDP and create events of type EventFlood to log the throughput.
ActionFlood(Target, Background)
- Constructor for class net.fenyo.gnetwatch.actions.
ActionFlood
Constructor.
ActionFlood()
- Constructor for class net.fenyo.gnetwatch.actions.
ActionFlood
Default constructor.
ActionGenericProcess
- Class in
net.fenyo.gnetwatch.actions
Instances of this action class can spawn external processes and create events of type EventGenericProcess.
ActionGenericProcess(Target, Background)
- Constructor for class net.fenyo.gnetwatch.actions.
ActionGenericProcess
Constructor.
ActionGenericProcess()
- Constructor for class net.fenyo.gnetwatch.actions.
ActionGenericProcess
Default constructor.
ActionGenericSrc
- Class in
net.fenyo.gnetwatch.actions
Instances of this action class can connect to external sources (by reading files) and create events of type EventGenericSrc.
ActionGenericSrc(Target, Background)
- Constructor for class net.fenyo.gnetwatch.actions.
ActionGenericSrc
Constructor.
ActionGenericSrc()
- Constructor for class net.fenyo.gnetwatch.actions.
ActionGenericSrc
Default constructor.
ActionHTTP
- Class in
net.fenyo.gnetwatch.actions
Instances of this action class can load any HTTP server and create events of type EventHTTP to log the throughput.
ActionHTTP(Target, Background)
- Constructor for class net.fenyo.gnetwatch.actions.
ActionHTTP
Constructor.
ActionHTTP()
- Constructor for class net.fenyo.gnetwatch.actions.
ActionHTTP
Default constructor.
ActionNmap
- Class in
net.fenyo.gnetwatch.actions
Instances of this action class use NMAP to explore their target and create events of type EventReachable.
ActionNmap(Target, Background)
- Constructor for class net.fenyo.gnetwatch.actions.
ActionNmap
Constructor.
ActionNmap()
- Constructor for class net.fenyo.gnetwatch.actions.
ActionNmap
Default constructor.
ActionPing
- Class in
net.fenyo.gnetwatch.actions
Instances of this action class can send/receive ICMP echo messages to their target and create events of type EventReachable.
ActionPing(Target, Background)
- Constructor for class net.fenyo.gnetwatch.actions.
ActionPing
Constructor.
ActionPing()
- Constructor for class net.fenyo.gnetwatch.actions.
ActionPing
Default constructor.
actions
- Variable in class net.fenyo.gnetwatch.activities.
Queue
actions_copy
- Variable in class net.fenyo.gnetwatch.activities.
Queue
ActionSNMP
- Class in
net.fenyo.gnetwatch.actions
Instances of this action class use SNMP to get the interface list of their target, and to get SNMP counters for each interface.
ActionSNMP(Target, Background)
- Constructor for class net.fenyo.gnetwatch.actions.
ActionSNMP
Default constructor.
ActionSNMP()
- Constructor for class net.fenyo.gnetwatch.actions.
ActionSNMP
Constructor.
addAction(Action)
- Method in class net.fenyo.gnetwatch.activities.
Queue
Adds a new action to this queue.
addActionAll(TreeItem, Class)
- Method in class net.fenyo.gnetwatch.GUI.
GUI
Adds an action on every node under a specified root node.
addActionQueue(Action)
- Method in class net.fenyo.gnetwatch.activities.
Background
Adds an action to a running queue.
addChild(VisualElement)
- Method in class net.fenyo.gnetwatch.GUI.
VisualElement
Adds a sub element.
addEvent(EventGeneric)
- Method in class net.fenyo.gnetwatch.targets.
Target
Adds a new event.
addFloodAll(TreeItem)
- Method in class net.fenyo.gnetwatch.GUI.
GUI
Adds a flood action on every nodes under a specified root node.
addHTTPAll(TreeItem)
- Method in class net.fenyo.gnetwatch.GUI.
GUI
Adds a flood action on every nodes under a specified root node.
addParent(VisualElement)
- Method in class net.fenyo.gnetwatch.GUI.
VisualElement
Adds a parent.
addPingAll(TreeItem)
- Method in class net.fenyo.gnetwatch.GUI.
GUI
Adds a ping action on every nodes under a specified root node.
addProcessAll(TreeItem)
- Method in class net.fenyo.gnetwatch.GUI.
GUI
Adds a process action on every nodes under a specified root node.
address
- Variable in class net.fenyo.gnetwatch.actions.
ActionNmap
address
- Variable in class net.fenyo.gnetwatch.
IPQuerier
address
- Variable in class net.fenyo.gnetwatch.
SNMPQuerier
address
- Variable in class net.fenyo.gnetwatch.targets.
TargetIPv4
address
- Variable in class net.fenyo.gnetwatch.targets.
TargetIPv6
addSourceAll(TreeItem)
- Method in class net.fenyo.gnetwatch.GUI.
GUI
Adds a source action on every nodes under a specified root node.
addTarget(GUI, Target)
- Method in class net.fenyo.gnetwatch.targets.
Target
Attaches this target to a specific parent element.
addTarget(GUI, Target)
- Method in class net.fenyo.gnetwatch.targets.
TargetIPv4
Attaches this target to a specific parent.
addTarget(GUI, Target)
- Method in class net.fenyo.gnetwatch.targets.
TargetIPv6
Attaches this target to a specific parent.
addTargetAtCurrentPosition(Target)
- Method in class net.fenyo.gnetwatch.GUI.
GUI
Creates a new target or attaches an existing one to the current position.
addTargetIPv4(GUI, String)
- Static method in class net.fenyo.gnetwatch.targets.
TargetIPv4
Attaches this target to a specific parent defined by its address.
addTargetIPv6(GUI, String)
- Static method in class net.fenyo.gnetwatch.targets.
TargetIPv6
Attaches this target to a specific parent defined by its address.
addTreeItem(TreeItem)
- Method in class net.fenyo.gnetwatch.GUI.
VisualElement
Adds a tree item to represent this element.
AlgorithmException
- Exception in
net.fenyo.gnetwatch
An exception for errors specific to this software.
AlgorithmException()
- Constructor for exception net.fenyo.gnetwatch.
AlgorithmException
Constructor.
AlgorithmException(String)
- Constructor for exception net.fenyo.gnetwatch.
AlgorithmException
Constructor.
AlgorithmException(String, Throwable)
- Constructor for exception net.fenyo.gnetwatch.
AlgorithmException
Constructor.
AlgorithmException(Throwable)
- Constructor for exception net.fenyo.gnetwatch.
AlgorithmException
Constructor.
analyzeEvents(List<EventGeneric>, Date, Date)
- Method in class net.fenyo.gnetwatch.data.
DataView
Returns a report about a specific period of time.
appendConsole(String)
- Method in class net.fenyo.gnetwatch.GUI.
GUI
Adds a string to the console.
appendNetworkInterfaces()
- Method in class net.fenyo.gnetwatch.GUI.
GUI
asyncExec(Runnable)
- Method in class net.fenyo.gnetwatch.GUI.
GUI
asyncExecIfNeeded(Runnable)
- Method in class net.fenyo.gnetwatch.GUI.
GUI
Execute this operation in the future in the SWT thread.
AwtGUI
- Class in
net.fenyo.gnetwatch.GUI
This class creates JFrame instances outside of SWT, to allow use of Java2D API.
AwtGUI(Config)
- Constructor for class net.fenyo.gnetwatch.GUI.
AwtGUI
Constructor.
awtGUI
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
axis_margin_bottom
- Static variable in class net.fenyo.gnetwatch.GUI.
BasicComponent
axis_margin_left
- Variable in class net.fenyo.gnetwatch.GUI.
BasicComponent
axis_margin_right
- Static variable in class net.fenyo.gnetwatch.GUI.
BasicComponent
axis_margin_top
- Static variable in class net.fenyo.gnetwatch.GUI.
BasicComponent
B
background
- Variable in class net.fenyo.gnetwatch.actions.
Action
Background
- Class in
net.fenyo.gnetwatch.activities
This class creates queues at startup and manages them through a background thread: long active actions in a queue are interrupted after a timeout.
Background(Config)
- Constructor for class net.fenyo.gnetwatch.activities.
Background
Constructor.
background
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
backing_g
- Variable in class net.fenyo.gnetwatch.GUI.
BasicComponent
backing_store
- Variable in class net.fenyo.gnetwatch.GUI.
BasicComponent
BasicComponent
- Class in
net.fenyo.gnetwatch.GUI
This class implements an AWT component capable of drawing time series with the Java2D API.
BasicComponent(Target)
- Constructor for class net.fenyo.gnetwatch.GUI.
BasicComponent
Constructor.
begin
- Variable in class net.fenyo.gnetwatch.targets.
TargetIPv4Range
bglevel
- Variable in class net.fenyo.gnetwatch.GUI.
DialogCredentials
bglevel
- Variable in class net.fenyo.gnetwatch.GUI.
DialogGeneric
bglevel
- Variable in class net.fenyo.gnetwatch.GUI.
DialogHTTPOptions
bglevel
- Variable in class net.fenyo.gnetwatch.GUI.
DialogIPOptions
bglevel
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
bottom_composite
- Variable in class net.fenyo.gnetwatch.GUI.
DialogAbout
bottom_composite
- Variable in class net.fenyo.gnetwatch.GUI.
DialogCredentials
bottom_composite
- Variable in class net.fenyo.gnetwatch.GUI.
DialogGeneric
bottom_composite
- Variable in class net.fenyo.gnetwatch.GUI.
DialogHTTPOptions
bottom_composite
- Variable in class net.fenyo.gnetwatch.GUI.
DialogIPOptions
bottom_composite_layout
- Variable in class net.fenyo.gnetwatch.GUI.
DialogAbout
bottom_composite_layout
- Variable in class net.fenyo.gnetwatch.GUI.
DialogCredentials
bottom_composite_layout
- Variable in class net.fenyo.gnetwatch.GUI.
DialogGeneric
bottom_composite_layout
- Variable in class net.fenyo.gnetwatch.GUI.
DialogHTTPOptions
bottom_composite_layout
- Variable in class net.fenyo.gnetwatch.GUI.
DialogIPOptions
browser
- Variable in class net.fenyo.gnetwatch.data.
DataView
browser
- Variable in class net.fenyo.gnetwatch.data.
NmapView
browserEventClass()
- Method in class net.fenyo.gnetwatch.data.
BytesReceivedView
Returns the event class this view can manage.
browserEventClass()
- Method in class net.fenyo.gnetwatch.data.
BytesSentView
Returns the event class this view can manage.
browserEventClass()
- Method in class net.fenyo.gnetwatch.data.
DataView
Returns the event class this view can manage.
browserEventClass()
- Method in class net.fenyo.gnetwatch.data.
FloodView
Returns the event class this view can manage.
browserEventClass()
- Method in class net.fenyo.gnetwatch.data.
GeneralInformationsView
Returns the event class this view can manage.
browserEventClass()
- Method in class net.fenyo.gnetwatch.data.
GenericProcessView
Returns the event class this view can manage.
browserEventClass()
- Method in class net.fenyo.gnetwatch.data.
GenericSrcView
Returns the event class this view can manage.
browserEventClass()
- Method in class net.fenyo.gnetwatch.data.
HTTPPagesView
Returns the event class this view can manage.
browserEventClass()
- Method in class net.fenyo.gnetwatch.data.
HTTPView
Returns the event class this view can manage.
browserEventClass()
- Method in class net.fenyo.gnetwatch.data.
NmapView
Returns the event class this view can manage.
browserEventClass()
- Method in class net.fenyo.gnetwatch.data.
ReachableView
Returns the event class this view can manage.
browserName()
- Method in class net.fenyo.gnetwatch.data.
BytesReceivedView
Returns the name of report this view can generate.
browserName()
- Method in class net.fenyo.gnetwatch.data.
BytesSentView
Returns the name of report this view can generate.
browserName()
- Method in class net.fenyo.gnetwatch.data.
DataView
Returns the name of report this view can generate.
browserName()
- Method in class net.fenyo.gnetwatch.data.
FloodView
Returns the name of report this view can generate.
browserName()
- Method in class net.fenyo.gnetwatch.data.
GeneralInformationsView
Returns the name of report this view can generate.
browserName()
- Method in class net.fenyo.gnetwatch.data.
GenericProcessView
Returns the name of report this view can generate.
browserName()
- Method in class net.fenyo.gnetwatch.data.
GenericSrcView
Returns the name of report this view can generate.
browserName()
- Method in class net.fenyo.gnetwatch.data.
HTTPPagesView
Returns the name of report this view can generate.
browserName()
- Method in class net.fenyo.gnetwatch.data.
HTTPView
Returns the name of report this view can generate.
browserName()
- Method in class net.fenyo.gnetwatch.data.
NmapView
Returns the name of report this view can generate.
browserName()
- Method in class net.fenyo.gnetwatch.data.
ReachableView
Returns the name of report this view can generate.
browserUnit()
- Method in class net.fenyo.gnetwatch.data.
BytesReceivedView
Returns the data unit for values this view can generate.
browserUnit()
- Method in class net.fenyo.gnetwatch.data.
BytesSentView
Returns the data unit for values this view can generate.
browserUnit()
- Method in class net.fenyo.gnetwatch.data.
DataView
Returns the data unit for values this view can generate.
browserUnit()
- Method in class net.fenyo.gnetwatch.data.
FloodView
Returns the data unit for values this view can generate.
browserUnit()
- Method in class net.fenyo.gnetwatch.data.
GeneralInformationsView
Returns the data unit for values this view can generate.
browserUnit()
- Method in class net.fenyo.gnetwatch.data.
GenericProcessView
Returns the data unit for values this view can generate.
browserUnit()
- Method in class net.fenyo.gnetwatch.data.
GenericSrcView
Returns the data unit for values this view can generate.
browserUnit()
- Method in class net.fenyo.gnetwatch.data.
HTTPPagesView
Returns the data unit for values this view can generate.
browserUnit()
- Method in class net.fenyo.gnetwatch.data.
HTTPView
Returns the data unit for values this view can generate.
browserUnit()
- Method in class net.fenyo.gnetwatch.data.
NmapView
Returns the data unit for values this view can generate.
browserUnit()
- Method in class net.fenyo.gnetwatch.data.
ReachableView
Returns the data unit for values this view can generate.
bundle
- Variable in class net.fenyo.gnetwatch.
Config
bytes_exchanged
- Variable in class net.fenyo.gnetwatch.data.
EventBytesExchanged
bytes_received
- Variable in class net.fenyo.gnetwatch.data.
EventHTTP
bytes_sent
- Variable in class net.fenyo.gnetwatch.data.
EventFlood
BytesReceivedComponent
- Class in
net.fenyo.gnetwatch.GUI
This class implements a component that can display EventBytesReceived events.
BytesReceivedComponent(Target)
- Constructor for class net.fenyo.gnetwatch.GUI.
BytesReceivedComponent
Constructor.
BytesReceivedView
- Class in
net.fenyo.gnetwatch.data
This view displays SNMP counters relative to ingress interfaces.
BytesReceivedView(GUI, Target)
- Constructor for class net.fenyo.gnetwatch.data.
BytesReceivedView
Constructor.
BytesReceivedView()
- Constructor for class net.fenyo.gnetwatch.data.
BytesReceivedView
BytesSentComponent
- Class in
net.fenyo.gnetwatch.GUI
This class implements a component that can display EventBytesSent events.
BytesSentComponent(Target)
- Constructor for class net.fenyo.gnetwatch.GUI.
BytesSentComponent
Constructor.
BytesSentView
- Class in
net.fenyo.gnetwatch.data
This view displays SNMP counters relative to egress interfaces.
BytesSentView(GUI, Target)
- Constructor for class net.fenyo.gnetwatch.data.
BytesSentView
Constructor.
BytesSentView()
- Constructor for class net.fenyo.gnetwatch.data.
BytesSentView
C
cache_operand_1
- Variable in class net.fenyo.gnetwatch.data.
EventFlood
cache_operand_2
- Variable in class net.fenyo.gnetwatch.data.
EventFlood
cache_result
- Variable in class net.fenyo.gnetwatch.data.
EventFlood
canAddTarget(VisualElement)
- Method in class net.fenyo.gnetwatch.targets.
Target
Checks that this target can be attached to a specific parent element.
canManageThisChild(VisualElement)
- Method in class net.fenyo.gnetwatch.actions.
Action
Checks that another visual element type can be under this one.
canManageThisChild(VisualElement)
- Method in class net.fenyo.gnetwatch.data.
Views
Checks that the parameter can be a child of this visual element.
canManageThisChild(VisualElement)
- Method in class net.fenyo.gnetwatch.GUI.
VisualElement
Checks that the parameter can be attached to this element.
canManageThisChild(VisualElement)
- Method in class net.fenyo.gnetwatch.targets.
TargetGroup
Checks that the parameter can be attached to this target.
canManageThisChild(VisualElement)
- Method in class net.fenyo.gnetwatch.targets.
TargetInterface
Checks that the parameter can be attached to this target.
canManageThisChild(VisualElement)
- Method in class net.fenyo.gnetwatch.targets.
TargetIPv4
Checks that the parameter can be attached to this target.
canManageThisChild(VisualElement)
- Method in class net.fenyo.gnetwatch.targets.
TargetIPv4Range
Checks that the parameter can be attached to this target.
canManageThisChild(VisualElement)
- Method in class net.fenyo.gnetwatch.targets.
TargetIPv4Subnet
Checks that the parameter can be attached to this target.
canManageThisChild(VisualElement)
- Method in class net.fenyo.gnetwatch.targets.
TargetIPv6
Checks that the parameter can be attached to this target.
Capture
- Class in
net.fenyo.gnetwatch.activities
This class captures Ethernet frames using tethereal on a single layer-2 interface.
Capture(Config, CaptureManager, int, String)
- Constructor for class net.fenyo.gnetwatch.activities.
Capture
Constructor.
capture_list
- Variable in class net.fenyo.gnetwatch.activities.
CaptureManager
capture_mgr
- Variable in class net.fenyo.gnetwatch.
Main
capture_thread
- Variable in class net.fenyo.gnetwatch.activities.
Capture
CaptureManager
- Class in
net.fenyo.gnetwatch.activities
This class captures Ethernet frames using tethereal.
CaptureManager(Config)
- Constructor for class net.fenyo.gnetwatch.activities.
CaptureManager
Constructor.
CaptureManager.HandlePacket
- Interface in
net.fenyo.gnetwatch.activities
ChartComponent
- Class in
net.fenyo.gnetwatch.GUI
This class implements a component that can display EventReachable events.
ChartComponent(Target)
- Constructor for class net.fenyo.gnetwatch.GUI.
ChartComponent
Constructor.
checkClientTrusted(X509Certificate[], String)
- Method in class net.fenyo.gnetwatch.
CommandLine.NoCheckTrustManager
checkServerTrusted(X509Certificate[], String)
- Method in class net.fenyo.gnetwatch.
CommandLine.NoCheckTrustManager
checkSNMPAwareness()
- Method in class net.fenyo.gnetwatch.targets.
TargetIPv4
Checks that this host is SNMP capable.
checkSNMPAwareness()
- Method in class net.fenyo.gnetwatch.targets.
TargetIPv6
Checks that this host is SNMP capable.
children
- Variable in class net.fenyo.gnetwatch.GUI.
VisualElement
clone()
- Method in class net.fenyo.gnetwatch.
GenericQuerier
clone()
- Method in class net.fenyo.gnetwatch.
IPQuerier
clone()
- Method in class net.fenyo.gnetwatch.
SNMPQuerier
cmd
- Variable in class net.fenyo.gnetwatch.activities.
Capture
cmd_generic
- Variable in class net.fenyo.gnetwatch.actions.
ActionGenericProcess
cmd_nmap
- Variable in class net.fenyo.gnetwatch.actions.
ActionNmap
cmd_ping
- Variable in class net.fenyo.gnetwatch.actions.
ActionGenericSrc
cmd_ping
- Variable in class net.fenyo.gnetwatch.actions.
ActionPing
cmdLine
- Variable in class net.fenyo.gnetwatch.actions.
ExternalCommand
cmdline
- Variable in class net.fenyo.gnetwatch.
GenericQuerier
cmdline
- Variable in class net.fenyo.gnetwatch.GUI.
DialogGeneric
cnt
- Static variable in class net.fenyo.gnetwatch.activities.
DebugQueue
CommandLine
- Class in
net.fenyo.gnetwatch
Manage command line arguments.
CommandLine()
- Constructor for class net.fenyo.gnetwatch.
CommandLine
CommandLine.NoCheckTrustManager
- Class in
net.fenyo.gnetwatch
CommandLine.NoCheckTrustManager()
- Constructor for class net.fenyo.gnetwatch.
CommandLine.NoCheckTrustManager
community
- Variable in class net.fenyo.gnetwatch.GUI.
DialogCredentials
community
- Variable in class net.fenyo.gnetwatch.
SNMPQuerier
componentHidden(ComponentEvent)
- Method in class net.fenyo.gnetwatch.GUI.
BasicComponent
Called when the component is hidden.
componentMoved(ComponentEvent)
- Method in class net.fenyo.gnetwatch.GUI.
BasicComponent
Called when the component is moved.
componentResized(ComponentEvent)
- Method in class net.fenyo.gnetwatch.GUI.
BasicComponent
When the component is resized, creates a new backing store, reset margins and fetch events that can be displayed.
componentShown(ComponentEvent)
- Method in class net.fenyo.gnetwatch.GUI.
BasicComponent
Called when the component appears first.
config
- Variable in class net.fenyo.gnetwatch.activities.
Background
config
- Variable in class net.fenyo.gnetwatch.activities.
Capture
config
- Variable in class net.fenyo.gnetwatch.activities.
CaptureManager
config
- Variable in class net.fenyo.gnetwatch.activities.
Queue
Config
- Class in
net.fenyo.gnetwatch
Instances of this class maintain general parameters like configuration properties.
Config()
- Constructor for class net.fenyo.gnetwatch.
Config
Constructor.
config
- Variable in class net.fenyo.gnetwatch.GUI.
AwtGUI
config
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
config
- Variable in class net.fenyo.gnetwatch.GUI.
IpAddressEditor
config
- Variable in class net.fenyo.gnetwatch.
Main
config
- Variable in class net.fenyo.gnetwatch.
Synchro
connect(int, IPQuerier, URLConnection[], InputStream[], int[], URL, Proxy)
- Method in class net.fenyo.gnetwatch.actions.
ActionHTTP
Establishes the connections to the server.
contains(VisualElement)
- Method in class net.fenyo.gnetwatch.GUI.
VisualElement
Checks that the parameter is a children.
containsCanonicalInstance(Target)
- Method in class net.fenyo.gnetwatch.GUI.
GUI
Checks that this instance has already been created.
createAwtGUI()
- Method in class net.fenyo.gnetwatch.GUI.
AwtGUI
Creates a thread that will repaint each frame regularly.
createBackgroundThread()
- Method in class net.fenyo.gnetwatch.activities.
Background
Starts the background thread.
createCaptureThread()
- Method in class net.fenyo.gnetwatch.activities.
Capture
Starts the capture thread.
createComponent()
- Method in class net.fenyo.gnetwatch.data.
BytesReceivedView
Creates a new display component.
createComponent()
- Method in class net.fenyo.gnetwatch.data.
BytesSentView
Creates a new display component.
createComponent()
- Method in class net.fenyo.gnetwatch.data.
DataView
Creates a new display component.
createComponent()
- Method in class net.fenyo.gnetwatch.data.
FloodView
Creates a new display component.
createComponent()
- Method in class net.fenyo.gnetwatch.data.
GeneralInformationsView
Creates a new display component.
createComponent()
- Method in class net.fenyo.gnetwatch.data.
GenericProcessView
Creates a new display component.
createComponent()
- Method in class net.fenyo.gnetwatch.data.
GenericSrcView
Creates a new display component.
createComponent()
- Method in class net.fenyo.gnetwatch.data.
HTTPPagesView
Creates a new display component.
createComponent()
- Method in class net.fenyo.gnetwatch.data.
HTTPView
Creates a new display component.
createComponent()
- Method in class net.fenyo.gnetwatch.data.
NmapView
Creates a new display component.
createComponent()
- Method in class net.fenyo.gnetwatch.data.
ReachableView
Creates a new display component.
createFrame(String, BasicComponent)
- Method in class net.fenyo.gnetwatch.GUI.
AwtGUI
Adds a component to a frame and displays the frame.
createFromXML(String)
- Method in class net.fenyo.gnetwatch.GUI.
GUI
Parses a configuration file to create initial targets.
createGUI()
- Method in class net.fenyo.gnetwatch.GUI.
GUI
Instanciates the GUI objects.
createRepaintThread()
- Method in class net.fenyo.gnetwatch.GUI.
AwtGUI
Creates a thread that will repaint each frame regularly.
current_action
- Variable in class net.fenyo.gnetwatch.activities.
Queue
D
DataView
- Class in
net.fenyo.gnetwatch.data
DataView is the base class to display time series.
DataView(GUI, Target)
- Constructor for class net.fenyo.gnetwatch.data.
DataView
Constructor.
DataView()
- Constructor for class net.fenyo.gnetwatch.data.
DataView
date
- Variable in class net.fenyo.gnetwatch.data.
EventGeneric
date_format
- Variable in class net.fenyo.gnetwatch.GUI.
BasicComponent
debug_level
- Variable in class net.fenyo.gnetwatch.
Config
DebugQueue
- Class in
net.fenyo.gnetwatch.activities
This class implements a queue used to run debugging actions in background.
DebugQueue(String, Config)
- Constructor for class net.fenyo.gnetwatch.activities.
DebugQueue
Constructor.
delay
- Variable in class net.fenyo.gnetwatch.data.
EventGenericProcess
delay
- Variable in class net.fenyo.gnetwatch.data.
EventGenericSrc
delay
- Variable in class net.fenyo.gnetwatch.data.
EventReachable
description
- Variable in class net.fenyo.gnetwatch.GUI.
VisualElement
DialogAbout
- Class in
net.fenyo.gnetwatch.GUI
This class displays the "about" dialog.
DialogAbout(GUI, Shell)
- Constructor for class net.fenyo.gnetwatch.GUI.
DialogAbout
Constructor.
DialogCredentials
- Class in
net.fenyo.gnetwatch.GUI
This class manages the "credentials" dialog.
DialogCredentials(GUI, Shell)
- Constructor for class net.fenyo.gnetwatch.GUI.
DialogCredentials
Constructor.
DialogGeneric
- Class in
net.fenyo.gnetwatch.GUI
This class manages the "IP options" dialog.
DialogGeneric(GUI, Shell)
- Constructor for class net.fenyo.gnetwatch.GUI.
DialogGeneric
Constructor.
DialogHTTPOptions
- Class in
net.fenyo.gnetwatch.GUI
This class manages the "IP options" dialog.
DialogHTTPOptions(GUI, Shell)
- Constructor for class net.fenyo.gnetwatch.GUI.
DialogHTTPOptions
Constructor.
DialogIPOptions
- Class in
net.fenyo.gnetwatch.GUI
This class manages the "IP options" dialog.
DialogIPOptions(GUI, Shell)
- Constructor for class net.fenyo.gnetwatch.GUI.
DialogIPOptions
Constructor.
dimension
- Variable in class net.fenyo.gnetwatch.GUI.
BasicComponent
directory
- Variable in class net.fenyo.gnetwatch.actions.
ExternalCommand
display
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
disposed()
- Method in class net.fenyo.gnetwatch.actions.
Action
Called when this element is being removed.
disposed()
- Method in class net.fenyo.gnetwatch.actions.
ActionFlood
Called when this element is being removed.
disposed()
- Method in class net.fenyo.gnetwatch.actions.
ActionGenericProcess
Called when this element is being removed.
disposed()
- Method in class net.fenyo.gnetwatch.actions.
ActionGenericSrc
Called when this element is being removed.
disposed()
- Method in class net.fenyo.gnetwatch.actions.
ActionHTTP
Called when this element is being removed.
disposed()
- Method in class net.fenyo.gnetwatch.actions.
ActionNmap
Called when this element is being removed.
disposed()
- Method in class net.fenyo.gnetwatch.actions.
ActionPing
Called when this element is being removed.
disposed()
- Method in class net.fenyo.gnetwatch.actions.
ActionSNMP
Called when this element is being removed.
disposed()
- Method in class net.fenyo.gnetwatch.data.
DataView
Removes objects associated with this DataView instance.
disposed
- Variable in class net.fenyo.gnetwatch.GUI.
VisualElement
disposed()
- Method in class net.fenyo.gnetwatch.GUI.
VisualElement
Called when disposed.
disposed()
- Method in class net.fenyo.gnetwatch.targets.
Target
Called when this target is disposed.
disposeSubItems(TreeItem)
- Method in class net.fenyo.gnetwatch.GUI.
VisualElement
Recursively detaches an item from this element and its descendants.
document(Document)
- Method in interface net.fenyo.gnetwatch.activities.
CaptureManager.HandlePacket
Documentation
- Class in
net.fenyo.gnetwatch
Generates documentation.
Documentation()
- Constructor for class net.fenyo.gnetwatch.
Documentation
drag_now_start
- Variable in class net.fenyo.gnetwatch.GUI.
BasicComponent
drag_x_start
- Variable in class net.fenyo.gnetwatch.GUI.
BasicComponent
dropFrame(JFrame)
- Method in class net.fenyo.gnetwatch.GUI.
AwtGUI
Removes an AWT frame.
dropTargetInstance(VisualElement)
- Method in class net.fenyo.gnetwatch.GUI.
GUI
Removes a target.
dscp
- Variable in class net.fenyo.gnetwatch.GUI.
DialogIPOptions
duplicateTreeItem(List<TreeItem>)
- Method in class net.fenyo.gnetwatch.GUI.
VisualElement
Recursively duplicates this element and its descendants under each of the destination tree items.
duplicateTreeItemOnce(List<TreeItem>)
- Method in class net.fenyo.gnetwatch.GUI.
VisualElement
Duplicates this element under each of the destination tree items.
E
e
- Variable in class net.fenyo.gnetwatch.
Pair
end()
- Method in class net.fenyo.gnetwatch.actions.
ExternalCommand
Make sure the underlying file descriptors are closed, to avoid maintening unused resources in an application server JVM for instance.
end()
- Method in class net.fenyo.gnetwatch.activities.
Background
Terminates background threads.
end()
- Method in class net.fenyo.gnetwatch.activities.
Capture
Stops the capture thread and waits for its end.
end()
- Method in class net.fenyo.gnetwatch.activities.
Queue
Stops this queue thread.
end()
- Method in class net.fenyo.gnetwatch.GUI.
AwtGUI
Terminates the repaint thread and closes any frame.
end()
- Method in class net.fenyo.gnetwatch.GUI.
GUI
end()
- Method in class net.fenyo.gnetwatch.
Synchro
end
- Variable in class net.fenyo.gnetwatch.targets.
TargetIPv4Range
equals(Object)
- Method in class net.fenyo.gnetwatch.
Pair
Two pairs are equal if their respective first and last objects are equal.
equals(Object)
- Method in class net.fenyo.gnetwatch.targets.
Target
Compares two targets.
equals(Object)
- Method in class net.fenyo.gnetwatch.targets.
TargetGroup
Compares two targets.
equals(Object)
- Method in class net.fenyo.gnetwatch.targets.
TargetIPv4
Compares two targets.
equals(Object)
- Method in class net.fenyo.gnetwatch.targets.
TargetIPv4Range
Compares two targets.
equals(Object)
- Method in class net.fenyo.gnetwatch.targets.
TargetIPv4Subnet
Compares two targets.
equals(Object)
- Method in class net.fenyo.gnetwatch.targets.
TargetIPv6
Compares two targets.
error_string
- Variable in class net.fenyo.gnetwatch.actions.
ActionHTTP
errReader
- Variable in class net.fenyo.gnetwatch.actions.
ExternalCommand
EventBytesExchanged
- Class in
net.fenyo.gnetwatch.data
Events of type EventsBytesExchanged store the amount of data exchanged during the period between the last event and this one.
EventBytesExchanged(long)
- Constructor for class net.fenyo.gnetwatch.data.
EventBytesExchanged
Constructor.
EventBytesExchanged()
- Constructor for class net.fenyo.gnetwatch.data.
EventBytesExchanged
Default constructor.
EventBytesReceived
- Class in
net.fenyo.gnetwatch.data
Events of type EventsBytesReceived store the amount of data received during the period between the last event and this one.
EventBytesReceived(long)
- Constructor for class net.fenyo.gnetwatch.data.
EventBytesReceived
Constructor.
EventBytesReceived()
- Constructor for class net.fenyo.gnetwatch.data.
EventBytesReceived
Default constructor.
EventBytesSent
- Class in
net.fenyo.gnetwatch.data
Events of type EventsBytesSent store the amount of data sent during the period between the last event and this one.
EventBytesSent(long)
- Constructor for class net.fenyo.gnetwatch.data.
EventBytesSent
Constructor.
EventBytesSent()
- Constructor for class net.fenyo.gnetwatch.data.
EventBytesSent
Default constructor.
EventFlood
- Class in
net.fenyo.gnetwatch.data
Events of type EventFlood store the amount of data flooded to a target during the period between the last event and this one.
EventFlood(long)
- Constructor for class net.fenyo.gnetwatch.data.
EventFlood
Constructor.
EventFlood()
- Constructor for class net.fenyo.gnetwatch.data.
EventFlood
Default constructor.
EventGeneric
- Class in
net.fenyo.gnetwatch.data
This base class for every events stores the date of the event.
EventGeneric(Date)
- Constructor for class net.fenyo.gnetwatch.data.
EventGeneric
Constructor.
EventGeneric()
- Constructor for class net.fenyo.gnetwatch.data.
EventGeneric
Default constructor.
EventGenericProcess
- Class in
net.fenyo.gnetwatch.data
This event stores the last RTT computed.
EventGenericProcess(boolean, int)
- Constructor for class net.fenyo.gnetwatch.data.
EventGenericProcess
Constructor.
EventGenericProcess(boolean)
- Constructor for class net.fenyo.gnetwatch.data.
EventGenericProcess
Constructor.
EventGenericProcess()
- Constructor for class net.fenyo.gnetwatch.data.
EventGenericProcess
Default constructor.
EventGenericSrc
- Class in
net.fenyo.gnetwatch.data
This event stores the last RTT computed.
EventGenericSrc(boolean, int)
- Constructor for class net.fenyo.gnetwatch.data.
EventGenericSrc
Constructor.
EventGenericSrc(boolean)
- Constructor for class net.fenyo.gnetwatch.data.
EventGenericSrc
Constructor.
EventGenericSrc()
- Constructor for class net.fenyo.gnetwatch.data.
EventGenericSrc
Default constructor.
EventHTTP
- Class in
net.fenyo.gnetwatch.data
Events of type EventHTTP store the amount of data received from a HTTP/FTP server during the period between the last event and this one.
EventHTTP(long)
- Constructor for class net.fenyo.gnetwatch.data.
EventHTTP
Constructor.
EventHTTP()
- Constructor for class net.fenyo.gnetwatch.data.
EventHTTP
Default constructor.
EventHTTPPages
- Class in
net.fenyo.gnetwatch.data
Events of type EventHTTP store the amount of pages/files received from a HTTP/FTP server during the period between the last event and this one.
EventHTTPPages(long)
- Constructor for class net.fenyo.gnetwatch.data.
EventHTTPPages
Constructor.
EventHTTPPages()
- Constructor for class net.fenyo.gnetwatch.data.
EventHTTPPages
Default constructor.
eventList
- Variable in class net.fenyo.gnetwatch.data.
EventGeneric
EventList
- Class in
net.fenyo.gnetwatch.data
This class maintains event lists.
EventList()
- Constructor for class net.fenyo.gnetwatch.data.
EventList
Default constructor.
eventLists
- Variable in class net.fenyo.gnetwatch.targets.
Target
EventNmap
- Class in
net.fenyo.gnetwatch.data
This event stores the output of nmap.
EventNmap(String)
- Constructor for class net.fenyo.gnetwatch.data.
EventNmap
Constructor.
EventNmap()
- Constructor for class net.fenyo.gnetwatch.data.
EventNmap
Default constructor.
EventReachable
- Class in
net.fenyo.gnetwatch.data
This event stores the last RTT computed.
EventReachable(boolean, int)
- Constructor for class net.fenyo.gnetwatch.data.
EventReachable
Constructor.
EventReachable(boolean)
- Constructor for class net.fenyo.gnetwatch.data.
EventReachable
Constructor.
EventReachable()
- Constructor for class net.fenyo.gnetwatch.data.
EventReachable
Default constructor.
events
- Variable in class net.fenyo.gnetwatch.GUI.
BasicComponent
exitApplication()
- Method in class net.fenyo.gnetwatch.GUI.
GUI
Terminates the application.
expandAll(TreeItem)
- Method in class net.fenyo.gnetwatch.GUI.
GUI
Expands every nodes under a specified root node.
expandTreeItems(boolean)
- Method in class net.fenyo.gnetwatch.GUI.
VisualElement
Expands or merge the associated tree items.
exploreNmap(TreeItem)
- Method in class net.fenyo.gnetwatch.GUI.
GUI
Adds an "nmap explore" action on every nodes under a specified root node.
exploreSNMP(TreeItem)
- Method in class net.fenyo.gnetwatch.GUI.
GUI
Adds an "SNMP explore" action on every nodes under a specified root node.
ExternalCommand
- Class in
net.fenyo.gnetwatch.actions
Instances of this class launch and manage processes outside of the JVM.
ExternalCommand(String[], String)
- Constructor for class net.fenyo.gnetwatch.actions.
ExternalCommand
Creates an ExternalCommand instance and saves the command line.
ExternalCommand(String[])
- Constructor for class net.fenyo.gnetwatch.actions.
ExternalCommand
Creates an ExternalCommand instance and saves the command line.
ExternalCommand(String[], boolean)
- Constructor for class net.fenyo.gnetwatch.actions.
ExternalCommand
Creates an ExternalCommand instance and saves the command line.
ExternalCommand(String[], boolean, String)
- Constructor for class net.fenyo.gnetwatch.actions.
ExternalCommand
F
f
- Variable in class net.fenyo.gnetwatch.
Pair
filename
- Variable in class net.fenyo.gnetwatch.
GenericQuerier
filename
- Variable in class net.fenyo.gnetwatch.GUI.
DialogGeneric
FloodComponent
- Class in
net.fenyo.gnetwatch.GUI
This class implements a component that can display EventFlood events.
FloodComponent(Target)
- Constructor for class net.fenyo.gnetwatch.GUI.
FloodComponent
Constructor.
FloodQueue
- Class in
net.fenyo.gnetwatch.activities
This queue holds flood actions.
FloodQueue(String, Config)
- Constructor for class net.fenyo.gnetwatch.activities.
FloodQueue
Constructor.
FloodView
- Class in
net.fenyo.gnetwatch.data
This view displays the flooded traffic to an IP target.
FloodView(GUI, Target)
- Constructor for class net.fenyo.gnetwatch.data.
FloodView
Constructor.
FloodView()
- Constructor for class net.fenyo.gnetwatch.data.
FloodView
fork()
- Method in class net.fenyo.gnetwatch.actions.
ExternalCommand
Launches a process but do not wait for its completion.
forked
- Variable in class net.fenyo.gnetwatch.activities.
Capture
formatDate(long)
- Method in class net.fenyo.gnetwatch.GUI.
BasicComponent
formatNumericString(Config, String)
- Static method in class net.fenyo.gnetwatch.
GenericTools
formatTime(long)
- Method in class net.fenyo.gnetwatch.GUI.
BasicComponent
Formats a time string to be displayed.
former()
- Method in class net.fenyo.gnetwatch.
Pair
Returns the first object.
fps
- Variable in class net.fenyo.gnetwatch.GUI.
BasicComponent
frame
- Variable in class net.fenyo.gnetwatch.data.
DataView
frame_list
- Variable in class net.fenyo.gnetwatch.GUI.
AwtGUI
G
GeneralException
- Exception in
net.fenyo.gnetwatch
An exception for errors specific to this software.
GeneralException()
- Constructor for exception net.fenyo.gnetwatch.
GeneralException
Constructor.
GeneralException(String)
- Constructor for exception net.fenyo.gnetwatch.
GeneralException
Constructor.
GeneralException(String, Throwable)
- Constructor for exception net.fenyo.gnetwatch.
GeneralException
Constructor.
GeneralException(Throwable)
- Constructor for exception net.fenyo.gnetwatch.
GeneralException
Constructor.
GeneralInformationsView
- Class in
net.fenyo.gnetwatch.data
This view is intended to display general informations.
GeneralInformationsView(GUI, Target)
- Constructor for class net.fenyo.gnetwatch.data.
GeneralInformationsView
Constructor.
GeneralInformationsView()
- Constructor for class net.fenyo.gnetwatch.data.
GeneralInformationsView
generic_querier
- Variable in class net.fenyo.gnetwatch.targets.
TargetGroup
GenericProcessComponent
- Class in
net.fenyo.gnetwatch.GUI
This class implements a component that can display EventGenericProcess events.
GenericProcessComponent(Target)
- Constructor for class net.fenyo.gnetwatch.GUI.
GenericProcessComponent
Constructor.
GenericProcessQueue
- Class in
net.fenyo.gnetwatch.activities
This queue holds generic process actions.
GenericProcessQueue(String, Config)
- Constructor for class net.fenyo.gnetwatch.activities.
GenericProcessQueue
Constructor.
GenericProcessView
- Class in
net.fenyo.gnetwatch.data
This view displays RTT to an IP target.
GenericProcessView(GUI, Target)
- Constructor for class net.fenyo.gnetwatch.data.
GenericProcessView
Constructor.
GenericProcessView()
- Constructor for class net.fenyo.gnetwatch.data.
GenericProcessView
GenericQuerier
- Class in
net.fenyo.gnetwatch
An SNMP querier maintains SNMP parameters needed for the manager to talk to an agent.
GenericQuerier()
- Constructor for class net.fenyo.gnetwatch.
GenericQuerier
Default constructor.
GenericSrcComponent
- Class in
net.fenyo.gnetwatch.GUI
This class implements a component that can display EventGenericSrc events.
GenericSrcComponent(Target)
- Constructor for class net.fenyo.gnetwatch.GUI.
GenericSrcComponent
Constructor.
GenericSrcQueue
- Class in
net.fenyo.gnetwatch.activities
This queue holds generic source actions.
GenericSrcQueue(String, Config)
- Constructor for class net.fenyo.gnetwatch.activities.
GenericSrcQueue
Constructor.
GenericSrcView
- Class in
net.fenyo.gnetwatch.data
This view displays RTT to an IP target.
GenericSrcView(GUI, Target)
- Constructor for class net.fenyo.gnetwatch.data.
GenericSrcView
Constructor.
GenericSrcView()
- Constructor for class net.fenyo.gnetwatch.data.
GenericSrcView
GenericTools
- Class in
net.fenyo.gnetwatch
General methods not dedicated to a particular application.
GenericTools()
- Constructor for class net.fenyo.gnetwatch.
GenericTools
getAcceptedIssuers()
- Method in class net.fenyo.gnetwatch.
CommandLine.NoCheckTrustManager
getActionDelay()
- Method in class net.fenyo.gnetwatch.activities.
DebugQueue
Returns the time to wait between two actions.
getActionDelay()
- Method in class net.fenyo.gnetwatch.activities.
FloodQueue
Returns the time to wait between two actions.
getActionDelay()
- Method in class net.fenyo.gnetwatch.activities.
GenericProcessQueue
Returns the time to wait between two actions.
getActionDelay()
- Method in class net.fenyo.gnetwatch.activities.
GenericSrcQueue
Returns the time to wait between two actions.
getActionDelay()
- Method in class net.fenyo.gnetwatch.activities.
HTTPQueue
Returns the time to wait between two actions.
getActionDelay()
- Method in class net.fenyo.gnetwatch.activities.
MergeQueue
Returns the time to wait between two actions.
getActionDelay()
- Method in class net.fenyo.gnetwatch.activities.
NmapQueue
Returns the time to wait between two actions.
getActionDelay()
- Method in class net.fenyo.gnetwatch.activities.
PingQueue
Returns the time to wait between two actions.
getActionDelay()
- Method in class net.fenyo.gnetwatch.activities.
Queue
Returns the time to wait between two actions.
getActionDelay()
- Method in class net.fenyo.gnetwatch.activities.
SNMPQueue
Returns the time to wait between two actions.
getAddress()
- Method in class net.fenyo.gnetwatch.
IPQuerier
Returns the address attribute.
getAddress()
- Method in class net.fenyo.gnetwatch.
SNMPQuerier
Returns the target address.
getAddress()
- Method in class net.fenyo.gnetwatch.targets.
TargetIPv4
Returns the IP address.
getAddress()
- Method in class net.fenyo.gnetwatch.targets.
TargetIPv6
Returns the IP address.
getAllParents(Class, List<VisualElement>)
- Method in class net.fenyo.gnetwatch.GUI.
VisualElement
Returns every ascendant of this element, restricted to a given type.
getAllParents(Class)
- Method in class net.fenyo.gnetwatch.GUI.
VisualElement
Returns every ascendant of this element, restricted to a given type.
getAwtGUI()
- Method in class net.fenyo.gnetwatch.GUI.
GUI
Returns the AwtGUI instance used to build AWT frames that host Java2D-drawn components.
getBackground()
- Method in class net.fenyo.gnetwatch.actions.
Action
getBackgroundColor()
- Method in class net.fenyo.gnetwatch.GUI.
GUI
Computes the desired background color.
getBegin()
- Method in class net.fenyo.gnetwatch.targets.
TargetIPv4Range
Returns the first address in the range.
getBrowser()
- Method in class net.fenyo.gnetwatch.data.
DataView
Returns the SWT browser.
getBrowser()
- Method in class net.fenyo.gnetwatch.data.
NmapView
Returns the SWT browser.
getBrowserContent()
- Method in class net.fenyo.gnetwatch.data.
BytesReceivedView
Returns a report as an HTML string.
getBrowserContent()
- Method in class net.fenyo.gnetwatch.data.
BytesSentView
Returns a report as an HTML string.
getBrowserContent()
- Method in class net.fenyo.gnetwatch.data.
DataView
Generates an HTML report.
getBrowserContent()
- Method in class net.fenyo.gnetwatch.data.
FloodView
Returns a report as an HTML string.
getBrowserContent()
- Method in class net.fenyo.gnetwatch.data.
GeneralInformationsView
Returns a report as an HTML string.
getBrowserContent()
- Method in class net.fenyo.gnetwatch.data.
GenericProcessView
Returns a report as an HTML string.
getBrowserContent()
- Method in class net.fenyo.gnetwatch.data.
GenericSrcView
Returns a report as an HTML string.
getBrowserContent()
- Method in class net.fenyo.gnetwatch.data.
HTTPPagesView
Returns a report as an HTML string.
getBrowserContent()
- Method in class net.fenyo.gnetwatch.data.
HTTPView
Returns a report as an HTML string.
getBrowserContent()
- Method in class net.fenyo.gnetwatch.data.
NmapView
Generates the Nmap report.
getBrowserContent()
- Method in class net.fenyo.gnetwatch.data.
ReachableView
Returns a report as an HTML string.
getBundle()
- Method in class net.fenyo.gnetwatch.
Config
Returns the i18n resource bundle associated with this configuration.
getBytesExchanged()
- Method in class net.fenyo.gnetwatch.data.
EventBytesExchanged
Returns the numeric value stored with this event.
getBytesReceived()
- Method in class net.fenyo.gnetwatch.data.
EventBytesReceived
Returns the numeric value stored with this event.
getBytesReceived()
- Method in class net.fenyo.gnetwatch.data.
EventHTTP
Returns the numeric value stored with this event.
getBytesSent()
- Method in class net.fenyo.gnetwatch.data.
EventBytesSent
Returns the numeric value stored with this event.
getBytesSent()
- Method in class net.fenyo.gnetwatch.data.
EventFlood
Returns the numeric value stored with this event.
getCanonicalInstance(Target)
- Method in class net.fenyo.gnetwatch.GUI.
GUI
Returns the canonical instance of a target and registers this target as the canonical one if needed.
getChildren()
- Method in class net.fenyo.gnetwatch.GUI.
VisualElement
Returns children elements.
getCommandLine()
- Method in class net.fenyo.gnetwatch.
GenericQuerier
getCommandLine()
- Method in class net.fenyo.gnetwatch.GUI.
DialogGeneric
getCommunity()
- Method in class net.fenyo.gnetwatch.GUI.
DialogCredentials
Returns the community string.
getCommunity()
- Method in class net.fenyo.gnetwatch.
SNMPQuerier
Returns the community string.
getConfig()
- Method in class net.fenyo.gnetwatch.activities.
Queue
getConfig()
- Method in class net.fenyo.gnetwatch.GUI.
GUI
Return the configuration.
getCycleDelay()
- Method in class net.fenyo.gnetwatch.activities.
DebugQueue
Returns the time to wait after each cycle.
getCycleDelay()
- Method in class net.fenyo.gnetwatch.activities.
FloodQueue
Returns the time to wait after each cycle.
getCycleDelay()
- Method in class net.fenyo.gnetwatch.activities.
GenericProcessQueue
Returns the time to wait after each cycle.
getCycleDelay()
- Method in class net.fenyo.gnetwatch.activities.
GenericSrcQueue
Returns the time to wait after each cycle.
getCycleDelay()
- Method in class net.fenyo.gnetwatch.activities.
HTTPQueue
Returns the time to wait after each cycle.
getCycleDelay()
- Method in class net.fenyo.gnetwatch.activities.
MergeQueue
Returns the time to wait after each cycle.
getCycleDelay()
- Method in class net.fenyo.gnetwatch.activities.
NmapQueue
Returns the time to wait after each cycle.
getCycleDelay()
- Method in class net.fenyo.gnetwatch.activities.
PingQueue
Returns the time to wait after each cycle.
getCycleDelay()
- Method in class net.fenyo.gnetwatch.activities.
Queue
Returns the time to wait after each cycle.
getCycleDelay()
- Method in class net.fenyo.gnetwatch.activities.
SNMPQueue
Returns the time to wait after each cycle.
getDate()
- Method in class net.fenyo.gnetwatch.data.
EventGeneric
Returns the date of creation of this event.
getDebugLevel()
- Method in class net.fenyo.gnetwatch.
Config
getDelay()
- Method in class net.fenyo.gnetwatch.data.
EventGenericProcess
Returns the RTT associated to this event.
getDelay()
- Method in class net.fenyo.gnetwatch.data.
EventGenericSrc
Returns the RTT associated to this event.
getDelay()
- Method in class net.fenyo.gnetwatch.data.
EventReachable
Returns the RTT associated to this event.
getDelayPerInterval()
- Method in class net.fenyo.gnetwatch.GUI.
BasicComponent
Returns the horizontal scale.
getDelayPerInterval()
- Method in class net.fenyo.gnetwatch.GUI.
BytesReceivedComponent
Returns the horizontal scale.
getDelayPerInterval()
- Method in class net.fenyo.gnetwatch.GUI.
BytesSentComponent
Returns the horizontal scale.
getDelayPerInterval()
- Method in class net.fenyo.gnetwatch.GUI.
GenericProcessComponent
Returns the horizontal scale.
getDescription()
- Method in class net.fenyo.gnetwatch.GUI.
VisualElement
getDimension()
- Method in class net.fenyo.gnetwatch.GUI.
BasicComponent
Returns the dimensions of this component.
getEmptyCycleDelay()
- Method in class net.fenyo.gnetwatch.activities.
DebugQueue
Returns the time to wait between empty cycles.
getEmptyCycleDelay()
- Method in class net.fenyo.gnetwatch.activities.
FloodQueue
Returns the time to wait between empty cycles.
getEmptyCycleDelay()
- Method in class net.fenyo.gnetwatch.activities.
GenericProcessQueue
Returns the time to wait between empty cycles.
getEmptyCycleDelay()
- Method in class net.fenyo.gnetwatch.activities.
GenericSrcQueue
Returns the time to wait between empty cycles.
getEmptyCycleDelay()
- Method in class net.fenyo.gnetwatch.activities.
HTTPQueue
Returns the time to wait between empty cycles.
getEmptyCycleDelay()
- Method in class net.fenyo.gnetwatch.activities.
MergeQueue
Returns the time to wait between empty cycles.
getEmptyCycleDelay()
- Method in class net.fenyo.gnetwatch.activities.
NmapQueue
Returns the time to wait between empty cycles.
getEmptyCycleDelay()
- Method in class net.fenyo.gnetwatch.activities.
PingQueue
Returns the time to wait between empty cycles.
getEmptyCycleDelay()
- Method in class net.fenyo.gnetwatch.activities.
Queue
Returns the time to wait between empty cycles.
getEmptyCycleDelay()
- Method in class net.fenyo.gnetwatch.activities.
SNMPQueue
Returns the time to wait between empty cycles.
getEnd()
- Method in class net.fenyo.gnetwatch.targets.
TargetIPv4Range
Returns the last address in the range.
getEventClass()
- Method in class net.fenyo.gnetwatch.GUI.
BasicComponent
getEventClass()
- Method in class net.fenyo.gnetwatch.GUI.
BytesReceivedComponent
getEventClass()
- Method in class net.fenyo.gnetwatch.GUI.
BytesSentComponent
getEventClass()
- Method in class net.fenyo.gnetwatch.GUI.
ChartComponent
getEventClass()
- Method in class net.fenyo.gnetwatch.GUI.
FloodComponent
getEventClass()
- Method in class net.fenyo.gnetwatch.GUI.
GenericProcessComponent
getEventClass()
- Method in class net.fenyo.gnetwatch.GUI.
GenericSrcComponent
getEventClass()
- Method in class net.fenyo.gnetwatch.GUI.
HTTPComponent
Fetches events that can be displayed.
getEventClass()
- Method in class net.fenyo.gnetwatch.GUI.
HTTPPagesComponent
getEventClass()
- Method in class net.fenyo.gnetwatch.GUI.
MapComponent
getEventList()
- Method in class net.fenyo.gnetwatch.data.
EventGeneric
getEventLists()
- Method in class net.fenyo.gnetwatch.targets.
Target
getEvents(Date, Date, Class)
- Method in class net.fenyo.gnetwatch.targets.
Target
Returns events from the first BEFORE begin (or at begin) to the last AFTER end (or at end).
getFileName()
- Method in class net.fenyo.gnetwatch.
GenericQuerier
getFilename()
- Method in class net.fenyo.gnetwatch.GUI.
DialogGeneric
getFullExceptionStackTrace(Throwable)
- Static method in class net.fenyo.gnetwatch.
GenericTools
Returns the full stack trace.
getGenericQuerier()
- Method in class net.fenyo.gnetwatch.targets.
TargetGroup
getGlobalFilter()
- Method in class net.fenyo.gnetwatch.activities.
CaptureManager
Creates a filter that integrates every individual listener filters.
getGroupName()
- Method in class net.fenyo.gnetwatch.targets.
TargetGroup
Returns the group name.
getGUI()
- Method in class net.fenyo.gnetwatch.GUI.
VisualElement
Returns the current GUI instance.
getGUICreated()
- Method in class net.fenyo.gnetwatch.GUI.
GUI
Returns the multithreaded synchronization lock for GUI creation.
getId()
- Method in class net.fenyo.gnetwatch.data.
EventGeneric
getId()
- Method in class net.fenyo.gnetwatch.data.
EventList
getId()
- Method in class net.fenyo.gnetwatch.
GenericQuerier
getId()
- Method in class net.fenyo.gnetwatch.GUI.
VisualElement
getId()
- Method in class net.fenyo.gnetwatch.
IPQuerier
getId()
- Method in class net.fenyo.gnetwatch.
SNMPQuerier
getImageExec()
- Method in class net.fenyo.gnetwatch.GUI.
GUI
Returns the picture "exec".
getImageFolder()
- Method in class net.fenyo.gnetwatch.GUI.
GUI
Returns the picture "image folder".
getImageHost()
- Method in class net.fenyo.gnetwatch.GUI.
GUI
Returns the picture "IPv4 host".
getImageHost6()
- Method in class net.fenyo.gnetwatch.GUI.
GUI
Returns the picture "IPv6 host".
getImageHost6SNMP()
- Method in class net.fenyo.gnetwatch.GUI.
GUI
Returns the picture "IPv6 SNMP host".
getImageHostSNMP()
- Method in class net.fenyo.gnetwatch.GUI.
GUI
Returns the picture "IPv4 SNMP host".
getImageInterface()
- Method in class net.fenyo.gnetwatch.GUI.
GUI
Returns the picture "interface".
getImageMultiRow()
- Method in class net.fenyo.gnetwatch.GUI.
GUI
Returns the picture "multirow".
getImageNetwork()
- Method in class net.fenyo.gnetwatch.GUI.
GUI
Returns the picture "network".
getImageOscillo()
- Method in class net.fenyo.gnetwatch.GUI.
GUI
Returns the picture "oscilloscope".
getImageQueue()
- Method in class net.fenyo.gnetwatch.GUI.
GUI
Returns the picture "queue".
getImageWatch()
- Method in class net.fenyo.gnetwatch.GUI.
GUI
Returns the picture "watch".
getInterfaceName()
- Method in class net.fenyo.gnetwatch.targets.
TargetInterface
getInterfaces()
- Method in class net.fenyo.gnetwatch.
SNMPQuerier
Gets some columns of the interface list table synchronously.
getIntValue()
- Method in class net.fenyo.gnetwatch.data.
EventBytesExchanged
Returns the throughput in bit/s at the moment of this event.
getIntValue()
- Method in class net.fenyo.gnetwatch.data.
EventFlood
Returns the throughput in bit/s at the moment of this event.
getIntValue()
- Method in class net.fenyo.gnetwatch.data.
EventGeneric
Returns an integer representation of the performance counter associated whith this event.
getIntValue()
- Method in class net.fenyo.gnetwatch.data.
EventGenericProcess
Returns an integer representation of the performance counter associated whith this event.
getIntValue()
- Method in class net.fenyo.gnetwatch.data.
EventGenericSrc
Returns an integer representation of the performance counter associated whith this event.
getIntValue()
- Method in class net.fenyo.gnetwatch.data.
EventHTTP
Returns the throughput in bit/s at the moment of this event.
getIntValue()
- Method in class net.fenyo.gnetwatch.data.
EventHTTPPages
Returns the throughput in pages/s at the moment of this event.
getIntValue()
- Method in class net.fenyo.gnetwatch.data.
EventReachable
Returns an integer representation of the performance counter associated whith this event.
getIPQuerier()
- Method in class net.fenyo.gnetwatch.targets.
TargetIPv4
Returns the IP querier.
getIPQuerier()
- Method in class net.fenyo.gnetwatch.targets.
TargetIPv6
Returns the IP querier.
getItem()
- Method in class net.fenyo.gnetwatch.GUI.
VisualElement
Returns the item name.
getLastEvent(Class)
- Method in class net.fenyo.gnetwatch.targets.
Target
Returns the last event.
getLastSysdescr()
- Method in class net.fenyo.gnetwatch.
SNMPQuerier
Returns the last sysdescr returned.
getLocale()
- Method in class net.fenyo.gnetwatch.
Config
Returns the locale associated with this configuration.
getMaxDelay()
- Method in class net.fenyo.gnetwatch.actions.
Action
Returns the timeout associated with this action.
getMaxDelay()
- Method in class net.fenyo.gnetwatch.actions.
ActionFlood
Returns the timeout associated with this action.
getMaxDelay()
- Method in class net.fenyo.gnetwatch.actions.
ActionGenericProcess
Returns the timeout associated with this action.
getMaxDelay()
- Method in class net.fenyo.gnetwatch.actions.
ActionGenericSrc
Returns the timeout associated with this action.
getMaxDelay()
- Method in class net.fenyo.gnetwatch.actions.
ActionHTTP
Returns the timeout associated with this action.
getMaxDelay()
- Method in class net.fenyo.gnetwatch.actions.
ActionNmap
Returns the timeout associated with this action.
getMaxDelay()
- Method in class net.fenyo.gnetwatch.actions.
ActionPing
Returns the timeout associated with this action.
getMaxDelay()
- Method in class net.fenyo.gnetwatch.actions.
ActionSNMP
Returns the timeout associated with this action.
getName()
- Method in class net.fenyo.gnetwatch.targets.
Target
Returns the name of this target.
getNetFromAddress(String)
- Static method in class net.fenyo.gnetwatch.
GenericTools
Returns the class A/B/C network address containing an IP address.
getNetmask()
- Method in class net.fenyo.gnetwatch.targets.
TargetIPv4Subnet
Returns the netmask of this subnet.
getNetwork()
- Method in class net.fenyo.gnetwatch.targets.
TargetIPv4Subnet
Returns the network address of this subnet.
getNParallel()
- Method in class net.fenyo.gnetwatch.GUI.
DialogHTTPOptions
Returns the number of concurrent HTTP sessions.
getNParallel()
- Method in class net.fenyo.gnetwatch.
IPQuerier
Returns the number of simultaneous sessions.
getOutput()
- Method in class net.fenyo.gnetwatch.data.
EventNmap
Returns the stored output.
getPagesReceived()
- Method in class net.fenyo.gnetwatch.data.
EventHTTPPages
Returns the numeric value stored with this event.
getParents()
- Method in class net.fenyo.gnetwatch.GUI.
VisualElement
Returns parents of this element.
getPasswordAuth()
- Method in class net.fenyo.gnetwatch.GUI.
DialogCredentials
Returns the password authentication.
getPasswordAuth()
- Method in class net.fenyo.gnetwatch.
SNMPQuerier
Returns the password authentication attribute.
getPasswordPriv()
- Method in class net.fenyo.gnetwatch.GUI.
DialogCredentials
Returns the password privacy.
getPasswordPriv()
- Method in class net.fenyo.gnetwatch.
SNMPQuerier
Returns the password privacy attribute.
getPattern(String, Object[])
- Method in class net.fenyo.gnetwatch.
Config
Returns an i18n message.
getPattern(String, Object)
- Method in class net.fenyo.gnetwatch.
Config
Returns an i18n message.
getPattern(String, Object, Object)
- Method in class net.fenyo.gnetwatch.
Config
Returns an i18n message.
getPattern(String, Object, Object, Object)
- Method in class net.fenyo.gnetwatch.
Config
Returns an i18n message.
getPattern(String, Object, Object, Object, Object)
- Method in class net.fenyo.gnetwatch.
Config
Returns an i18n message.
getPattern(String, Object, Object, Object, Object, Object)
- Method in class net.fenyo.gnetwatch.
Config
Returns an i18n message.
getPDU()
- Method in class net.fenyo.gnetwatch.
SNMPQuerier
Creates a new empty PDU.
getPDUMaxSize()
- Method in class net.fenyo.gnetwatch.GUI.
DialogCredentials
Returns the maximum PDU size.
getPDUMaxSize()
- Method in class net.fenyo.gnetwatch.GUI.
DialogIPOptions
Gets the PDU maximum size.
getPDUMaxSize()
- Method in class net.fenyo.gnetwatch.
IPQuerier
Returns the PDU maximum size attribute.
getPDUMaxSize()
- Method in class net.fenyo.gnetwatch.
SNMPQuerier
Returns the PDU maximum size attribute.
getPort()
- Method in class net.fenyo.gnetwatch.GUI.
DialogCredentials
Returns the SNMP agent UDP port.
getPort()
- Method in class net.fenyo.gnetwatch.
SNMPQuerier
Returns the agent UDP port attribute.
getPortDst()
- Method in class net.fenyo.gnetwatch.GUI.
DialogIPOptions
Gets the destination port.
getPortDst()
- Method in class net.fenyo.gnetwatch.
IPQuerier
Returns the destination port attribute.
getPortSrc()
- Method in class net.fenyo.gnetwatch.GUI.
DialogIPOptions
Gets the source port.
getPortSrc()
- Method in class net.fenyo.gnetwatch.
IPQuerier
Returns the source port attribute.
getProgress()
- Method in class net.fenyo.gnetwatch.GUI.
VisualElement
Gets the progress bar position for this visual element.
getProperty(String)
- Method in class net.fenyo.gnetwatch.
Config
Gets a property value.
getProperty(String, String)
- Method in class net.fenyo.gnetwatch.
Config
Gets a property value.
getProxyHost()
- Method in class net.fenyo.gnetwatch.GUI.
DialogHTTPOptions
Gets the proxy name.
getProxyHost()
- Method in class net.fenyo.gnetwatch.
IPQuerier
Returns the proxy host name.
getProxyPort()
- Method in class net.fenyo.gnetwatch.GUI.
DialogHTTPOptions
Gets the TCP proxy port.
getProxyPort()
- Method in class net.fenyo.gnetwatch.
IPQuerier
Returns the TCP proxy port.
getQuerier(InetAddress)
- Method in class net.fenyo.gnetwatch.
SNMPManager
Creates a new querier.
getQueueName()
- Method in class net.fenyo.gnetwatch.actions.
Action
Returns the preferred queue.
getQueueName()
- Method in class net.fenyo.gnetwatch.actions.
ActionFlood
Returns the preferred queue.
getQueueName()
- Method in class net.fenyo.gnetwatch.actions.
ActionGenericProcess
Returns the preferred queue.
getQueueName()
- Method in class net.fenyo.gnetwatch.actions.
ActionGenericSrc
Returns the preferred queue.
getQueueName()
- Method in class net.fenyo.gnetwatch.actions.
ActionHTTP
Returns the preferred queue.
getQueueName()
- Method in class net.fenyo.gnetwatch.actions.
ActionNmap
Returns the preferred queue.
getQueueName()
- Method in class net.fenyo.gnetwatch.actions.
ActionPing
Returns the preferred queue.
getQueueName()
- Method in class net.fenyo.gnetwatch.actions.
ActionSNMP
Returns the preferred queue.
getQueues()
- Method in class net.fenyo.gnetwatch.activities.
Background
Returns the list of background queues.
getReconnect()
- Method in class net.fenyo.gnetwatch.
IPQuerier
Checks that we must make one connection per GET.
getRetries()
- Method in class net.fenyo.gnetwatch.GUI.
DialogCredentials
Gets number of retries.
getRetries()
- Method in class net.fenyo.gnetwatch.
SNMPQuerier
Returns the retries attribute.
getSec()
- Method in class net.fenyo.gnetwatch.GUI.
DialogCredentials
Gets security level.
getSec()
- Method in class net.fenyo.gnetwatch.
SNMPQuerier
Returns the security attribute.
getSessionFactory()
- Method in class net.fenyo.gnetwatch.
Synchro
getShell()
- Method in class net.fenyo.gnetwatch.GUI.
GUI
Return the root shell.
getSNMP()
- Method in class net.fenyo.gnetwatch.
SNMPManager
Returns the SNMP4J Snmp instance used to perform further SNMP queries.
getSNMP()
- Method in class net.fenyo.gnetwatch.
SNMPQuerier
Returns the SNMP4J Snmp instance used to perform further SNMP queries.
getSNMPManager()
- Method in class net.fenyo.gnetwatch.GUI.
GUI
Returns the SNMPManager instance.
getSNMPManager()
- Method in class net.fenyo.gnetwatch.
SNMPQuerier
getSNMPQuerier()
- Method in class net.fenyo.gnetwatch.targets.
TargetIPv4
Returns the SNMP querier.
getSNMPQuerier()
- Method in class net.fenyo.gnetwatch.targets.
TargetIPv6
Returns the SNMP querier.
getSNMPTarget()
- Method in class net.fenyo.gnetwatch.
SNMPQuerier
getString(String)
- Method in class net.fenyo.gnetwatch.
Config
Returns an i18n message.
getSubElements(Class, List<VisualElement>)
- Method in class net.fenyo.gnetwatch.GUI.
VisualElement
Gets sub elements of a given type.
getSubElements(Class)
- Method in class net.fenyo.gnetwatch.GUI.
VisualElement
Gets sub elements of a given type.
getSubElements(TreeItem, Class)
- Static method in class net.fenyo.gnetwatch.GUI.
VisualElement
Gets sub elements of a given type.
getSubGraph(VisualElement, List<Pair<VisualElement, VisualElement>>)
- Method in class net.fenyo.gnetwatch.GUI.
VisualElement
Builds the subgraph rooted at the parent parameter.
getSubGraph(VisualElement)
- Method in class net.fenyo.gnetwatch.GUI.
VisualElement
Builds the subgraph rooted at the parent parameter.
getSubGraphExceptLinks(VisualElement, List<Pair<VisualElement, VisualElement>>, List<Pair<VisualElement, VisualElement>>)
- Method in class net.fenyo.gnetwatch.GUI.
VisualElement
Builds the subgraph rooted at the parent parameter, but not containing some links of another graph.
getSubGraphExceptLinks(VisualElement, List<Pair<VisualElement, VisualElement>>)
- Method in class net.fenyo.gnetwatch.GUI.
VisualElement
Builds the subgraph rooted at the parent parameter, but not containing some links of another graph.
getSynchro()
- Method in class net.fenyo.gnetwatch.GUI.
GUI
Returns the Synchro instance.
getSysdescr(TreeItem)
- Method in class net.fenyo.gnetwatch.GUI.
GUI
Synchronously get system descriptions via SNMP on every nodes under a specified root node.
getSysDescr()
- Method in class net.fenyo.gnetwatch.
SNMPQuerier
Gets the system description OID content synchronously.
getSysDescr(SNMPQuerier.QuerierListener)
- Method in class net.fenyo.gnetwatch.
SNMPQuerier
Gets the system description OID content asynchronously.
getTabFolder()
- Method in class net.fenyo.gnetwatch.GUI.
GUI
Returns the tab folder.
getTarget()
- Method in class net.fenyo.gnetwatch.actions.
Action
Returns the associated target.
getTarget()
- Method in class net.fenyo.gnetwatch.data.
DataView
Returns the target this view works on.
getTarget()
- Method in class net.fenyo.gnetwatch.GUI.
BasicComponent
Returns the associated target.
getTimeout()
- Method in class net.fenyo.gnetwatch.GUI.
DialogCredentials
Gets SNMP timeout per try.
getTimeout()
- Method in class net.fenyo.gnetwatch.
SNMPQuerier
Returns the timeout attribute.
getTitle()
- Method in class net.fenyo.gnetwatch.data.
DataView
Returns the title of the view.
getTitle()
- Method in class net.fenyo.gnetwatch.data.
NmapView
Returns the title of the view.
getTitle()
- Method in class net.fenyo.gnetwatch.
GenericQuerier
getTitle()
- Method in class net.fenyo.gnetwatch.GUI.
DialogGeneric
getTOS()
- Method in class net.fenyo.gnetwatch.GUI.
DialogIPOptions
Gets the IP type of service.
getTos()
- Method in class net.fenyo.gnetwatch.
IPQuerier
Returns the TOS attribute.
getTreeItems()
- Method in class net.fenyo.gnetwatch.GUI.
VisualElement
Returns the list of tree items that represent this element.
getType()
- Method in class net.fenyo.gnetwatch.GUI.
VisualElement
getUnit()
- Method in class net.fenyo.gnetwatch.
GenericQuerier
getUnit()
- Method in class net.fenyo.gnetwatch.GUI.
DialogGeneric
getURL()
- Method in class net.fenyo.gnetwatch.GUI.
DialogHTTPOptions
Gets the URL to connect to.
getURL()
- Method in class net.fenyo.gnetwatch.
IPQuerier
Returns the URL to connect to.
getUseProxy()
- Method in class net.fenyo.gnetwatch.GUI.
DialogHTTPOptions
Checks that we use a proxy.
getUseProxy()
- Method in class net.fenyo.gnetwatch.
IPQuerier
Checks that we must use the proxy.
getUsername()
- Method in class net.fenyo.gnetwatch.GUI.
DialogCredentials
Returns the username.
getUsername()
- Method in class net.fenyo.gnetwatch.
SNMPQuerier
Returns the username attribute.
getVersion()
- Method in class net.fenyo.gnetwatch.GUI.
DialogCredentials
Gets SNMP version.
getVersion()
- Method in class net.fenyo.gnetwatch.
SNMPQuerier
Returns the version attribute.
getVisualThisHost()
- Method in class net.fenyo.gnetwatch.GUI.
GUI
Gets the tree node acting as the "local host" root.
getVisualTransient()
- Method in class net.fenyo.gnetwatch.GUI.
GUI
Gets the tree node acting as the visual transient root.
getVisualTransientAll()
- Method in class net.fenyo.gnetwatch.GUI.
GUI
Gets the tree node acting as the "every host" root.
getVisualTransientNetworks()
- Method in class net.fenyo.gnetwatch.GUI.
GUI
Gets the tree node acting as the "every network" root.
getWorkdir()
- Method in class net.fenyo.gnetwatch.GUI.
DialogGeneric
getWorkingDirectory()
- Method in class net.fenyo.gnetwatch.
GenericQuerier
group_credentials
- Variable in class net.fenyo.gnetwatch.GUI.
DialogCredentials
group_credentials_layout
- Variable in class net.fenyo.gnetwatch.GUI.
DialogCredentials
group_credentials_v2c
- Variable in class net.fenyo.gnetwatch.GUI.
DialogCredentials
group_credentials_v2c_layout
- Variable in class net.fenyo.gnetwatch.GUI.
DialogCredentials
group_credentials_v2c_value
- Variable in class net.fenyo.gnetwatch.GUI.
DialogCredentials
group_credentials_value
- Variable in class net.fenyo.gnetwatch.GUI.
DialogCredentials
group_credentials_value2
- Variable in class net.fenyo.gnetwatch.GUI.
DialogCredentials
group_credentials_value3
- Variable in class net.fenyo.gnetwatch.GUI.
DialogCredentials
group_network_parameters
- Variable in class net.fenyo.gnetwatch.GUI.
DialogCredentials
group_network_parameters
- Variable in class net.fenyo.gnetwatch.GUI.
DialogGeneric
group_network_parameters
- Variable in class net.fenyo.gnetwatch.GUI.
DialogHTTPOptions
group_network_parameters
- Variable in class net.fenyo.gnetwatch.GUI.
DialogIPOptions
group_network_parameters_layout
- Variable in class net.fenyo.gnetwatch.GUI.
DialogCredentials
group_network_parameters_layout
- Variable in class net.fenyo.gnetwatch.GUI.
DialogGeneric
group_network_parameters_layout
- Variable in class net.fenyo.gnetwatch.GUI.
DialogHTTPOptions
group_network_parameters_layout
- Variable in class net.fenyo.gnetwatch.GUI.
DialogIPOptions
group_target_group
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
group_target_group_layout
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
group_target_host
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
group_target_host6
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
group_target_host6_layout
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
group_target_host_layout
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
group_target_range
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
group_target_range_layout
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
group_target_subnet
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
group_target_subnet_layout
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
groupName
- Variable in class net.fenyo.gnetwatch.targets.
TargetGroup
groups_composite
- Variable in class net.fenyo.gnetwatch.GUI.
DialogAbout
groups_composite
- Variable in class net.fenyo.gnetwatch.GUI.
DialogCredentials
groups_composite
- Variable in class net.fenyo.gnetwatch.GUI.
DialogGeneric
groups_composite
- Variable in class net.fenyo.gnetwatch.GUI.
DialogHTTPOptions
groups_composite
- Variable in class net.fenyo.gnetwatch.GUI.
DialogIPOptions
groups_composite
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
groups_composite_grid_data
- Variable in class net.fenyo.gnetwatch.GUI.
DialogAbout
groups_composite_grid_data
- Variable in class net.fenyo.gnetwatch.GUI.
DialogCredentials
groups_composite_grid_data
- Variable in class net.fenyo.gnetwatch.GUI.
DialogGeneric
groups_composite_grid_data
- Variable in class net.fenyo.gnetwatch.GUI.
DialogHTTPOptions
groups_composite_grid_data
- Variable in class net.fenyo.gnetwatch.GUI.
DialogIPOptions
groups_composite_grid_data
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
groups_composite_layout
- Variable in class net.fenyo.gnetwatch.GUI.
DialogAbout
groups_composite_layout
- Variable in class net.fenyo.gnetwatch.GUI.
DialogCredentials
groups_composite_layout
- Variable in class net.fenyo.gnetwatch.GUI.
DialogGeneric
groups_composite_layout
- Variable in class net.fenyo.gnetwatch.GUI.
DialogHTTPOptions
groups_composite_layout
- Variable in class net.fenyo.gnetwatch.GUI.
DialogIPOptions
groups_composite_layout
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
gui
- Variable in class net.fenyo.gnetwatch.activities.
CaptureManager
gui
- Variable in class net.fenyo.gnetwatch.data.
Views
gui
- Variable in class net.fenyo.gnetwatch.GUI.
DialogAbout
gui
- Variable in class net.fenyo.gnetwatch.GUI.
DialogCredentials
gui
- Variable in class net.fenyo.gnetwatch.GUI.
DialogGeneric
gui
- Variable in class net.fenyo.gnetwatch.GUI.
DialogHTTPOptions
gui
- Variable in class net.fenyo.gnetwatch.GUI.
DialogIPOptions
GUI
- Class in
net.fenyo.gnetwatch.GUI
Manages the main GUI.
GUI(Config, Background, Main, SNMPManager, Synchro)
- Constructor for class net.fenyo.gnetwatch.GUI.
GUI
Constructor.
gui
- Variable in class net.fenyo.gnetwatch.GUI.
VisualElement
gui
- Variable in class net.fenyo.gnetwatch.
Main
GUI_created
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
H
handleKey(KeyEvent)
- Method in class net.fenyo.gnetwatch.GUI.
IpAddressEditor
Handles a key event.
handlePacket(StringBuffer)
- Method in class net.fenyo.gnetwatch.activities.
Capture
Gives the next frame to the manager.
handlePacket(Document)
- Method in class net.fenyo.gnetwatch.activities.
CaptureManager
Inform every listeners about the next frame.
handler
- Variable in class net.fenyo.gnetwatch.
Main
hashCode()
- Method in class net.fenyo.gnetwatch.
Pair
Returns a hashcode.
hashCode()
- Method in class net.fenyo.gnetwatch.targets.
Target
Returns the hashcode for this target.
hashCode()
- Method in class net.fenyo.gnetwatch.targets.
TargetGroup
Returns the hashcode for this target.
hashCode()
- Method in class net.fenyo.gnetwatch.targets.
TargetIPv4
Returns the hashcode for this target.
hashCode()
- Method in class net.fenyo.gnetwatch.targets.
TargetIPv4Range
Returns the hashcode for this target.
hashCode()
- Method in class net.fenyo.gnetwatch.targets.
TargetIPv4Subnet
Returns the hashcode for this target.
hashCode()
- Method in class net.fenyo.gnetwatch.targets.
TargetIPv6
Returns the hashcode for this target.
horizontal_composite
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
horizontal_composite_layout
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
horizontal_sash
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
horizontal_sash_grid_data
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
htmlFace(String)
- Method in class net.fenyo.gnetwatch.data.
DataView
Embed face informations in an HTML part.
htmlFace(String)
- Method in class net.fenyo.gnetwatch.data.
NmapView
Embed face informations in an HTML part.
htmlFace(String)
- Method in class net.fenyo.gnetwatch.GUI.
GUI
Encapsulates an html part into a face definition.
HTTPComponent
- Class in
net.fenyo.gnetwatch.GUI
This class implements a component that can display EventHTTP events.
HTTPComponent(Target)
- Constructor for class net.fenyo.gnetwatch.GUI.
HTTPComponent
Constructor.
HTTPPagesComponent
- Class in
net.fenyo.gnetwatch.GUI
This class implements a component that can display EventHTTPPages events.
HTTPPagesComponent(Target)
- Constructor for class net.fenyo.gnetwatch.GUI.
HTTPPagesComponent
Constructor.
HTTPPagesView
- Class in
net.fenyo.gnetwatch.data
This view displays the received traffic (in pages per time unit) from a HTTP/FTP server.
HTTPPagesView(GUI, Target)
- Constructor for class net.fenyo.gnetwatch.data.
HTTPPagesView
Constructor.
HTTPPagesView()
- Constructor for class net.fenyo.gnetwatch.data.
HTTPPagesView
HTTPQueue
- Class in
net.fenyo.gnetwatch.activities
This queue holds HTTP actions.
HTTPQueue(String, Config)
- Constructor for class net.fenyo.gnetwatch.activities.
HTTPQueue
Constructor.
HTTPView
- Class in
net.fenyo.gnetwatch.data
This view displays the received traffic from a HTTP/FTP server.
HTTPView(GUI, Target)
- Constructor for class net.fenyo.gnetwatch.data.
HTTPView
Constructor.
HTTPView()
- Constructor for class net.fenyo.gnetwatch.data.
HTTPView
I
id
- Variable in class net.fenyo.gnetwatch.data.
EventGeneric
id
- Variable in class net.fenyo.gnetwatch.data.
EventList
id
- Variable in class net.fenyo.gnetwatch.
GenericQuerier
id
- Variable in class net.fenyo.gnetwatch.GUI.
VisualElement
id
- Variable in class net.fenyo.gnetwatch.
IPQuerier
id
- Variable in class net.fenyo.gnetwatch.
SNMPQuerier
image
- Variable in class net.fenyo.gnetwatch.GUI.
VisualElement
image_exec
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
image_folder
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
image_host
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
image_host6
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
image_host6_snmp
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
image_host_snmp
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
image_interface
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
image_multirow
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
image_network
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
image_oscillo
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
image_queue
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
image_watch
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
inet4AddressToString(Inet4Address)
- Static method in class net.fenyo.gnetwatch.
GenericTools
Converts an IP address to its string representation.
inet6AddressToString(Inet6Address)
- Static method in class net.fenyo.gnetwatch.
GenericTools
Converts an IP address to its string representation.
inform(Object)
- Method in class net.fenyo.gnetwatch.activities.
MergeQueue
inform(Object)
- Method in class net.fenyo.gnetwatch.activities.
Queue
informCycle()
- Method in class net.fenyo.gnetwatch.activities.
DebugQueue
Called after each cycle.
informCycle()
- Method in class net.fenyo.gnetwatch.activities.
MergeQueue
informCycle()
- Method in class net.fenyo.gnetwatch.activities.
Queue
Called after each cycle.
informQueue(String, Object)
- Method in class net.fenyo.gnetwatch.activities.
Background
informSelected()
- Method in class net.fenyo.gnetwatch.data.
DataView
Called when the user wants this DataView instance to create a CTabFolder instance containing a report.
informSelected()
- Method in class net.fenyo.gnetwatch.data.
NmapView
Called when the user wants this NmapView instance to create a CTabFolder instance containing a report.
informSelected()
- Method in class net.fenyo.gnetwatch.GUI.
VisualElement
Called when selected by the user.
informTargetHasNewEventClass(Target, Class)
- Method in class net.fenyo.gnetwatch.GUI.
GUI
init()
- Method in class net.fenyo.gnetwatch.GUI.
BasicComponent
Initialize the component and ask AWT to receive events.
initFromSynchro(VisualElement)
- Method in class net.fenyo.gnetwatch.GUI.
GUI
initialize(GUI)
- Method in class net.fenyo.gnetwatch.actions.
Action
Called to inform about the current GUI.
initialize(GUI)
- Method in class net.fenyo.gnetwatch.actions.
ActionGenericProcess
Called to inform about the current GUI.
initialize(GUI)
- Method in class net.fenyo.gnetwatch.actions.
ActionGenericSrc
Called to inform about the current GUI.
initialize(GUI)
- Method in class net.fenyo.gnetwatch.actions.
ActionNmap
Called to inform about the current GUI.
initialize(GUI)
- Method in class net.fenyo.gnetwatch.actions.
ActionPing
Called to inform about the current GUI.
initialize(GUI)
- Method in class net.fenyo.gnetwatch.activities.
Queue
Sets the current GUI instance.
initialize(GUI)
- Method in class net.fenyo.gnetwatch.data.
DataView
Sets the current GUI instance.
initialize(GUI)
- Method in class net.fenyo.gnetwatch.data.
NmapView
Sets the current GUI instance.
initialize(GUI)
- Method in class net.fenyo.gnetwatch.GUI.
VisualElement
Initializes this element.
initialize(GUI)
- Method in class net.fenyo.gnetwatch.targets.
TargetInterface
Initializes this target.
initialize(GUI)
- Method in class net.fenyo.gnetwatch.targets.
TargetIPv4
Initializes this target.
initialize(GUI)
- Method in class net.fenyo.gnetwatch.targets.
TargetIPv4Range
Initializes this target.
initialize(GUI)
- Method in class net.fenyo.gnetwatch.targets.
TargetIPv4Subnet
Initializes this target.
initialize(GUI)
- Method in class net.fenyo.gnetwatch.targets.
TargetIPv6
Initializes this target.
initialized
- Variable in class net.fenyo.gnetwatch.GUI.
VisualElement
initLogEngine(Config)
- Static method in class net.fenyo.gnetwatch.
GenericTools
Configure the global logging rules.
initSNMPQueriers(VisualElement)
- Method in class net.fenyo.gnetwatch.GUI.
GUI
interfaceName
- Variable in class net.fenyo.gnetwatch.targets.
TargetInterface
interfaces_created
- Variable in class net.fenyo.gnetwatch.actions.
ActionSNMP
interrupt(Action.InterruptCause)
- Method in class net.fenyo.gnetwatch.actions.
Action
Asks this action to stop rapidely.
interrupt(Action.InterruptCause)
- Method in class net.fenyo.gnetwatch.actions.
ActionFlood
Asks this action to stop rapidely.
interrupt(Action.InterruptCause)
- Method in class net.fenyo.gnetwatch.actions.
ActionGenericProcess
Asks this action to stop rapidely.
interrupt(Action.InterruptCause)
- Method in class net.fenyo.gnetwatch.actions.
ActionGenericSrc
Asks this action to stop rapidely.
interrupt(Action.InterruptCause)
- Method in class net.fenyo.gnetwatch.actions.
ActionHTTP
Asks this action to stop rapidely.
interrupt(Action.InterruptCause)
- Method in class net.fenyo.gnetwatch.actions.
ActionNmap
Asks this action to stop rapidely.
interrupt(Action.InterruptCause)
- Method in class net.fenyo.gnetwatch.actions.
ActionPing
Asks this action to stop rapidely.
interrupt(Action.InterruptCause)
- Method in class net.fenyo.gnetwatch.actions.
ActionSNMP
Asks this action to stop rapidely.
interrupt(Action.InterruptCause)
- Method in class net.fenyo.gnetwatch.activities.
Queue
Stops this queue thread.
interrupt_thread
- Variable in class net.fenyo.gnetwatch.activities.
Background
interrupted
- Variable in class net.fenyo.gnetwatch.actions.
ActionFlood
interrupted
- Variable in class net.fenyo.gnetwatch.actions.
ActionHTTP
interrupted
- Variable in class net.fenyo.gnetwatch.actions.
ActionSNMP
invoke()
- Method in class net.fenyo.gnetwatch.actions.
Action
Asks this action to do its job.
invoke()
- Method in class net.fenyo.gnetwatch.actions.
ActionFlood
Floods the target.
invoke()
- Method in class net.fenyo.gnetwatch.actions.
ActionGenericProcess
Get data from the external process.
invoke()
- Method in class net.fenyo.gnetwatch.actions.
ActionGenericSrc
Get data from the external source.
invoke()
- Method in class net.fenyo.gnetwatch.actions.
ActionHTTP
Loads the server.
invoke()
- Method in class net.fenyo.gnetwatch.actions.
ActionNmap
Computes the signature of the target.
invoke()
- Method in class net.fenyo.gnetwatch.actions.
ActionPing
Computes the RTT to the target.
invoke()
- Method in class net.fenyo.gnetwatch.actions.
ActionSNMP
Gets the interface list to create interfaces and gets snmp counters.
invoked
- Variable in class net.fenyo.gnetwatch.actions.
ActionNmap
ip_querier
- Variable in class net.fenyo.gnetwatch.targets.
TargetIPv4
ip_querier
- Variable in class net.fenyo.gnetwatch.targets.
TargetIPv6
IpAddressEditor
- Class in
net.fenyo.gnetwatch.GUI
This class implements an IPv4 address editor.
IpAddressEditor(Config, Text)
- Constructor for class net.fenyo.gnetwatch.GUI.
IpAddressEditor
Constructor.
IPQuerier
- Class in
net.fenyo.gnetwatch
Instances of this class maintain IP options associated to IP targets.
IPQuerier(InetAddress)
- Constructor for class net.fenyo.gnetwatch.
IPQuerier
Constructor.
IPQuerier()
- Constructor for class net.fenyo.gnetwatch.
IPQuerier
Default constructor.
is_selected
- Variable in class net.fenyo.gnetwatch.GUI.
VisualElement
isDisposed()
- Method in class net.fenyo.gnetwatch.GUI.
VisualElement
Checks that this element is disposed.
isEnd()
- Method in class net.fenyo.gnetwatch.
Config
Checks the application state.
isExhausted()
- Method in class net.fenyo.gnetwatch.activities.
Queue
Checks that the timeout occured.
isManualMode()
- Method in class net.fenyo.gnetwatch.GUI.
BasicComponent
isOK()
- Method in class net.fenyo.gnetwatch.GUI.
DialogGeneric
isReachable()
- Method in class net.fenyo.gnetwatch.data.
EventGenericProcess
isReachable()
- Method in class net.fenyo.gnetwatch.data.
EventGenericSrc
isReachable()
- Method in class net.fenyo.gnetwatch.data.
EventReachable
isSelectionTransient()
- Method in class net.fenyo.gnetwatch.GUI.
GUI
Check that the selection is under the transient node.
isSNMPCapable()
- Method in class net.fenyo.gnetwatch.
SNMPQuerier
Checks that the associated target has already answered a SNMP query.
isThisOurTreeItem(TreeItem)
- Method in class net.fenyo.gnetwatch.GUI.
VisualElement
Checks that a tree item represents this element.
item
- Variable in class net.fenyo.gnetwatch.GUI.
VisualElement
item_add_host
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
item_add_network
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
item_add_ping
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
item_discover_start
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
item_discover_stop
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
item_remove_action
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
item_remove_target
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
J
join()
- Method in class net.fenyo.gnetwatch.GUI.
GUI
Waits for the main thread to terminate.
K
keyPressed(KeyEvent)
- Method in class net.fenyo.gnetwatch.GUI.
BasicComponent
keyPressed(KeyEvent)
- Method in class net.fenyo.gnetwatch.GUI.
IpAddressEditor
Handles a key press event.
keyReleased(KeyEvent)
- Method in class net.fenyo.gnetwatch.GUI.
BasicComponent
keyReleased(KeyEvent)
- Method in class net.fenyo.gnetwatch.GUI.
IpAddressEditor
Handles a key release event.
keyTyped(KeyEvent)
- Method in class net.fenyo.gnetwatch.GUI.
BasicComponent
kill()
- Method in class net.fenyo.gnetwatch.actions.
ExternalCommand
Kills the process.
L
label
- Variable in class net.fenyo.gnetwatch.GUI.
DialogHTTPOptions
label1
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
label2
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
label3
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
label4
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
label5
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
label6
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
label7
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
label_image
- Variable in class net.fenyo.gnetwatch.GUI.
DialogAbout
label_port
- Variable in class net.fenyo.gnetwatch.GUI.
DialogHTTPOptions
last_file_size
- Variable in class net.fenyo.gnetwatch.actions.
ActionGenericSrc
last_fps_100ms
- Variable in class net.fenyo.gnetwatch.GUI.
BasicComponent
last_paint
- Variable in class net.fenyo.gnetwatch.GUI.
BasicComponent
last_paint_100ms
- Variable in class net.fenyo.gnetwatch.GUI.
BasicComponent
last_sysdescr
- Variable in class net.fenyo.gnetwatch.
SNMPQuerier
last_total_bytes_received
- Variable in class net.fenyo.gnetwatch.actions.
ActionSNMP
last_total_bytes_received_time
- Variable in class net.fenyo.gnetwatch.actions.
ActionSNMP
last_total_bytes_sent
- Variable in class net.fenyo.gnetwatch.actions.
ActionSNMP
last_total_bytes_sent_time
- Variable in class net.fenyo.gnetwatch.actions.
ActionSNMP
lastPixelsOffsetValue
- Variable in class net.fenyo.gnetwatch.GUI.
BasicComponent
latter()
- Method in class net.fenyo.gnetwatch.
Pair
Returns the last object.
layout
- Variable in class net.fenyo.gnetwatch.GUI.
DialogAbout
layout
- Variable in class net.fenyo.gnetwatch.GUI.
DialogCredentials
layout
- Variable in class net.fenyo.gnetwatch.GUI.
DialogGeneric
layout
- Variable in class net.fenyo.gnetwatch.GUI.
DialogHTTPOptions
layout
- Variable in class net.fenyo.gnetwatch.GUI.
DialogIPOptions
layout
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
listDevices()
- Static method in class net.fenyo.gnetwatch.activities.
Capture
Lists all available devices.
listeners
- Variable in class net.fenyo.gnetwatch.activities.
CaptureManager
local_gui
- Variable in class net.fenyo.gnetwatch.activities.
DebugQueue
locale
- Variable in class net.fenyo.gnetwatch.
Config
log
- Static variable in class net.fenyo.gnetwatch.actions.
Action
log
- Static variable in class net.fenyo.gnetwatch.actions.
ActionFlood
log
- Static variable in class net.fenyo.gnetwatch.actions.
ActionGenericProcess
log
- Static variable in class net.fenyo.gnetwatch.actions.
ActionGenericSrc
log
- Static variable in class net.fenyo.gnetwatch.actions.
ActionHTTP
log
- Static variable in class net.fenyo.gnetwatch.actions.
ActionNmap
log
- Static variable in class net.fenyo.gnetwatch.actions.
ActionPing
log
- Static variable in class net.fenyo.gnetwatch.actions.
ActionSNMP
log
- Static variable in class net.fenyo.gnetwatch.actions.
ExternalCommand
log
- Static variable in class net.fenyo.gnetwatch.activities.
Background
log
- Static variable in class net.fenyo.gnetwatch.activities.
Capture
log
- Static variable in class net.fenyo.gnetwatch.activities.
CaptureManager
log
- Static variable in class net.fenyo.gnetwatch.activities.
DebugQueue
log
- Static variable in class net.fenyo.gnetwatch.activities.
FloodQueue
log
- Static variable in class net.fenyo.gnetwatch.activities.
GenericProcessQueue
log
- Static variable in class net.fenyo.gnetwatch.activities.
GenericSrcQueue
log
- Static variable in class net.fenyo.gnetwatch.activities.
HTTPQueue
log
- Static variable in class net.fenyo.gnetwatch.activities.
MergeQueue
log
- Static variable in class net.fenyo.gnetwatch.activities.
NmapQueue
log
- Static variable in class net.fenyo.gnetwatch.activities.
PingQueue
log
- Static variable in class net.fenyo.gnetwatch.activities.
Queue
log
- Static variable in class net.fenyo.gnetwatch.activities.
SNMPQueue
log
- Static variable in class net.fenyo.gnetwatch.
CommandLine
log
- Static variable in class net.fenyo.gnetwatch.
Config
log
- Static variable in class net.fenyo.gnetwatch.data.
BytesReceivedView
log
- Static variable in class net.fenyo.gnetwatch.data.
BytesSentView
log
- Static variable in class net.fenyo.gnetwatch.data.
DataView
log
- Static variable in class net.fenyo.gnetwatch.data.
EventBytesExchanged
log
- Static variable in class net.fenyo.gnetwatch.data.
EventBytesReceived
log
- Static variable in class net.fenyo.gnetwatch.data.
EventBytesSent
log
- Static variable in class net.fenyo.gnetwatch.data.
EventFlood
log
- Static variable in class net.fenyo.gnetwatch.data.
EventGeneric
log
- Static variable in class net.fenyo.gnetwatch.data.
EventGenericProcess
log
- Static variable in class net.fenyo.gnetwatch.data.
EventGenericSrc
log
- Static variable in class net.fenyo.gnetwatch.data.
EventHTTP
log
- Static variable in class net.fenyo.gnetwatch.data.
EventHTTPPages
log
- Static variable in class net.fenyo.gnetwatch.data.
EventList
log
- Static variable in class net.fenyo.gnetwatch.data.
EventNmap
log
- Static variable in class net.fenyo.gnetwatch.data.
EventReachable
log
- Static variable in class net.fenyo.gnetwatch.data.
FloodView
log
- Static variable in class net.fenyo.gnetwatch.data.
GeneralInformationsView
log
- Static variable in class net.fenyo.gnetwatch.data.
GenericProcessView
log
- Static variable in class net.fenyo.gnetwatch.data.
GenericSrcView
log
- Static variable in class net.fenyo.gnetwatch.data.
HTTPPagesView
log
- Static variable in class net.fenyo.gnetwatch.data.
HTTPView
log
- Static variable in class net.fenyo.gnetwatch.data.
NmapView
log
- Static variable in class net.fenyo.gnetwatch.data.
ReachableView
log
- Static variable in class net.fenyo.gnetwatch.data.
Views
log
- Static variable in class net.fenyo.gnetwatch.
Documentation
log
- Static variable in class net.fenyo.gnetwatch.
GenericQuerier
log
- Static variable in class net.fenyo.gnetwatch.
GenericTools
log
- Static variable in class net.fenyo.gnetwatch.GUI.
AwtGUI
log
- Static variable in class net.fenyo.gnetwatch.GUI.
BasicComponent
log
- Static variable in class net.fenyo.gnetwatch.GUI.
BytesReceivedComponent
log
- Static variable in class net.fenyo.gnetwatch.GUI.
BytesSentComponent
log
- Static variable in class net.fenyo.gnetwatch.GUI.
ChartComponent
log
- Static variable in class net.fenyo.gnetwatch.GUI.
DialogAbout
log
- Static variable in class net.fenyo.gnetwatch.GUI.
DialogCredentials
log
- Static variable in class net.fenyo.gnetwatch.GUI.
DialogGeneric
log
- Static variable in class net.fenyo.gnetwatch.GUI.
DialogHTTPOptions
log
- Static variable in class net.fenyo.gnetwatch.GUI.
DialogIPOptions
log
- Static variable in class net.fenyo.gnetwatch.GUI.
FloodComponent
log
- Static variable in class net.fenyo.gnetwatch.GUI.
GenericProcessComponent
log
- Static variable in class net.fenyo.gnetwatch.GUI.
GenericSrcComponent
log
- Static variable in class net.fenyo.gnetwatch.GUI.
GUI
log
- Static variable in class net.fenyo.gnetwatch.GUI.
HTTPComponent
log
- Static variable in class net.fenyo.gnetwatch.GUI.
HTTPPagesComponent
log
- Static variable in class net.fenyo.gnetwatch.GUI.
IpAddressEditor
log
- Static variable in class net.fenyo.gnetwatch.GUI.
MapComponent
log
- Static variable in class net.fenyo.gnetwatch.GUI.
VisualElement
log
- Static variable in class net.fenyo.gnetwatch.
IPQuerier
log
- Static variable in class net.fenyo.gnetwatch.
Main
log
- Static variable in class net.fenyo.gnetwatch.
SNMPManager
log
- Static variable in class net.fenyo.gnetwatch.
SNMPQuerier
log
- Static variable in class net.fenyo.gnetwatch.
Synchro
log
- Static variable in class net.fenyo.gnetwatch.targets.
Target
log
- Static variable in class net.fenyo.gnetwatch.targets.
TargetGroup
log
- Static variable in class net.fenyo.gnetwatch.targets.
TargetInterface
log
- Static variable in class net.fenyo.gnetwatch.targets.
TargetIPv4
log
- Static variable in class net.fenyo.gnetwatch.targets.
TargetIPv4Range
log
- Static variable in class net.fenyo.gnetwatch.targets.
TargetIPv4Subnet
log
- Static variable in class net.fenyo.gnetwatch.targets.
TargetIPv6
logArgs()
- Method in class net.fenyo.gnetwatch.actions.
ExternalCommand
Displays command line arguments.
M
main(String[])
- Static method in class net.fenyo.gnetwatch.
CommandLine
General entry point.
main(String[])
- Static method in class net.fenyo.gnetwatch.
Documentation
General entry point.
main
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
Main
- Class in
net.fenyo.gnetwatch
This class is dedicated to maintain main operations.
Main(Config, CaptureManager)
- Constructor for class net.fenyo.gnetwatch.
Main
Constructor.
manager
- Variable in class net.fenyo.gnetwatch.activities.
Capture
manual_delay_per_interval
- Variable in class net.fenyo.gnetwatch.GUI.
BasicComponent
manual_mode
- Variable in class net.fenyo.gnetwatch.GUI.
BasicComponent
manual_now
- Variable in class net.fenyo.gnetwatch.GUI.
BasicComponent
MapComponent
- Class in
net.fenyo.gnetwatch.GUI
This class is intended to display maps.
MapComponent(Target)
- Constructor for class net.fenyo.gnetwatch.GUI.
MapComponent
Constructor.
max_time
- Variable in class net.fenyo.gnetwatch.activities.
Queue
menu_bar
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
menu_file
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
menu_item_add_flood
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
menu_item_add_group
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
menu_item_add_host
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
menu_item_add_host6
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
menu_item_add_http
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
menu_item_add_network
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
menu_item_add_ping
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
menu_item_add_process
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
menu_item_add_range
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
menu_item_add_source
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
menu_item_credentials
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
menu_item_exit
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
menu_item_explore_nmap
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
menu_item_explore_snmp
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
menu_item_file
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
menu_item_generic_options
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
menu_item_http_options
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
menu_item_ip_options
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
menu_item_remove_action
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
menu_item_remove_action_explore
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
menu_item_remove_action_flood
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
menu_item_remove_action_ping
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
menu_item_remove_target
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
menu_item_remove_view
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
menu_item_remove_view_explore
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
menu_item_remove_view_flood
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
menu_item_remove_view_ping
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
merge
- Variable in class net.fenyo.gnetwatch.actions.
ExternalCommand
mergeAll(TreeItem)
- Method in class net.fenyo.gnetwatch.GUI.
GUI
Merges every nodes under a specified root node.
mergeEvents(Class)
- Method in class net.fenyo.gnetwatch.targets.
Target
mergeEvents(Date, Date, Class, long)
- Method in class net.fenyo.gnetwatch.targets.
Target
mergeEventsSimple(Class)
- Method in class net.fenyo.gnetwatch.targets.
Target
MergeQueue
- Class in
net.fenyo.gnetwatch.activities
MergeQueue(String, Config)
- Constructor for class net.fenyo.gnetwatch.activities.
MergeQueue
Constructor.
mouseClicked(MouseEvent)
- Method in class net.fenyo.gnetwatch.GUI.
BasicComponent
mouseDragged(MouseEvent)
- Method in class net.fenyo.gnetwatch.GUI.
BasicComponent
mouseEntered(MouseEvent)
- Method in class net.fenyo.gnetwatch.GUI.
BasicComponent
mouseExited(MouseEvent)
- Method in class net.fenyo.gnetwatch.GUI.
BasicComponent
mouseMoved(MouseEvent)
- Method in class net.fenyo.gnetwatch.GUI.
BasicComponent
mousePressed(MouseEvent)
- Method in class net.fenyo.gnetwatch.GUI.
BasicComponent
mouseReleased(MouseEvent)
- Method in class net.fenyo.gnetwatch.GUI.
BasicComponent
must_end
- Variable in class net.fenyo.gnetwatch.activities.
Capture
myTrustManager
- Variable in class net.fenyo.gnetwatch.
CommandLine.NoCheckTrustManager
N
name
- Variable in class net.fenyo.gnetwatch.activities.
Queue
name
- Variable in class net.fenyo.gnetwatch.targets.
Target
needEnd
- Variable in class net.fenyo.gnetwatch.
Config
net.fenyo.gnetwatch
- package net.fenyo.gnetwatch
main GNetWatch classes
net.fenyo.gnetwatch.actions
- package net.fenyo.gnetwatch.actions
this package defines action classes
net.fenyo.gnetwatch.activities
- package net.fenyo.gnetwatch.activities
this package defines classes used to manage background activities
net.fenyo.gnetwatch.data
- package net.fenyo.gnetwatch.data
this package defines events (data relative to targets) and views (objects that display events)
net.fenyo.gnetwatch.GUI
- package net.fenyo.gnetwatch.GUI
this package defines GUI objects: SWT main GUI with dialogs and AWT Java2D frames
net.fenyo.gnetwatch.targets
- package net.fenyo.gnetwatch.targets
This package defines targets (IP nodes, groups, subnets, ranges, interfaces, etc.)
netmask
- Variable in class net.fenyo.gnetwatch.targets.
TargetIPv4Subnet
network
- Variable in class net.fenyo.gnetwatch.targets.
TargetIPv4Subnet
newBackingElts()
- Method in class net.fenyo.gnetwatch.GUI.
BasicComponent
Creates a backing store.
NmapQueue
- Class in
net.fenyo.gnetwatch.activities
This queue holds Nmap actions.
NmapQueue(String, Config)
- Constructor for class net.fenyo.gnetwatch.activities.
NmapQueue
Constructor.
NmapView
- Class in
net.fenyo.gnetwatch.data
NmapView displays output text produced by Nmap.
NmapView(GUI, Target)
- Constructor for class net.fenyo.gnetwatch.data.
NmapView
Constructor.
NmapView()
- Constructor for class net.fenyo.gnetwatch.data.
NmapView
nparallel
- Variable in class net.fenyo.gnetwatch.GUI.
DialogHTTPOptions
nparallel
- Variable in class net.fenyo.gnetwatch.
IPQuerier
O
ok_clicked
- Variable in class net.fenyo.gnetwatch.GUI.
DialogGeneric
onResponse(ResponseEvent)
- Method in interface net.fenyo.gnetwatch.
SNMPQuerier.QuerierListener
Called for each ansynchronous answer.
onTimeout(ResponseEvent)
- Method in interface net.fenyo.gnetwatch.
SNMPQuerier.QuerierListener
Called after a timeout occured.
open()
- Method in class net.fenyo.gnetwatch.GUI.
DialogAbout
Displays the dialog.
open()
- Method in class net.fenyo.gnetwatch.GUI.
DialogCredentials
Displays the dialog.
open()
- Method in class net.fenyo.gnetwatch.GUI.
DialogGeneric
Displays the dialog.
open()
- Method in class net.fenyo.gnetwatch.GUI.
DialogHTTPOptions
Displays the dialog.
open()
- Method in class net.fenyo.gnetwatch.GUI.
DialogIPOptions
Displays the dialog.
output
- Variable in class net.fenyo.gnetwatch.data.
EventNmap
P
pages_received
- Variable in class net.fenyo.gnetwatch.data.
EventHTTPPages
paint(Graphics)
- Method in class net.fenyo.gnetwatch.GUI.
BasicComponent
Repaints the component using the backing store.
paintAxis()
- Method in class net.fenyo.gnetwatch.GUI.
BasicComponent
Paints axis.
paintChart(long)
- Method in class net.fenyo.gnetwatch.GUI.
BasicComponent
Paints the chart.
paintFPS(int)
- Method in class net.fenyo.gnetwatch.GUI.
BasicComponent
Displays the number of frames per second.
Pair
<
E
,
F
> - Class in
net.fenyo.gnetwatch
This utility class groups objects by pairs.
Pair(E, F)
- Constructor for class net.fenyo.gnetwatch.
Pair
Constructor.
parametersHaveChanged()
- Method in class net.fenyo.gnetwatch.
IPQuerier
Must be called after some setters have been called.
parametersHaveChanged()
- Method in class net.fenyo.gnetwatch.
SNMPQuerier
Must be called after some setters have been called.
parents
- Variable in class net.fenyo.gnetwatch.GUI.
VisualElement
parseConfigFile()
- Method in class net.fenyo.gnetwatch.GUI.
DialogGeneric
parseConfigFile(String)
- Method in class net.fenyo.gnetwatch.GUI.
DialogGeneric
password_auth
- Variable in class net.fenyo.gnetwatch.GUI.
DialogCredentials
password_auth
- Variable in class net.fenyo.gnetwatch.
SNMPQuerier
password_priv
- Variable in class net.fenyo.gnetwatch.GUI.
DialogCredentials
password_priv
- Variable in class net.fenyo.gnetwatch.
SNMPQuerier
pdu_max_size
- Variable in class net.fenyo.gnetwatch.GUI.
DialogCredentials
pdu_max_size
- Variable in class net.fenyo.gnetwatch.GUI.
DialogIPOptions
pdu_max_size
- Variable in class net.fenyo.gnetwatch.
IPQuerier
pdu_max_size
- Variable in class net.fenyo.gnetwatch.
SNMPQuerier
PingQueue
- Class in
net.fenyo.gnetwatch.activities
This queue holds ICMP actions.
PingQueue(String, Config)
- Constructor for class net.fenyo.gnetwatch.activities.
PingQueue
Constructor.
pixels_per_interval
- Variable in class net.fenyo.gnetwatch.GUI.
BasicComponent
pixels_per_vinterval
- Variable in class net.fenyo.gnetwatch.GUI.
BasicComponent
pixelsOffsetChanged()
- Method in class net.fenyo.gnetwatch.GUI.
BasicComponent
port
- Variable in class net.fenyo.gnetwatch.GUI.
DialogCredentials
port
- Variable in class net.fenyo.gnetwatch.
SNMPQuerier
port_dst
- Variable in class net.fenyo.gnetwatch.GUI.
DialogIPOptions
port_dst
- Variable in class net.fenyo.gnetwatch.
IPQuerier
port_src
- Variable in class net.fenyo.gnetwatch.GUI.
DialogIPOptions
port_src
- Variable in class net.fenyo.gnetwatch.
IPQuerier
previous_selection
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
process
- Variable in class net.fenyo.gnetwatch.actions.
ExternalCommand
progress
- Variable in class net.fenyo.gnetwatch.GUI.
VisualElement
progress_bar
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
progress_bar_grid_data
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
properties
- Variable in class net.fenyo.gnetwatch.
Config
proxy_host
- Variable in class net.fenyo.gnetwatch.GUI.
DialogHTTPOptions
proxy_host
- Variable in class net.fenyo.gnetwatch.
IPQuerier
proxy_port
- Variable in class net.fenyo.gnetwatch.GUI.
DialogHTTPOptions
proxy_port
- Variable in class net.fenyo.gnetwatch.
IPQuerier
Q
Queue
- Class in
net.fenyo.gnetwatch.activities
Queue is the base class for any queue.
Queue(String, Config)
- Constructor for class net.fenyo.gnetwatch.activities.
Queue
Constructor.
queues
- Variable in class net.fenyo.gnetwatch.activities.
Background
R
reachable
- Variable in class net.fenyo.gnetwatch.data.
EventGenericProcess
reachable
- Variable in class net.fenyo.gnetwatch.data.
EventGenericSrc
reachable
- Variable in class net.fenyo.gnetwatch.data.
EventReachable
ReachableView
- Class in
net.fenyo.gnetwatch.data
This view displays RTT to an IP target.
ReachableView(GUI, Target)
- Constructor for class net.fenyo.gnetwatch.data.
ReachableView
Constructor.
ReachableView()
- Constructor for class net.fenyo.gnetwatch.data.
ReachableView
reader
- Variable in class net.fenyo.gnetwatch.actions.
ExternalCommand
reader
- Variable in class net.fenyo.gnetwatch.activities.
Capture
readLine(Reader)
- Method in class net.fenyo.gnetwatch.actions.
ExternalCommand
Reads a line from the process output.
readLineStderr()
- Method in class net.fenyo.gnetwatch.actions.
ExternalCommand
Reads one line of the stderr.
readLineStdout()
- Method in class net.fenyo.gnetwatch.actions.
ExternalCommand
Reads one line of the stdout.
readStderr()
- Method in class net.fenyo.gnetwatch.actions.
ExternalCommand
Reads stderr.
readStdout()
- Method in class net.fenyo.gnetwatch.actions.
ExternalCommand
Reads stdout.
readStdoutStderr()
- Method in class net.fenyo.gnetwatch.actions.
ExternalCommand
Merges stdout and stderr.
reconnect
- Variable in class net.fenyo.gnetwatch.
IPQuerier
refreshDataViews(Target, Class)
- Method in class net.fenyo.gnetwatch.data.
Views
Each time a target gets a new event type, this method creates the associated view.
registerComponent(BasicComponent, Class)
- Method in class net.fenyo.gnetwatch.targets.
Target
Informs this target that this component is interested in this type of events.
registered_components
- Variable in class net.fenyo.gnetwatch.targets.
Target
registerListener(String, CaptureManager.HandlePacket)
- Method in class net.fenyo.gnetwatch.activities.
CaptureManager
Register a frame listener.
removeAction(Action)
- Method in class net.fenyo.gnetwatch.activities.
Queue
Removes an action from this queue.
removeActionOrView(TreeItem, Class)
- Method in class net.fenyo.gnetwatch.GUI.
GUI
Detaches action or view nodes under a specified root node.
removeActionQueue(Action)
- Method in class net.fenyo.gnetwatch.activities.
Background
Removes an action from a running queue.
removeActions(TreeItem)
- Method in class net.fenyo.gnetwatch.GUI.
GUI
Detaches action nodes under a specified root node.
removeActionsExplore(TreeItem)
- Method in class net.fenyo.gnetwatch.GUI.
GUI
Detaches "SNMP explore" actions under a specified root node.
removeActionsFlood(TreeItem)
- Method in class net.fenyo.gnetwatch.GUI.
GUI
Detaches flood actions under a specified root node.
removeActionsPing(TreeItem)
- Method in class net.fenyo.gnetwatch.GUI.
GUI
Detaches ping actions under a specified root node.
removeOldEvents()
- Method in class net.fenyo.gnetwatch.GUI.
BasicComponent
Removes events that can not be displayed.
removeViews(TreeItem)
- Method in class net.fenyo.gnetwatch.GUI.
GUI
Detaches every views under a specified root node.
removeViewsExplore(TreeItem)
- Method in class net.fenyo.gnetwatch.GUI.
GUI
Detaches "SNMP explore" views under a specified root node.
removeViewsFlood(TreeItem)
- Method in class net.fenyo.gnetwatch.GUI.
GUI
Detaches flood views under a specified root node.
removeViewsPing(TreeItem)
- Method in class net.fenyo.gnetwatch.GUI.
GUI
Detaches ping views under a specified root node.
removeVisualElements(VisualElement)
- Method in class net.fenyo.gnetwatch.activities.
Queue
Detaches this queue from the selected parent.
removeVisualElements(TreeItem)
- Method in class net.fenyo.gnetwatch.GUI.
GUI
Detaches every nodes under a specified root node.
removeVisualElements(VisualElement)
- Method in class net.fenyo.gnetwatch.GUI.
VisualElement
Detaches this element from one of its parents and removes children that have become orphan.
removeVisualElements(VisualElement, boolean)
- Method in class net.fenyo.gnetwatch.GUI.
VisualElement
Detaches this element from one of its parents and removes children that have become orphan.
repaint_thread
- Variable in class net.fenyo.gnetwatch.GUI.
AwtGUI
retries
- Variable in class net.fenyo.gnetwatch.GUI.
DialogCredentials
retries
- Variable in class net.fenyo.gnetwatch.
SNMPQuerier
run()
- Method in class net.fenyo.gnetwatch.activities.
Background
Interrupts long actions.
run()
- Method in class net.fenyo.gnetwatch.activities.
Capture
Reads tethereal standard output and extracts frames one by one.
run()
- Method in class net.fenyo.gnetwatch.activities.
Queue
Loops among the actions currently in this queue.
run()
- Method in class net.fenyo.gnetwatch.GUI.
AwtGUI
Refreshes the frames regularly.
run()
- Method in class net.fenyo.gnetwatch.GUI.
GUI
GUI thread.
runStdout()
- Method in class net.fenyo.gnetwatch.actions.
ExternalCommand
Reads the whole standard output.
runStdoutStderr()
- Method in class net.fenyo.gnetwatch.actions.
ExternalCommand
Reads the whole output.
S
sb
- Variable in class net.fenyo.gnetwatch.actions.
ExternalCommand
sec
- Variable in class net.fenyo.gnetwatch.GUI.
DialogCredentials
sec
- Variable in class net.fenyo.gnetwatch.
SNMPQuerier
selected()
- Method in class net.fenyo.gnetwatch.GUI.
VisualElement
Called when this element has been selected.
serialVersionUID
- Static variable in exception net.fenyo.gnetwatch.
AlgorithmException
serialVersionUID
- Static variable in exception net.fenyo.gnetwatch.
GeneralException
serialVersionUID
- Static variable in class net.fenyo.gnetwatch.GUI.
IpAddressEditor
sessionFactory
- Variable in class net.fenyo.gnetwatch.
Synchro
setAddress(InetAddress)
- Method in class net.fenyo.gnetwatch.
IPQuerier
setAddress(InetAddress)
- Method in class net.fenyo.gnetwatch.
SNMPQuerier
setAddress(Inet4Address)
- Method in class net.fenyo.gnetwatch.targets.
TargetIPv4
setAddress(Inet6Address)
- Method in class net.fenyo.gnetwatch.targets.
TargetIPv6
setBackground(Background)
- Method in class net.fenyo.gnetwatch.actions.
Action
Sets the background manager.
setBegin(Inet4Address)
- Method in class net.fenyo.gnetwatch.targets.
TargetIPv4Range
setBytesExchanged(long)
- Method in class net.fenyo.gnetwatch.data.
EventBytesExchanged
setBytesReceived(long)
- Method in class net.fenyo.gnetwatch.data.
EventHTTP
setBytesSent(long)
- Method in class net.fenyo.gnetwatch.data.
EventFlood
setChildren(List<VisualElement>)
- Method in class net.fenyo.gnetwatch.GUI.
VisualElement
setCommandLine(String)
- Method in class net.fenyo.gnetwatch.
GenericQuerier
setCommandLine(String)
- Method in class net.fenyo.gnetwatch.GUI.
DialogGeneric
setCommunity(String)
- Method in class net.fenyo.gnetwatch.GUI.
DialogCredentials
Sets the community string.
setCommunity(String)
- Method in class net.fenyo.gnetwatch.
SNMPQuerier
Sets the community string attribute.
setDate(Date)
- Method in class net.fenyo.gnetwatch.data.
EventGeneric
setDebugLevel(int)
- Method in class net.fenyo.gnetwatch.
Config
setDelay(int)
- Method in class net.fenyo.gnetwatch.data.
EventGenericProcess
setDelay(int)
- Method in class net.fenyo.gnetwatch.data.
EventGenericSrc
setDelay(int)
- Method in class net.fenyo.gnetwatch.data.
EventReachable
setDescription(String)
- Method in class net.fenyo.gnetwatch.GUI.
VisualElement
Sets the description.
setEnableGroupTargetGroup(boolean)
- Method in class net.fenyo.gnetwatch.GUI.
GUI
Enable/disable "add group" in the GUI.
setEnableGroupTargetHost(boolean)
- Method in class net.fenyo.gnetwatch.GUI.
GUI
Enable/disable "add host" in the GUI.
setEnableGroupTargetRange(boolean)
- Method in class net.fenyo.gnetwatch.GUI.
GUI
Enable/disable "add range" in the GUI.
setEnableGroupTargetSubnet(boolean)
- Method in class net.fenyo.gnetwatch.GUI.
GUI
Enable/disable "add subnet" in the GUI.
setEnableMenuAndTool(boolean)
- Method in class net.fenyo.gnetwatch.GUI.
GUI
setEnableMenuItemOptions(boolean)
- Method in class net.fenyo.gnetwatch.GUI.
GUI
setEnd()
- Method in class net.fenyo.gnetwatch.
Config
Declare that the application will exit soon.
setEnd(Inet4Address)
- Method in class net.fenyo.gnetwatch.targets.
TargetIPv4Range
setEventList(EventList)
- Method in class net.fenyo.gnetwatch.data.
EventGeneric
setEventLists(Map<String, EventList>)
- Method in class net.fenyo.gnetwatch.targets.
Target
setEvents(List<EventGeneric>)
- Method in class net.fenyo.gnetwatch.GUI.
BasicComponent
Sets the list of events to display.
setFileName(String)
- Method in class net.fenyo.gnetwatch.
GenericQuerier
setFilename(String)
- Method in class net.fenyo.gnetwatch.GUI.
DialogGeneric
setGenericQuerier(GenericQuerier)
- Method in class net.fenyo.gnetwatch.targets.
TargetGroup
setGroupName(String)
- Method in class net.fenyo.gnetwatch.targets.
TargetGroup
setGUI(GUI)
- Method in class net.fenyo.gnetwatch.activities.
CaptureManager
Defines the GUI instance.
setGUI(GUI)
- Method in class net.fenyo.gnetwatch.GUI.
VisualElement
setGUI(GUI)
- Method in class net.fenyo.gnetwatch.
Main
Defines the GUI instance.
setId(Long)
- Method in class net.fenyo.gnetwatch.data.
EventGeneric
setId(Long)
- Method in class net.fenyo.gnetwatch.data.
EventList
setId(Long)
- Method in class net.fenyo.gnetwatch.
GenericQuerier
setId(Long)
- Method in class net.fenyo.gnetwatch.GUI.
VisualElement
setId(Long)
- Method in class net.fenyo.gnetwatch.
IPQuerier
setId(Long)
- Method in class net.fenyo.gnetwatch.
SNMPQuerier
setImage(Image)
- Method in class net.fenyo.gnetwatch.GUI.
VisualElement
Sets the icon.
setImageExec()
- Method in class net.fenyo.gnetwatch.GUI.
VisualElement
Sets the "exec" icon to this element.
setImageFolder()
- Method in class net.fenyo.gnetwatch.GUI.
VisualElement
Sets the "folder" icon to this element.
setImageHost()
- Method in class net.fenyo.gnetwatch.GUI.
VisualElement
Sets the "IPv4 host" icon to this element.
setImageHost6()
- Method in class net.fenyo.gnetwatch.GUI.
VisualElement
Sets the "IPv6 host" icon to this element.
setImageHost6SNMP()
- Method in class net.fenyo.gnetwatch.GUI.
VisualElement
Sets the "snmp ipv6 host" icon to this element.
setImageHostSNMP()
- Method in class net.fenyo.gnetwatch.GUI.
VisualElement
Sets the "snmp ipv4 host" icon to this element.
setImageInterface()
- Method in class net.fenyo.gnetwatch.GUI.
VisualElement
Sets the "inteface" icon to this element.
setImageMultiRow()
- Method in class net.fenyo.gnetwatch.GUI.
VisualElement
Sets the "multirow" icon to this element.
setImageNetwork()
- Method in class net.fenyo.gnetwatch.GUI.
VisualElement
Sets the "network" icon to this element.
setImageOscillo()
- Method in class net.fenyo.gnetwatch.GUI.
VisualElement
Sets the "oscilloscope" icon to this element.
setImageQueue()
- Method in class net.fenyo.gnetwatch.GUI.
VisualElement
Sets the "queue" icon to this element.
setImageWatch()
- Method in class net.fenyo.gnetwatch.GUI.
VisualElement
Sets the "watch" icon to this element.
setInterfaceName(String)
- Method in class net.fenyo.gnetwatch.targets.
TargetInterface
setIntValue(int)
- Method in class net.fenyo.gnetwatch.data.
EventBytesExchanged
setIntValue(int)
- Method in class net.fenyo.gnetwatch.data.
EventFlood
setIntValue(int)
- Method in class net.fenyo.gnetwatch.data.
EventGeneric
setIntValue(int)
- Method in class net.fenyo.gnetwatch.data.
EventGenericProcess
setIntValue(int)
- Method in class net.fenyo.gnetwatch.data.
EventGenericSrc
setIntValue(int)
- Method in class net.fenyo.gnetwatch.data.
EventHTTP
setIntValue(int)
- Method in class net.fenyo.gnetwatch.data.
EventHTTPPages
setIntValue(int)
- Method in class net.fenyo.gnetwatch.data.
EventReachable
setIPQuerier(IPQuerier)
- Method in class net.fenyo.gnetwatch.targets.
TargetIPv4
setIPQuerier(IPQuerier)
- Method in class net.fenyo.gnetwatch.targets.
TargetIPv6
setItem(String)
- Method in class net.fenyo.gnetwatch.GUI.
VisualElement
Sets the item name (displayed text).
setLastSysdescr(String)
- Method in class net.fenyo.gnetwatch.
SNMPQuerier
setMargin()
- Method in class net.fenyo.gnetwatch.GUI.
BasicComponent
Computes new margins.
setName(String)
- Method in class net.fenyo.gnetwatch.targets.
Target
setNetmask(Inet4Address)
- Method in class net.fenyo.gnetwatch.targets.
TargetIPv4Subnet
setNetwork(Inet4Address)
- Method in class net.fenyo.gnetwatch.targets.
TargetIPv4Subnet
setNParallel(int)
- Method in class net.fenyo.gnetwatch.GUI.
DialogHTTPOptions
Sets the number of concurrent HTTP transactions.
setNParallel(int)
- Method in class net.fenyo.gnetwatch.
IPQuerier
Sets the number of simultaneous sessions.
setOutput(String)
- Method in class net.fenyo.gnetwatch.data.
EventNmap
setPagesReceived(long)
- Method in class net.fenyo.gnetwatch.data.
EventHTTPPages
setParent(GUI, Tree)
- Method in class net.fenyo.gnetwatch.GUI.
VisualElement
Attaches this element to the root of a tree.
setParent(GUI, VisualElement)
- Method in class net.fenyo.gnetwatch.GUI.
VisualElement
Attaches this item under another element.
setPasswordAuth(String)
- Method in class net.fenyo.gnetwatch.GUI.
DialogCredentials
Sets the password authentication.
setPasswordAuth(String)
- Method in class net.fenyo.gnetwatch.
SNMPQuerier
Sets the password authentication attribute.
setPasswordPriv(String)
- Method in class net.fenyo.gnetwatch.GUI.
DialogCredentials
Sets the password privacy.
setPasswordPriv(String)
- Method in class net.fenyo.gnetwatch.
SNMPQuerier
Sets the password privacy attribute.
setPDUMaxSize(int)
- Method in class net.fenyo.gnetwatch.GUI.
DialogCredentials
Sets the PDU maximum size.
setPDUMaxSize(int)
- Method in class net.fenyo.gnetwatch.GUI.
DialogIPOptions
Sets the PDU maximum size.
setPDUMaxSize(int)
- Method in class net.fenyo.gnetwatch.
IPQuerier
Set the PDU maximum size attribute.
setPDUMaxSize(int)
- Method in class net.fenyo.gnetwatch.
SNMPQuerier
Sets the PDU maximum size attribute.
setPort(int)
- Method in class net.fenyo.gnetwatch.GUI.
DialogCredentials
Sets the SNMP agent UDP port.
setPort(int)
- Method in class net.fenyo.gnetwatch.
SNMPQuerier
Sets the agent UDP port attribute.
setPortDst(int)
- Method in class net.fenyo.gnetwatch.GUI.
DialogIPOptions
Sets the destination port.
setPortDst(int)
- Method in class net.fenyo.gnetwatch.
IPQuerier
Set the destination port attribute.
setPortSrc(int)
- Method in class net.fenyo.gnetwatch.GUI.
DialogIPOptions
Sets the source port.
setPortSrc(int)
- Method in class net.fenyo.gnetwatch.
IPQuerier
Set the source port attribute.
setProgress(int)
- Method in class net.fenyo.gnetwatch.GUI.
GUI
Sets the progress bar position.
setProgress(int)
- Method in class net.fenyo.gnetwatch.GUI.
VisualElement
Sets the progress bar position.
setProxyHost(String)
- Method in class net.fenyo.gnetwatch.GUI.
DialogHTTPOptions
Sets the proxy host name.
setProxyHost(String)
- Method in class net.fenyo.gnetwatch.
IPQuerier
Sets the proxy host name.
setProxyPort(int)
- Method in class net.fenyo.gnetwatch.GUI.
DialogHTTPOptions
Sets the proxy TCP port.
setProxyPort(int)
- Method in class net.fenyo.gnetwatch.
IPQuerier
Sets the TCP proxy port.
setReachable(boolean)
- Method in class net.fenyo.gnetwatch.data.
EventGenericProcess
setReachable(boolean)
- Method in class net.fenyo.gnetwatch.data.
EventGenericSrc
setReachable(boolean)
- Method in class net.fenyo.gnetwatch.data.
EventReachable
setReconnect(boolean)
- Method in class net.fenyo.gnetwatch.
IPQuerier
Sets it to true if we must make a new connection for each GET.
setRetries(int)
- Method in class net.fenyo.gnetwatch.GUI.
DialogCredentials
Sets the number of SNMP retries.
setRetries(int)
- Method in class net.fenyo.gnetwatch.
SNMPQuerier
Sets the retries attribute.
setSec(int)
- Method in class net.fenyo.gnetwatch.GUI.
DialogCredentials
Sets the security level.
setSec(int)
- Method in class net.fenyo.gnetwatch.
SNMPQuerier
Sets the security attribute.
setSNMP(SNMPManager)
- Method in class net.fenyo.gnetwatch.
SNMPQuerier
setSNMPCapable(boolean)
- Method in class net.fenyo.gnetwatch.
SNMPQuerier
setSNMPManager(SNMPManager)
- Method in class net.fenyo.gnetwatch.
SNMPQuerier
setSNMPQuerier(SNMPQuerier)
- Method in class net.fenyo.gnetwatch.targets.
TargetIPv4
setSNMPQuerier(SNMPQuerier)
- Method in class net.fenyo.gnetwatch.targets.
TargetIPv6
setSNMPTarget(Target)
- Method in class net.fenyo.gnetwatch.
SNMPQuerier
setStatus(String)
- Method in class net.fenyo.gnetwatch.GUI.
GUI
Resets the status string.
setTarget(Target)
- Method in class net.fenyo.gnetwatch.actions.
Action
Sets the target.
setTarget(Target)
- Method in class net.fenyo.gnetwatch.data.
DataView
setTimeout(int)
- Method in class net.fenyo.gnetwatch.GUI.
DialogCredentials
Sets the SNMP timeout per try.
setTimeout(int)
- Method in class net.fenyo.gnetwatch.
SNMPQuerier
Sets the timeout attribute.
setTitle(String)
- Method in class net.fenyo.gnetwatch.
GenericQuerier
setTitle(String)
- Method in class net.fenyo.gnetwatch.GUI.
DialogGeneric
setTOS(int)
- Method in class net.fenyo.gnetwatch.GUI.
DialogIPOptions
Sets the type of service.
setTos(int)
- Method in class net.fenyo.gnetwatch.
IPQuerier
Set the TOS attribute.
setType(String)
- Method in class net.fenyo.gnetwatch.GUI.
VisualElement
Sets the displayed type.
setUnit(String)
- Method in class net.fenyo.gnetwatch.
GenericQuerier
setUnit(String)
- Method in class net.fenyo.gnetwatch.GUI.
DialogGeneric
setURL(String)
- Method in class net.fenyo.gnetwatch.GUI.
DialogHTTPOptions
Sets the destination URL.
setURL(String)
- Method in class net.fenyo.gnetwatch.
IPQuerier
Sets the URL to connect to.
setUseProxy(boolean)
- Method in class net.fenyo.gnetwatch.GUI.
DialogHTTPOptions
Sets it to true to use a proxy.
setUseProxy(boolean)
- Method in class net.fenyo.gnetwatch.
IPQuerier
Sets it to true if we must use the proxy.
setUsername(String)
- Method in class net.fenyo.gnetwatch.GUI.
DialogCredentials
Sets the username.
setUsername(String)
- Method in class net.fenyo.gnetwatch.
SNMPQuerier
Sets the username attribute.
setVersion(int)
- Method in class net.fenyo.gnetwatch.GUI.
DialogCredentials
Sets the SNMP version.
setVersion(int)
- Method in class net.fenyo.gnetwatch.
SNMPQuerier
Sets the version attribute.
setWorkdir(String)
- Method in class net.fenyo.gnetwatch.GUI.
DialogGeneric
setWorkingDirectory(String)
- Method in class net.fenyo.gnetwatch.
GenericQuerier
shell
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
showGUI()
- Method in class net.fenyo.gnetwatch.GUI.
GUI
Moves the application to the top of the drawing order.
size()
- Method in class net.fenyo.gnetwatch.activities.
Queue
Returns the size of the queue.
snmp
- Variable in class net.fenyo.gnetwatch.
SNMPManager
snmp_capable
- Variable in class net.fenyo.gnetwatch.
SNMPQuerier
snmp_manager
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
snmp_manager
- Variable in class net.fenyo.gnetwatch.
SNMPQuerier
snmp_querier
- Variable in class net.fenyo.gnetwatch.targets.
TargetIPv4
snmp_querier
- Variable in class net.fenyo.gnetwatch.targets.
TargetIPv6
snmp_target
- Variable in class net.fenyo.gnetwatch.
SNMPQuerier
SNMPManager
- Class in
net.fenyo.gnetwatch
This class maintains general structures to deal with SNMP: transport, security model, ...
SNMPManager()
- Constructor for class net.fenyo.gnetwatch.
SNMPManager
Constructor.
SNMPQuerier
- Class in
net.fenyo.gnetwatch
An SNMP querier maintains SNMP parameters needed for the manager to talk to an agent.
SNMPQuerier(InetAddress, SNMPManager)
- Constructor for class net.fenyo.gnetwatch.
SNMPQuerier
Constructor.
SNMPQuerier()
- Constructor for class net.fenyo.gnetwatch.
SNMPQuerier
Default constructor.
SNMPQuerier.QuerierListener
- Interface in
net.fenyo.gnetwatch
Interface used to manage asynchronous SNMP answers.
SNMPQueue
- Class in
net.fenyo.gnetwatch.activities
SNMPQueue holds asynchronous SNMP queries.
SNMPQueue(String, Config)
- Constructor for class net.fenyo.gnetwatch.activities.
SNMPQueue
Constructor.
startCapture(String)
- Method in class net.fenyo.gnetwatch.activities.
CaptureManager
Creates captures instances for each available interface.
startDiscover()
- Method in class net.fenyo.gnetwatch.
Main
Ask to spawn tethereal instances and add targets for new discovered IP targets.
status
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
status_grid_data
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
std_margin
- Static variable in class net.fenyo.gnetwatch.GUI.
BasicComponent
std_separator
- Static variable in class net.fenyo.gnetwatch.GUI.
BasicComponent
stopCapture()
- Method in class net.fenyo.gnetwatch.activities.
CaptureManager
Stops every capture instances.
stopDiscover()
- Method in class net.fenyo.gnetwatch.
Main
Ask to kill tethereal instances if this is the last listener.
stringToInet4Address(String)
- Static method in class net.fenyo.gnetwatch.
GenericTools
Converts a string to an Inet4Address.
stringToInet6Address(String)
- Static method in class net.fenyo.gnetwatch.
GenericTools
Converts a string to an Inet6Address.
substractGraph(List<Pair<VisualElement, VisualElement>>, List<Pair<VisualElement, VisualElement>>)
- Static method in class net.fenyo.gnetwatch.
GenericTools
Removes the part of a graph that is covered by another graph.
sync_tree
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
sync_update
- Static variable in class net.fenyo.gnetwatch.GUI.
BasicComponent
sync_value_per_vinterval
- Variable in class net.fenyo.gnetwatch.GUI.
BasicComponent
synchro
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
Synchro
- Class in
net.fenyo.gnetwatch
This class maintains object-relational mappings.
Synchro(Config)
- Constructor for class net.fenyo.gnetwatch.
Synchro
Constructor.
T
tab_folder
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
tab_item
- Variable in class net.fenyo.gnetwatch.data.
DataView
tab_item1
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
tab_item2
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
target
- Variable in class net.fenyo.gnetwatch.actions.
Action
target
- Variable in class net.fenyo.gnetwatch.data.
DataView
target
- Variable in class net.fenyo.gnetwatch.GUI.
BasicComponent
Target
- Class in
net.fenyo.gnetwatch.targets
Target is the base class for every types of targets.
Target(String)
- Constructor for class net.fenyo.gnetwatch.targets.
Target
Constructor.
Target()
- Constructor for class net.fenyo.gnetwatch.targets.
Target
Default constructor.
target_group_push
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
target_group_value
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
target_host6_push
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
target_host6_value
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
target_host_push
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
target_host_value
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
target_map
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
target_range_begin
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
target_range_end
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
target_range_push
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
target_subnet_address
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
target_subnet_mask
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
target_subnet_push
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
TargetGroup
- Class in
net.fenyo.gnetwatch.targets
TargetGroup implements a target that can contain other targets.
TargetGroup(String, String)
- Constructor for class net.fenyo.gnetwatch.targets.
TargetGroup
Constructor.
TargetGroup()
- Constructor for class net.fenyo.gnetwatch.targets.
TargetGroup
Default constructor.
TargetInterface
- Class in
net.fenyo.gnetwatch.targets
TargetInterface implements an interface of an IP target.
TargetInterface(String, String)
- Constructor for class net.fenyo.gnetwatch.targets.
TargetInterface
Constructor.
TargetInterface()
- Constructor for class net.fenyo.gnetwatch.targets.
TargetInterface
Default constructor.
TargetIPv4
- Class in
net.fenyo.gnetwatch.targets
TargetIPv4 implements an IPv4 capable target.
TargetIPv4()
- Constructor for class net.fenyo.gnetwatch.targets.
TargetIPv4
TargetIPv4(String, Inet4Address, SNMPManager)
- Constructor for class net.fenyo.gnetwatch.targets.
TargetIPv4
Constructor.
TargetIPv4Range
- Class in
net.fenyo.gnetwatch.targets
TargetIPv4Range implements a range defined by two IPv4 adresses.
TargetIPv4Range(String, Inet4Address, Inet4Address)
- Constructor for class net.fenyo.gnetwatch.targets.
TargetIPv4Range
Constructor.
TargetIPv4Range()
- Constructor for class net.fenyo.gnetwatch.targets.
TargetIPv4Range
TargetIPv4Subnet
- Class in
net.fenyo.gnetwatch.targets
TargetIPv4Subnet implements an IPv4 subnet defined by a subnet address and a subnet mask.
TargetIPv4Subnet(String, Inet4Address, Inet4Address)
- Constructor for class net.fenyo.gnetwatch.targets.
TargetIPv4Subnet
Constructor.
TargetIPv4Subnet()
- Constructor for class net.fenyo.gnetwatch.targets.
TargetIPv4Subnet
TargetIPv6
- Class in
net.fenyo.gnetwatch.targets
TargetIPv4 implements an IPv6 capable target.
TargetIPv6(String, Inet6Address, SNMPManager)
- Constructor for class net.fenyo.gnetwatch.targets.
TargetIPv6
Constructor.
TargetIPv6()
- Constructor for class net.fenyo.gnetwatch.targets.
TargetIPv6
targets
- Variable in class net.fenyo.gnetwatch.actions.
ActionSNMP
text
- Variable in class net.fenyo.gnetwatch.GUI.
IpAddressEditor
text_console
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
text_console_content
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
text_console_do_not_go_on_top
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
thread
- Variable in class net.fenyo.gnetwatch.activities.
Queue
thread
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
timeout
- Variable in class net.fenyo.gnetwatch.GUI.
DialogCredentials
timeout
- Variable in class net.fenyo.gnetwatch.
SNMPQuerier
title
- Variable in class net.fenyo.gnetwatch.
GenericQuerier
title
- Variable in class net.fenyo.gnetwatch.GUI.
DialogGeneric
toolbar
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
toolbar_grid_data
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
tos
- Variable in class net.fenyo.gnetwatch.GUI.
DialogIPOptions
tos
- Variable in class net.fenyo.gnetwatch.
IPQuerier
tree
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
tree_column1
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
tree_column2
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
tree_column3
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
treeItems
- Variable in class net.fenyo.gnetwatch.GUI.
VisualElement
type
- Variable in class net.fenyo.gnetwatch.GUI.
VisualElement
U
unit
- Variable in class net.fenyo.gnetwatch.
GenericQuerier
unit
- Variable in class net.fenyo.gnetwatch.GUI.
DialogGeneric
unRegisterAllListeners()
- Method in class net.fenyo.gnetwatch.activities.
CaptureManager
Removes every listeners.
unregisterComponent(BasicComponent, Class)
- Method in class net.fenyo.gnetwatch.targets.
Target
Unregister a component.
unRegisterListener(String, CaptureManager.HandlePacket)
- Method in class net.fenyo.gnetwatch.activities.
CaptureManager
Removes a frame listener.
unselected()
- Method in class net.fenyo.gnetwatch.GUI.
VisualElement
Called when this element has been unselected.
unsetParent(VisualElement)
- Method in class net.fenyo.gnetwatch.GUI.
VisualElement
Detaches this element from one of its parents.
unsignedByteToShort(byte)
- Static method in class net.fenyo.gnetwatch.
GenericTools
Converts a unsigned byte (encoded into a java signed byte) to a positive signed short.
update()
- Method in class net.fenyo.gnetwatch.
IPQuerier
Must be called after some setters have been called.
update()
- Method in class net.fenyo.gnetwatch.
SNMPQuerier
Must be called after some setters have been called.
updateBrowserContent()
- Method in class net.fenyo.gnetwatch.data.
DataView
Computes a new version of the report.
updateBrowserContent()
- Method in class net.fenyo.gnetwatch.data.
NmapView
Computes a new version of the report.
updateEnableState()
- Method in class net.fenyo.gnetwatch.GUI.
GUI
updateFPS()
- Method in class net.fenyo.gnetwatch.GUI.
BasicComponent
Computes the "frames per second" indicator.
updateImage()
- Method in class net.fenyo.gnetwatch.GUI.
VisualElement
Updates the displayed icon of this element.
updateText()
- Method in class net.fenyo.gnetwatch.GUI.
VisualElement
Updates the displayed text (item name) of this element.
updateValues(EventGeneric)
- Method in class net.fenyo.gnetwatch.GUI.
BasicComponent
Takes a new event into account.
updateValues()
- Method in class net.fenyo.gnetwatch.GUI.
BasicComponent
Fetches events that can be displayed.
updateValues()
- Method in class net.fenyo.gnetwatch.GUI.
MapComponent
Fetches events that can be displayed.
updateVerticalScale()
- Method in class net.fenyo.gnetwatch.GUI.
BasicComponent
Updates the vertical scale.
URL
- Variable in class net.fenyo.gnetwatch.GUI.
DialogHTTPOptions
URL
- Variable in class net.fenyo.gnetwatch.
IPQuerier
use_proxy
- Variable in class net.fenyo.gnetwatch.GUI.
DialogHTTPOptions
use_proxy
- Variable in class net.fenyo.gnetwatch.
IPQuerier
user_defined
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
username
- Variable in class net.fenyo.gnetwatch.GUI.
DialogCredentials
username
- Variable in class net.fenyo.gnetwatch.
SNMPQuerier
V
value_per_vinterval
- Variable in class net.fenyo.gnetwatch.GUI.
BasicComponent
valueOf(String)
- Static method in enum net.fenyo.gnetwatch.actions.
Action.InterruptCause
Returns the enum constant of this type with the specified name.
values()
- Static method in enum net.fenyo.gnetwatch.actions.
Action.InterruptCause
Returns an array containing the constants of this enum type, in the order they're declared.
version
- Variable in class net.fenyo.gnetwatch.GUI.
DialogCredentials
version
- Variable in class net.fenyo.gnetwatch.
SNMPQuerier
vertical_sash
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
vertical_sash_grid_data
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
Views
- Class in
net.fenyo.gnetwatch.data
This class creates and manages views, depending on the events that are created.
Views(GUI)
- Constructor for class net.fenyo.gnetwatch.data.
Views
Constructor.
views
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
visual_queues
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
visual_root
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
visual_thishost
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
visual_transient
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
visual_transient_all
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
visual_transient_networks
- Variable in class net.fenyo.gnetwatch.GUI.
GUI
VisualElement
- Class in
net.fenyo.gnetwatch.GUI
Class derivated from VisualElement can be displayed in the main tree of the GNetWatch GUI.
VisualElement()
- Constructor for class net.fenyo.gnetwatch.GUI.
VisualElement
Constructor.
W
waitForCreation()
- Method in class net.fenyo.gnetwatch.GUI.
GUI
Wait for the creation of the GUI objects.
wakeupActions(VisualElement)
- Method in class net.fenyo.gnetwatch.GUI.
GUI
windowActivated(WindowEvent)
- Method in class net.fenyo.gnetwatch.GUI.
BasicComponent
Called whenthe window is activated.
windowClosed(WindowEvent)
- Method in class net.fenyo.gnetwatch.GUI.
BasicComponent
Called whenthe window is closed.
windowClosing(WindowEvent)
- Method in class net.fenyo.gnetwatch.GUI.
BasicComponent
Called when the window is closing.
windowClosing(WindowEvent)
- Method in class net.fenyo.gnetwatch.GUI.
BytesReceivedComponent
Called when the window is closing.
windowClosing(WindowEvent)
- Method in class net.fenyo.gnetwatch.GUI.
BytesSentComponent
Called when the window is closing.
windowClosing(WindowEvent)
- Method in class net.fenyo.gnetwatch.GUI.
ChartComponent
Called when the window is closing.
windowClosing(WindowEvent)
- Method in class net.fenyo.gnetwatch.GUI.
FloodComponent
Called when the window is closing.
windowClosing(WindowEvent)
- Method in class net.fenyo.gnetwatch.GUI.
GenericProcessComponent
Called when the window is closing.
windowClosing(WindowEvent)
- Method in class net.fenyo.gnetwatch.GUI.
GenericSrcComponent
Called when the window is closing.
windowClosing(WindowEvent)
- Method in class net.fenyo.gnetwatch.GUI.
HTTPComponent
Called when the window is closing.
windowClosing(WindowEvent)
- Method in class net.fenyo.gnetwatch.GUI.
HTTPPagesComponent
Called when the window is closing.
windowClosing(WindowEvent)
- Method in class net.fenyo.gnetwatch.GUI.
MapComponent
Called when the window is closing.
windowDeactivated(WindowEvent)
- Method in class net.fenyo.gnetwatch.GUI.
BasicComponent
Called whenthe window is deactivated.
windowDeiconified(WindowEvent)
- Method in class net.fenyo.gnetwatch.GUI.
BasicComponent
Called whenthe window is deiconified.
windowIconified(WindowEvent)
- Method in class net.fenyo.gnetwatch.GUI.
BasicComponent
Called whenthe window is iconified.
windowOpened(WindowEvent)
- Method in class net.fenyo.gnetwatch.GUI.
BasicComponent
Called whenthe window is opened.
workdir
- Variable in class net.fenyo.gnetwatch.
GenericQuerier
workdir
- Variable in class net.fenyo.gnetwatch.GUI.
DialogGeneric
_
_createFrame(JFrame, BasicComponent)
- Method in class net.fenyo.gnetwatch.GUI.
AwtGUI
Adds a component to a frame and displays the frame.
_getDelayPerInterval()
- Method in class net.fenyo.gnetwatch.GUI.
BasicComponent
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
_
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes