Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Luky Library - 4.1.1 (20061117-1148)
PREV LETTER
NEXT LETTER
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
Y
S
SaddleBrown
- Static variable in class luky.util.
Col
salmon
- Static variable in class luky.util.
Col
salmon1
- Static variable in class luky.util.
Col
salmon2
- Static variable in class luky.util.
Col
salmon3
- Static variable in class luky.util.
Col
salmon4
- Static variable in class luky.util.
Col
SandyBrown
- Static variable in class luky.util.
Col
SaxMapper
- Class in
luky.xml
SaxMapper is a simple mapper for XML objects.
SaxMapper()
- Constructor for class luky.xml.
SaxMapper
default constructor
SCREEN
- Static variable in class luky.util.
Log
constant representing SCREEN logging
SeaGreen
- Static variable in class luky.util.
Col
SeaGreen1
- Static variable in class luky.util.
Col
SeaGreen2
- Static variable in class luky.util.
Col
SeaGreen3
- Static variable in class luky.util.
Col
SeaGreen4
- Static variable in class luky.util.
Col
seashell
- Static variable in class luky.util.
Col
seashell1
- Static variable in class luky.util.
Col
seashell2
- Static variable in class luky.util.
Col
seashell3
- Static variable in class luky.util.
Col
seashell4
- Static variable in class luky.util.
Col
Semaphore
- Class in
luky.util
The Sempaphore Class is a class that holds all logic that's required for synchronizing access and execution of threads with counting sems
Semaphore()
- Constructor for class luky.util.
Semaphore
constructor for a blocking semaphore (no timeout)
Semaphore(long)
- Constructor for class luky.util.
Semaphore
timed constructor
Semaphore(String)
- Constructor for class luky.util.
Semaphore
timed constructor
sendCommand(String)
- Method in class luky.serverSimple.
Client
sends a command and expects OK. on return
Server
- Class in
luky.serverSimple
Server class is a template class which can be used to create a socket server program.
Server(String[], String, String)
- Constructor for class luky.serverSimple.
Server
constructor, pass the arguments of the server here,
Server(boolean, int, boolean, String, PropertyManager)
- Constructor for class luky.serverSimple.
Server
constructor, pass the arguments of the server here,
setAppBuildTime(String)
- Method in class luky.
Version
set application buildtime shown in about box
setAppName(String)
- Method in class luky.
Version
set application name shown in about box
setAppVersion(String)
- Method in class luky.
Version
set application version shown in about box
setCBCIV(long)
- Method in class luky.crypt.
BlowfishCBC
set the current CBC IV (for cipher resets)
setCBCIV(byte[])
- Method in class luky.crypt.
BlowfishCBC
set the current CBC IV (for cipher resets)
setCollection(LuaCollection)
- Method in class luky.lua.
LuaToken
setData(String)
- Method in class luky.lua.
LuaToken
setDatabase(String, String, String, String)
- Static method in class luky.util.
Log
specifies the database parameters, it will try to connect to the database and fallback if needed.
setEventData(Object)
- Method in class luky.events.
MyEvent
setFile(String, boolean, String, long)
- Static method in class luky.util.
Log
specifies the the logfile and if the tool should try to append to the file or reopen it and the backup file with roll over size
setFile(String, boolean)
- Static method in class luky.util.
Log
specifies the the logfile and if the tool should try to append to the file or reopen it.
setFormat(int)
- Static method in class luky.util.
Log
specifies the format used to log messages
setIcon(Icon)
- Method in class luky.dialogs.
ProgressMonitorDialog
Sets the icon of dialog (default none)
setIndeterminate(boolean)
- Method in class luky.dialogs.
ProgressMonitorDialog
Sets the indeterminate of the progressbar (default true)
setLogFallBack(boolean)
- Static method in class luky.util.
Log
specifies whether there is log fallback enabled (default off)
setLogLevel(int)
- Static method in class luky.util.
Log
specifies the log level (0..6) for the logging.
setMail(String, int)
- Static method in class luky.util.
Log
specifies the the log level (0..6) for the mail logging, and the address to which the mail should be sent.
setMaximum(int)
- Method in class luky.dialogs.
ProgressMonitorDialog
Sets the max of the progressbar (default 500)
setMinimum(int)
- Method in class luky.dialogs.
ProgressMonitorDialog
Sets the min of the progressbar (default 0)
setModuleName(String)
- Static method in class luky.util.
Log
specifies the name used with each log print
setName(String)
- Method in class luky.lua.
LuaToken
setNote(String)
- Method in class luky.dialogs.
ProgressMonitorDialog
Sets the note of dialog (default none)
setOid(String, String)
- Method in class luky.snmp.
SnmpManager
sets a new Oid for this manager
setOid(String)
- Method in class luky.snmp.
SnmpManager
sets a new Oid for this manager
setOutput(int, boolean)
- Static method in class luky.util.
Log
sets the output on or of
setPollTime(int)
- Method in class luky.linux.
SystemTool
setProperties(Properties)
- Method in class luky.util.
PropertyManager
sets the properties to the property object passed to the property manager all previous settings are lost
setProperty(String, String)
- Method in class luky.util.
PropertyManager
sets the property specified by the parameter name to the value specified by the parameter value
setQuit(boolean)
- Method in class luky.serverSimple.
Server
function that will be called by the handler class once a shutdown command is given.
setRepeatIntervals(int[])
- Method in class luky.snmp.
AdvancedSnmpManagerObject
sets the intervals of the polling, default is { 500, 500, 1000, 2000, 2000, 3000 } (ms)
setSem()
- Method in class luky.util.
BinarySemaphore
sets the current semaphore, in case a different thread was 'hanging' on this thread will be released
setSem()
- Method in class luky.util.
Semaphore
sets the current semaphore, in case a different thread was 'hanging' on this thread will be released
setSilent(boolean)
- Method in class luky.util.
LogAdventnet
setSnmpSetValue(String)
- Method in class luky.snmp.
SnmpManager
setStringPainted(boolean)
- Method in class luky.dialogs.
ProgressMonitorDialog
Sets if the the progressbar string should be displayed (default false)
setText(String)
- Method in class luky.dialogs.
ProgressMonitorDialog
Sets the text of dialog (default "Progress...")
setTimeoutValue(long)
- Method in class luky.util.
BinarySemaphore
sets the timeout value for this semaphore, blocked threads will not be affected
setTimeoutValue(long)
- Method in class luky.util.
Semaphore
sets the timeout value for this semaphore, blocked threads will not be affected
setValue(int)
- Method in class luky.dialogs.
ProgressMonitorDialog
Sets the progress of the bar
setValue(String)
- Method in class luky.lua.
LuaToken
setVisible(boolean)
- Method in class luky.dialogs.
ProgressMonitorDialog
Overriding since this can cause deadlock
sienna
- Static variable in class luky.util.
Col
sienna1
- Static variable in class luky.util.
Col
sienna2
- Static variable in class luky.util.
Col
sienna3
- Static variable in class luky.util.
Col
sienna4
- Static variable in class luky.util.
Col
SkyBlue
- Static variable in class luky.util.
Col
SkyBlue1
- Static variable in class luky.util.
Col
SkyBlue2
- Static variable in class luky.util.
Col
SkyBlue3
- Static variable in class luky.util.
Col
SkyBlue4
- Static variable in class luky.util.
Col
SlateBlue
- Static variable in class luky.util.
Col
SlateBlue1
- Static variable in class luky.util.
Col
SlateBlue2
- Static variable in class luky.util.
Col
SlateBlue3
- Static variable in class luky.util.
Col
SlateBlue4
- Static variable in class luky.util.
Col
SlateGray
- Static variable in class luky.util.
Col
SlateGray1
- Static variable in class luky.util.
Col
SlateGray2
- Static variable in class luky.util.
Col
SlateGray3
- Static variable in class luky.util.
Col
SlateGray4
- Static variable in class luky.util.
Col
SlateGrey
- Static variable in class luky.util.
Col
SnmpManager
- Class in
luky.snmp
The SnmpManger application will use the OneGetPdu to request a MIB variable.
SnmpManager(String, String, int, int, String, String)
- Constructor for class luky.snmp.
SnmpManager
Constructor.
snow
- Static variable in class luky.util.
Col
snow1
- Static variable in class luky.util.
Col
snow2
- Static variable in class luky.util.
Col
snow3
- Static variable in class luky.util.
Col
snow4
- Static variable in class luky.util.
Col
sort()
- Method in class luky.util.
SortVector
SortVector
- Class in
luky.util
SortVector is a vector that you can sort 1.0.0 - Release under LGPL (a.b.c) (a=major, b=class compatible, c=api compatible)
SortVector(Compare)
- Constructor for class luky.util.
SortVector
split(String, String)
- Static method in class luky.util.
StringHelper
Split the given String into tokens.
splitIncludeDelimiters(String, String)
- Static method in class luky.util.
StringHelper
Split the given String into tokens.
SpringGreen
- Static variable in class luky.util.
Col
SpringGreen1
- Static variable in class luky.util.
Col
SpringGreen2
- Static variable in class luky.util.
Col
SpringGreen3
- Static variable in class luky.util.
Col
SpringGreen4
- Static variable in class luky.util.
Col
STACK
- Static variable in class luky.util.
Log
constant representing logging level 6
start()
- Method in class luky.dialogs.
ProgressMonitorDialog
This method starts the client in a seperate thread
start()
- Method in class luky.serverSimple.
ClientExtended
This method starts the client in a seperate thread
start()
- Method in class luky.snmp.
AdvancedSnmpManager
starts a new thread to poll stored oid, sends event on state change
start()
- Method in class luky.snmp.
SnmpManager
starts a new thread to poll oid, sends event on state change
startElement(String, String, String, Attributes)
- Method in class luky.xml.
SaxMapper
Implement the content hander methods that will delegate SAX events to the tag tracker network.
startElement(String, String, String, Attributes, Stack)
- Method in class luky.xml.
TagTracker
Tag trackers work together on a stack.
STARTING
- Static variable in class luky.serverSimple.
ClientExtended
startsWithAny(String, String[])
- Static method in class luky.util.
StringHelper
Tests to see if the given string starts with any of the given terms.
startsWithAnyIgnoreCase(String, String[])
- Static method in class luky.util.
StringHelper
Tests to see if the given string starts with any of the given terms.
status
- Variable in class luky.serverSimple.
ClientExtended
statusColor(String)
- Static method in class luky.util.
Toolbox
takes a constant status as input and returns the allocated color value
statusString(int)
- Static method in class luky.util.
Toolbox
takes a constant status as input and returns the text value
SteelBlue
- Static variable in class luky.util.
Col
SteelBlue1
- Static variable in class luky.util.
Col
SteelBlue2
- Static variable in class luky.util.
Col
SteelBlue3
- Static variable in class luky.util.
Col
SteelBlue4
- Static variable in class luky.util.
Col
stop()
- Method in class luky.dialogs.
ProgressMonitorDialog
This method stops the client
stop()
- Method in class luky.linux.
FileTail
stop tailing the file
stop()
- Method in class luky.serverSimple.
ClientExtended
This method stops the client
stop()
- Method in class luky.snmp.
AdvancedSnmpManager
stop the polling, destoys the context of the poll
stop()
- Method in class luky.snmp.
SnmpManager
stop the polling, destoys the context of the poll
STOPPING
- Static variable in class luky.serverSimple.
ClientExtended
StringHelper
- Class in
luky.util
Utilities for String formatting, manipulation, and queries.
StringHelper()
- Constructor for class luky.util.
StringHelper
SystemCommand(String, String)
- Method in class luky.linux.
SystemTool
SystemTool
- Class in
luky.linux
Supports a number of system commands, currently available only for linux either single shot or with a poll frequency, sends myEvents with result 1.0.0 - Release under LGPL (a.b.c) (a=major, b=class compatible, c=api compatible)
SystemTool(String, String)
- Constructor for class luky.linux.
SystemTool
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Luky Library - 4.1.1 (20061117-1148)
PREV LETTER
NEXT LETTER
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
Y