Index

A B C D E F G H I K L M N O P Q R S T U V W Y Z 
All Classes|All Packages

A

abort() - Method in class org.spiderwiz.core.QueryObject
Aborts the query.
accept() - Method in class org.spiderwiz.core.ServerChannel
Listens for a connection to be made to this server and accepts it.
activate() - Method in class org.spiderwiz.zutils.ZThread
Activates the thread action explicitly.
activate() - Method in class org.spiderwiz.zutils.ZTrigger
Releases the trigger.
add(int) - Method in class org.spiderwiz.zutils.ZModInteger
Returns the modulo sum of the object and the parameter.
add(int, int) - Method in class org.spiderwiz.zutils.ZDate
Returns a time object with a value equal to the time in this object plus the given amount of the given time units.
add(int, T) - Method in class org.spiderwiz.zutils.ZArrayList
Synchronized implementation of ArrayList.add(int, java.lang.Object).
add(long) - Method in class org.spiderwiz.zutils.ZDate
Returns a time object with a value equal to the time in this object plus the given amount of milliseconds.
add(T) - Method in class org.spiderwiz.zutils.ZArrayList
Synchronized implementation of ArrayList.add(java.lang.Object).
add(T) - Method in class org.spiderwiz.zutils.ZBuffer
Appends an element to the top of the buffer.
add(T) - Method in class org.spiderwiz.zutils.ZHashSet
Synchronized implementation of HashSet.add(java.lang.Object).
addAll(Collection) - Method in class org.spiderwiz.zutils.ZHashSet
Synchronized implementation of AbstractCollection.addAll(java.util.Collection).
addAll(Collection<? extends T>) - Method in class org.spiderwiz.zutils.ZArrayList
Synchronized implementation of ArrayList.addAll(java.util.Collection).
addBoldText(String) - Method in class org.spiderwiz.zutils.ZHtml.TextNode
Appends inner bold text (b tag) to the node.
addButton(String, String, boolean) - Method in class org.spiderwiz.admin.data.PageInfo
Adds a custom button to the page layout.
addCell(String) - Method in class org.spiderwiz.zutils.ZHtml.Row
Appends a cell node (td tag) with the given inner text to the row.
addCell(String, double, int, String) - Method in class org.spiderwiz.admin.data.TableData.RowData
Add a cell descriptor to the row with the data as a double value.
addCell(String, int, int, String) - Method in class org.spiderwiz.admin.data.TableData.RowData
Add a cell descriptor to the row with the data as an integer value.
addCell(String, Object, int, String) - Method in class org.spiderwiz.admin.data.TableData.RowData
Add a cell descriptor to the row with the data as a String.
addCell(String, String) - Method in class org.spiderwiz.zutils.ZHtml.Row
Appends a cell node (td tag) with the given inner text and the given initial style to the row.
addCell(ZHtml.Node) - Method in class org.spiderwiz.zutils.ZHtml.Row
Appends a cell node (td tag) with the given inner node to the row.
addCell(ZHtml.Node, String) - Method in class org.spiderwiz.zutils.ZHtml.Row
Appends a cell node (td tag) with the given inner node and the given initial style to the row.
addColumn(String, String, int, int) - Method in class org.spiderwiz.admin.data.PageInfo.TableInfo
Add a column definition to the table specifying the following parameters: title: The column title that is displayed in the table header for the referenced column.
addDiv() - Method in class org.spiderwiz.zutils.ZHtml.Document
Appends a div element (div tag) to the document body.
addFolderEntry(String, boolean, String, int, double) - Method in class org.spiderwiz.admin.data.FolderList
Adds one entry to the list of entries that describes all the files and sub-folders in this folder.
addHeading(String, int) - Method in class org.spiderwiz.zutils.ZHtml.Document
Appends a heading (h tag) wrapping the given text and having the given level to the document body.
addHeading(String, int, String) - Method in class org.spiderwiz.zutils.ZHtml.Document
Appends a heading (h tag) wrapping the given text, having the given level and aligned to the given direction to the document body.
addHeading(ZHtml.Node, int) - Method in class org.spiderwiz.zutils.ZHtml.Document
Appends a heading (h tag) wrapping the given node and having the given level to the document body.
addHeading(ZHtml.Node, int, String) - Method in class org.spiderwiz.zutils.ZHtml.Document
Appends a heading (h tag) wrapping the given node, having the given level and aligned to the given direction to the document body.
addLineBreak() - Method in class org.spiderwiz.zutils.ZHtml.TextNode
Appends an inner line break (<br/>) to the node.
addNode(ZHtml.Node) - Method in class org.spiderwiz.zutils.ZHtml.TextNode
Appends an inner node to this node.
addParagraph(String) - Method in class org.spiderwiz.zutils.ZHtml.Document
Appends a paragraph (p tag) that wraps the given text to the document body.
addProperty(String, String) - Method in class org.spiderwiz.admin.data.PropertySheet
Adds a property (a key to value mapping) to the property sheet.
addRow() - Method in class org.spiderwiz.admin.data.TableData
Adds an empty row descriptor to the table.
addRow() - Method in class org.spiderwiz.zutils.ZHtml.Table
Adds one row (tr tag) to the table.
addRow(String) - Method in class org.spiderwiz.zutils.ZHtml.Table
Adds one row (tr tag) with the given style to the table.
addServerInfoRowData(TableData.RowData) - Method in class org.spiderwiz.core.Main
Requests data for the one-row Server Information table displayed in the application's administration page.
addStyle(String) - Method in class org.spiderwiz.zutils.ZHtml.Node
Adds a style to the node's current list of styles.
addTable(String[], String) - Method in class org.spiderwiz.zutils.ZHtml.Document
Appends a table (table tag) with the given list of column headers and of the specified width to the document body.
addTable(PageInfo.TableInfo) - Method in class org.spiderwiz.admin.data.PageInfo
Adds a table descriptor to the page layout.
addText(String) - Method in class org.spiderwiz.zutils.ZHtml.TextNode
Appends inner text to the node.
addTo(Collection<T>) - Method in class org.spiderwiz.zutils.ZHashSet
Adds the elements of this set to the given collection.
addUrgent(T) - Method in class org.spiderwiz.zutils.ZBuffer
Inserts an urgent element to the buffer.
after(Date) - Method in class org.spiderwiz.zutils.ZDate
Returns true if the time of this object is after the time of the given object or if the given object is null.
ALERT - Static variable in class org.spiderwiz.admin.data.PageInfo.TableInfo.Style
A bit mask that represents the "alert" CSS class
anyMatch(Predicate<? super T>) - Method in class org.spiderwiz.zutils.ZArrayList
Returns whether any elements of this array match the provided predicate.
anyMatch(Predicate<? super T>) - Method in class org.spiderwiz.zutils.ZHashSet
Returns whether any elements of this set match the provided predicate.
ApplicationInfo - Class in org.spiderwiz.admin.data
Provides information about an application for the use of SpiderAdmin.
ApplicationInfo() - Constructor for class org.spiderwiz.admin.data.ApplicationInfo
Default class constructor.
ApplicationInfo(String, String, String, String, ZDate, String, int, int, String, String) - Constructor for class org.spiderwiz.admin.data.ApplicationInfo
Class constructor that sets class properties.
archive() - Method in class org.spiderwiz.core.DataObject
Archives the object.
arrayToList(String[]) - Static method in class org.spiderwiz.zutils.ZUtilities
Converts a simple array of strings to ArrayList<String>.
asCollection() - Method in class org.spiderwiz.zutils.Ztrings
Casts the object to a generic collection of strings.

B

before(Date) - Method in class org.spiderwiz.zutils.ZDate
Returns true if the time of the given object is not null and the time of this object is before the time of the given object.
between(ZDate, ZDate) - Method in class org.spiderwiz.zutils.ZDate
Returns true if this object is between the two given time objects, inclusive.
boolToInt(boolean) - Static method in class org.spiderwiz.zutils.ZUtilities
Returns 1 if the given boolean value is true, 0 if it is false.
ButtonInfo() - Constructor for class org.spiderwiz.admin.data.PageInfo.ButtonInfo
 

C

CatchAllFilter<T extends DataObject> - Class in org.spiderwiz.core
An implementation of Filter that catches all data objects of a specific type.
CatchAllFilter(Class<T>) - Constructor for class org.spiderwiz.core.CatchAllFilter
Constructs a filter for a specific data object type.
CellData() - Constructor for class org.spiderwiz.admin.data.TableData.RowData.CellData
 
CENTER - Static variable in class org.spiderwiz.admin.data.PageInfo.TableInfo.Style
A bit mask that represents the "center" style.
CENTER_ALIGN - Static variable in class org.spiderwiz.zutils.ZHtml.Styles
Center align style.
Channel - Class in org.spiderwiz.core
A base class for classes that handle data communication.
Channel() - Constructor for class org.spiderwiz.core.Channel
Class constructor.
cleanup() - Method in class org.spiderwiz.core.DataObject
Cleans up object resources.
cleanup() - Method in class org.spiderwiz.core.ImportHandler
Cleans up object resources.
cleanup() - Method in class org.spiderwiz.core.Main
Cleans up application resources before termination.
cleanup() - Method in class org.spiderwiz.core.QueryObject
Cleans up query resources.
cleanup() - Method in class org.spiderwiz.core.ServerChannel
Cleans up object resources on exit.
cleanup() - Method in class org.spiderwiz.zutils.ZLog
Flushes and closes the current log file.
cleanup() - Method in class org.spiderwiz.zutils.ZModerator
Releases any thread that is paused by the moderator.
cleanup() - Method in class org.spiderwiz.zutils.ZThread
Terminates the loop and shuts down the thread.
cleanup(boolean) - Method in class org.spiderwiz.zutils.ZBuffer
Cleans up buffer resources.
clear() - Method in class org.spiderwiz.zutils.ZArrayList
Synchronized implementation of ArrayList.clear().
clear() - Method in class org.spiderwiz.zutils.ZHashMap
Synchronized implementation of HashMap.clear().
clear() - Method in class org.spiderwiz.zutils.ZHashSet
Synchronized implementation of HashSet.clear().
close() - Method in class org.spiderwiz.core.Channel
Closes this channel.
close() - Method in class org.spiderwiz.core.ServerChannel
Closes the server.
ColumnInfo() - Constructor for class org.spiderwiz.admin.data.PageInfo.TableInfo.ColumnInfo
 
commandLineHook() - Method in class org.spiderwiz.core.Main
Adds a hook for a graceful termination of a command line application.
commit() - Method in class org.spiderwiz.core.DataObject
Commits object changes and distributes it to all consumers.
commit(String) - Method in class org.spiderwiz.core.DataObject
Commits object changes and distributes it to the provided list of destinations.
commit(Date, String, String, boolean) - Method in class org.spiderwiz.zutils.ZLog
Writes a line to the current log file.
compareTo(int) - Method in class org.spiderwiz.zutils.ZModInteger
Modulo compares the object with the parameter.
compareTo(ZModInteger) - Method in class org.spiderwiz.zutils.ZModInteger
Compares this object to another modulo object.
computeIfAbsent(K, Function<? super K, ? extends V>) - Method in class org.spiderwiz.zutils.ZHashMap
concatAll(String, Object...) - Static method in class org.spiderwiz.zutils.ZUtilities
Returns a concatenation of all the string representations of the given arguments with the given delimiter inserted between the concatenated strings.
concatAll(String, Collection) - Static method in class org.spiderwiz.zutils.ZUtilities
Returns a concatenation of all the elements of the given collection converted to strings, with the given delimiter inserted between the concatenated strings.
concatenate() - Method in class org.spiderwiz.zutils.Ztrings
Returns all set elements concatenated by a semicolon (;) into one string.
concatenate(String) - Method in class org.spiderwiz.zutils.Ztrings
Returns all set elements concatenated by the given delimiter into one string.
configure(Map<String, String>) - Method in interface org.spiderwiz.zutils.ZMail
Configures the mail system using the given key=value mapping.
configure(Map<String, String>) - Method in class org.spiderwiz.zutils.ZSMTPMail
Configures SMTP mail using the given configuration map.
configure(Map<String, String>, int) - Method in class org.spiderwiz.core.ImportHandler
Configures and initializes the handler.
configure(Map<String, String>, int, int) - Method in class org.spiderwiz.core.Channel
Configures the channel.
configure(Map<String, String>, int, int) - Method in class org.spiderwiz.core.ServerChannel
Configures the server.
contains(Object) - Method in class org.spiderwiz.zutils.ZHashSet
Synchronized implementation of HashSet.contains(java.lang.Object).
contains(String, String, String) - Static method in class org.spiderwiz.zutils.ZUtilities
Split string list by delimiter delimiter and check if the split list contains element
containsAll(Collection) - Method in class org.spiderwiz.zutils.ZHashSet
containsKey(Object) - Method in class org.spiderwiz.zutils.ZHashMap
Synchronized implementation of HashMap.containsKey(java.lang.Object).
count() - Method in class org.spiderwiz.zutils.ZModerator
Counts one moderated step without pausing.
createAnchor(String, String, String...) - Method in class org.spiderwiz.zutils.ZHtml.Node
Instantiates an anchor node (a tag) with the given text, url (ref attribute) and optional arguments to inject in the url.
createChild(Class<T>, String) - Method in class org.spiderwiz.core.DataObject
Creates a child data object.
createDocument() - Static method in class org.spiderwiz.zutils.ZHtml
Instantiates a new HTML Document node with no title.
createDocument(String) - Static method in class org.spiderwiz.zutils.ZHtml
Instantiates a new HTML Document node with the given title.
createImportHandler() - Method in class org.spiderwiz.core.Main
Creates an import/export data handler.
createParagraph(String) - Method in class org.spiderwiz.zutils.ZHtml.Node
Instantiates a paragraph node (p tag) with the given text.
createQuery(Class<T>) - Method in class org.spiderwiz.core.Main
Creates a query object.
createTextNode(String) - Method in class org.spiderwiz.zutils.ZHtml.Node
Instantiates a node with the given text.
createTopLevelObject(Class<T>, String) - Static method in class org.spiderwiz.core.Main
Creates a top level data object.
customAdminService(String, String) - Method in class org.spiderwiz.core.Main
Does a custom administration action.

D

DataObject - Class in org.spiderwiz.core
A base class for all Data Objects.
DataObject() - Constructor for class org.spiderwiz.core.DataObject
Constructs a data object.
DATE_FORMAT - Static variable in class org.spiderwiz.zutils.ZDate
Represents "d/M/yyyy HH:mm" time format.
DAY - Static variable in class org.spiderwiz.zutils.ZDate
Number of milliseconds in a day (8,640,000).
DAY_MONTH_HOUR_MINUTE - Static variable in class org.spiderwiz.zutils.ZDate
Represents "dd/MM-HH:mm" time format.
DAY_OF_MESSIAH - Static variable in class org.spiderwiz.zutils.ZDate
The latest possible date (Long.MAX_VALUE).
dec() - Method in class org.spiderwiz.zutils.ZModInteger
Decrements the object by 1 modulo the defined base.
deleteFolder(String) - Static method in class org.spiderwiz.zutils.ZUtilities
Deletes an entire folder with all sub-folders and contained files.
deleteFromArchive(String, ZDate, ZDate, String...) - Static method in class org.spiderwiz.core.DataObject
Deletes archive files.
deserialize(String) - Method in class org.spiderwiz.core.DataObject
Deserializes the object.
diff(int) - Method in class org.spiderwiz.zutils.ZModInteger
Returns the modulo result of the subtraction of the object from the parameter.
diff(Date) - Method in class org.spiderwiz.zutils.ZDate
Returns the difference of time in milliseconds from the time represented by the date parameter till the time represented by this object.
diffMonths(Date) - Method in class org.spiderwiz.zutils.ZDate
Returns the difference in whole months from the time represented by the date parameter till the time represented by this object.
disconnect(String) - Method in class org.spiderwiz.core.Channel
Disconnects the channel.
dispense(String, boolean) - Method in class org.spiderwiz.core.Channel
Implementation of ZDispenser.dispense().
dispense(T, boolean) - Method in interface org.spiderwiz.zutils.ZDispenser
Dispenses the objects pulled from the associated ZBuffer object.
divide(int) - Method in class org.spiderwiz.zutils.ZModInteger
Returns the modulo whole division of the object by the parameter.
doLoop() - Method in class org.spiderwiz.zutils.ZThread
Implement this method with the code to execute at each loop iteration.
dontReconnect() - Method in class org.spiderwiz.core.Channel
Returns true if this is a client channel that shall not try to reconnect automatically if disconnected.

E

earliest(ZDate) - Method in class org.spiderwiz.zutils.ZDate
Returns the earliest between this object and the given object.
elapsed() - Method in class org.spiderwiz.zutils.ZDate
Returns the time that has elapsed since the time represented by this object in milliseconds.
endOfData() - Method in class org.spiderwiz.core.Resetter
Marks end of data.
escape(String) - Static method in class org.spiderwiz.zutils.ZHtml
Encode the give text as valid HTML visible text
EventReport - Static variable in class org.spiderwiz.core.Main.ObjectCodes
Identifies an object that delegates mail notifications and alerts.
execute() - Method in class org.spiderwiz.zutils.ZBuffer
Activates the buffer.
execute() - Method in class org.spiderwiz.zutils.ZThread
Spawns the thread and starts the thread loop.
execute(String) - Method in class org.spiderwiz.zutils.ZBuffer
Activates the buffer with a backup file.
exportObject(Object) - Method in class org.spiderwiz.core.ImportHandler
Exports an object.
exportObject(ImportHandler, String) - Method in class org.spiderwiz.core.DataObject
Exports the object.

F

FAILED - Static variable in class org.spiderwiz.admin.data.OpResults
Represents the text "FAILED".
Filter<T extends DataObject> - Class in org.spiderwiz.core
A base class for implementing Data Object Filters.
Filter(Class<T>) - Constructor for class org.spiderwiz.core.Filter
Constructs a filter for a specific data object type.
filterDestination(UUID, String, String, String, Map<String, String>) - Method in class org.spiderwiz.core.DataObject
Filters a destination of object distribution.
filterObject(T) - Method in class org.spiderwiz.core.CatchAllFilter
Returns true for every object.
filterObject(T) - Method in class org.spiderwiz.core.Filter
Implement this method to return true if the filtered object passes the filter.
filterParent(DataObject) - Method in class org.spiderwiz.core.Filter
Implement this method to return true if filtering shall be applied on the branch under this object.
find(String, String) - Static method in class org.spiderwiz.zutils.ZUtilities
Returns true if the given string contains the given regular expression.
flush() - Method in class org.spiderwiz.core.Channel
Flushes any remaining data in the output buffer.
flush() - Method in class org.spiderwiz.zutils.ZLog
Flushes the current log file.
flushLogs() - Method in class org.spiderwiz.core.Main
Flushes all open log files.
FolderEntry() - Constructor for class org.spiderwiz.admin.data.FolderList.FolderEntry
 
FolderList - Class in org.spiderwiz.admin.data
Holds data that describes file folder content for the use of SpiderAdmin.
FolderList() - Constructor for class org.spiderwiz.admin.data.FolderList
 
FolderList.FolderEntry - Class in org.spiderwiz.admin.data
Holds data that describes one entry in a file folder content list.
forEach(BiConsumer<? super K, ? super V>) - Method in class org.spiderwiz.zutils.ZHashMap
Synchronized implementation of HashMap.forEach(java.util.function.BiConsumer)
forEach(Consumer<? super T>) - Method in class org.spiderwiz.zutils.ZArrayList
Synchronized implementation of ArrayList.forEach(java.util.function.Consumer)
forEach(Consumer<? super T>) - Method in class org.spiderwiz.zutils.ZHashSet
Synchronized implementation of Iterable.forEach(java.util.function.Consumer).
format() - Method in annotation type org.spiderwiz.annotation.WizField
A format string to be used when the annotated field is serialized.
format(String) - Method in class org.spiderwiz.zutils.ZDate
Formats this object into a time string.
formatFullTimestamp() - Method in class org.spiderwiz.zutils.ZDate
Formats this object into a timestamp string using the format "ddMMyyHHmmssSSS".
formatGMT(String) - Method in class org.spiderwiz.zutils.ZDate
Formats this object into a time string representing the time of the object in GMT zone.
formatRoundTimestamp(int) - Method in class org.spiderwiz.zutils.ZDate
Formats this object into a rounded timestamp string using the format "ddMMyyHHmmssS(s)" when the number of Ss is the given precision.
fromGMT() - Method in class org.spiderwiz.zutils.ZDate
Returns a time object that represents the time of this object after shifting it from GMT time zone.
fromHex(String) - Method in class org.spiderwiz.zutils.ZModInteger
Assumes the parameter represents an hexadecimal integer value, converts it to an integer and returns the result modulo the object defined base.
fromList(Collection<String>) - Static method in class org.spiderwiz.zutils.Ztrings
Returns a new set that contains the elements of the given collection.
fromSQLdate(Date) - Static method in class org.spiderwiz.zutils.ZDate
Converts an SQL Date object to a ZDate object.
fromSQLtime(Timestamp) - Static method in class org.spiderwiz.zutils.ZDate
Converts an SQL Timestamp object to a ZDate object.
fromString(String) - Method in class org.spiderwiz.zutils.ZBuffer
Deserializes a string into an object of the type managed by the buffer.
fromXMLGregorianCalendar(XMLGregorianCalendar) - Static method in class org.spiderwiz.zutils.ZDate
Converts an XMLGregorianCalendar object to a ZDate object.
FULL_DATE - Static variable in class org.spiderwiz.zutils.ZDate
Represents "dd/MM/yy-HH:mm:ss" time format.
FULL_DATE_MILLISECONDS - Static variable in class org.spiderwiz.zutils.ZDate
Represents "dd/MM/yy-HH:mm:ss:SSS" time format.
FULL_TIMESTAMP - Static variable in class org.spiderwiz.zutils.ZDate
Represents "ddMMyyHHmmssSSS" time format.

G

get(int) - Method in class org.spiderwiz.zutils.ZArrayList
Synchronized implementation of ArrayList.get(int).
get(Object) - Method in class org.spiderwiz.zutils.ZHashMap
Synchronized implementation of HashMap.get(java.lang.Object).
getApplicationInfo() - Method in class org.spiderwiz.core.Main
Returns general information about the application.
getApplicationName() - Method in class org.spiderwiz.admin.data.ApplicationInfo
Gets the value of the applicationName property.
getApplicationsTableData(String) - Method in class org.spiderwiz.core.Main
Returns data for the Applications table displayed in the application's administration page.
getApplicationsTableStructure(String, String) - Method in class org.spiderwiz.core.Main
Returns the structure of the Applications table displayed in the application's administration page.
getApplicationUUID() - Method in class org.spiderwiz.admin.data.ApplicationInfo
Gets the value of the applicationUUID property.
getAppName() - Method in class org.spiderwiz.core.Main
Returns the application name.
getAppParams() - Method in class org.spiderwiz.core.Main
Returns application instance parameters.
getAppUUID() - Method in class org.spiderwiz.core.Main
Returns the application UUID.
getAppVersion() - Method in class org.spiderwiz.core.Main
Returns the application's version number.
getArchivePath() - Method in class org.spiderwiz.core.DataObject
Returns the pathname pattern of the files where objects of this type are archived.
getAvailableDiskSpace() - Method in class org.spiderwiz.admin.data.ApplicationInfo
Gets the amount of available disk space in GB of the hard disk that contains the application's root folder.
getAvailableJvmMemory() - Method in class org.spiderwiz.admin.data.ApplicationInfo
Gets the amount of available JVM memory in MB at the machine that the application runs on.
getButtonInfo() - Method in class org.spiderwiz.admin.data.PageInfo
Gets the value of the buttonInfo property.
getCellData() - Method in class org.spiderwiz.admin.data.TableData.RowData
Gets the value of the cellData property.
getChannel() - Method in class org.spiderwiz.core.ImportHandler
Returns the Channel object managed by this handler.
getChild(Class<T>, String) - Method in class org.spiderwiz.core.DataObject
Returns a child of this object with specific class type and object ID.
getColumn() - Method in class org.spiderwiz.admin.data.TableData.RowData.CellData
Gets the value of the column property.
getColumnInfo() - Method in class org.spiderwiz.admin.data.PageInfo.TableInfo
Gets the value of the columnInfo property.
getCommandTs() - Method in class org.spiderwiz.core.DataObject
Returns the time that was stamped on the object by a peer application.
getConfig() - Static method in class org.spiderwiz.core.Main
Returns an object that lets you access and manipulate the application's configuration file.
getConnectedNodesData(boolean, String) - Method in class org.spiderwiz.core.Main
Returns data for the connected nodes tables displayed in the application's administration page.
getConnectedNodesTableStructure(String, String) - Method in class org.spiderwiz.core.Main
Returns the structure of the connected nodes tables displayed in the application's administration page.
getConsumedObjects() - Method in class org.spiderwiz.core.Main
Registers the application as a consumer of the listed data object types.
getCoreVersion() - Method in class org.spiderwiz.admin.data.ApplicationInfo
Gets the value of the coreVersion property.
getCoreVersion() - Method in class org.spiderwiz.core.Main
Returns Spiderwiz library version number used to build the application.
getData() - Method in class org.spiderwiz.admin.data.TableData.RowData.CellData
Gets the value of the data property.
getDay() - Method in class org.spiderwiz.zutils.ZDate
Returns the day of the week represented by this time object.
getDeployTime() - Method in class org.spiderwiz.admin.data.ApplicationInfo
Gets the value of the deployTime property.
getDownload() - Method in class org.spiderwiz.admin.data.FolderList.FolderEntry
Gets the value of the download property.
getExecutionHour() - Method in class org.spiderwiz.zutils.ZThread
Returns the time of the day, as a number of milliseconds since midnight, that the thread action runs at.
getExpectedUploadTime() - Method in class org.spiderwiz.admin.data.ApplicationInfo
Gets the value of the expectedUploadTime property.
getFileExtension(String) - Static method in class org.spiderwiz.zutils.ZUtilities
Extracts the filename extension from a given file path.
getFilteredChildren(Filter<T>) - Method in class org.spiderwiz.core.DataObject
Returns a collection of all object offspring of a given type that adhere to given rules.
getFolderEntry() - Method in class org.spiderwiz.admin.data.FolderList
Gets the value of the folderEntry property.
getFolderList(String) - Static method in class org.spiderwiz.zutils.ZUtilities
Returns a list of all files in the given folder, sorted by the lexicographic order of their names, sub folders first.
getGateID() - Method in class org.spiderwiz.core.ServerChannel
Returns the identification of this server.
getHours() - Method in class org.spiderwiz.zutils.ZDate
Returns the hour of the day that this time object represents as an integer number between 0 and 23.
getImporNodesData() - Method in class org.spiderwiz.core.Main
Returns data for the Import Channels table displayed in the application's administration page.
getImportsTableStructure(String, String) - Method in class org.spiderwiz.core.Main
Returns the structure of the Imports Channels table displayed in the application's administration page.
getInputStream() - Method in class org.spiderwiz.core.Channel
Returns the channel input stream.
getInstance() - Static method in class org.spiderwiz.core.Main
Returns the singleton instance of the class.
getIntProperty(String) - Method in class org.spiderwiz.zutils.ZConfig
Returns the value to which the specified property is mapped converted to an integer.
getKeepAliveInterval() - Method in class org.spiderwiz.core.Channel
Returns the time interval that the framework writes an empty string to the channel to keep it alive.
getKey() - Method in class org.spiderwiz.admin.data.PropertySheet.Property
Gets the value of the key property.
getKey() - Method in class org.spiderwiz.zutils.ZConfig.Property
Returns the property name.
getLogger() - Static method in class org.spiderwiz.core.Main
Returns an object that lets you print custom log messages to the application's main logging system.
getLoopInterval() - Method in class org.spiderwiz.zutils.ZThread
Returns a value that determines the time interval to wait between loop iterations.
getMidnight() - Method in class org.spiderwiz.zutils.ZDate
Returns a time object representing the latest midnight that precedes or equals this object.
getMinutes() - Method in class org.spiderwiz.zutils.ZDate
Returns the minutes fraction of this time object as an integer number between 0 and 59.
getModified() - Method in class org.spiderwiz.admin.data.FolderList.FolderEntry
Gets the value of the modified property.
getMyIpAddress() - Static method in class org.spiderwiz.zutils.ZUtilities
Returns the external IP address of the calling application or "Unknown" if the IP cannot be identified.
getName() - Method in class org.spiderwiz.admin.data.FolderList.FolderEntry
Gets the value of the name property.
getName() - Method in class org.spiderwiz.core.ImportHandler
Returns the connection name.
getObjectCode() - Method in class org.spiderwiz.core.Resetter
Returns the Object Code of the data objects requested by this resetter.
getObjectID() - Method in class org.spiderwiz.core.DataObject
Returns the object ID.
getOriginUUID() - Method in class org.spiderwiz.core.DataObject
Returns the UUID of the object producer.
getOutputStream() - Method in class org.spiderwiz.core.Channel
Returns the channel output stream.
getPageInfo(String) - Method in class org.spiderwiz.core.Main
Returns the layout of the application's administration page.
getParent() - Method in class org.spiderwiz.core.DataObject
Returns the parent object of this object.
getParentCode() - Method in class org.spiderwiz.core.DataObject
Returns the object code of the parent of this data object.
getParentCode() - Method in class org.spiderwiz.core.QueryObject
Returns the object code of the parent of this query.
getPassword() - Method in class org.spiderwiz.zutils.ZSMTPMail
Gets the configured password to login to the SMTP server with.
getProducedObjects() - Method in class org.spiderwiz.core.Main
Registers the application as a producer of the listed data object types.
getProgressedUploadTime() - Method in class org.spiderwiz.admin.data.ApplicationInfo
Gets the value of the progressedUploadTime property.
getProperty() - Method in class org.spiderwiz.admin.data.PropertySheet
Gets the property property.
getProperty(String) - Method in class org.spiderwiz.zutils.ZConfig
Returns the value to which the specified property is mapped.
getPropertySheet() - Method in class org.spiderwiz.zutils.ZConfig
Returns a list that contains the content of the configuration file.
getRate() - Method in class org.spiderwiz.zutils.ZModerator
Returns the number of actions per minute that are set for the moderator.
getRawCommand() - Method in class org.spiderwiz.core.DataObject
Returns the raw string from which this object was deserialized.
getRemoteAddress() - Method in class org.spiderwiz.core.Channel
Returns the address of the endpoint this channel is connected to, or null if it is unknown.
getRemoteAddress() - Method in class org.spiderwiz.core.ImportHandler
Returns the remote address of the connected entity.
getResetCount() - Method in class org.spiderwiz.core.Resetter
Returns the number of items that were delivered by this resetter since it restarted.
getRootFolder() - Method in class org.spiderwiz.core.Main
Returns the application's root folder.
getRootObject() - Method in class org.spiderwiz.core.Main
Returns the root data object.
getRootPath() - Method in class org.spiderwiz.zutils.ZLog
Returns the root pathname assigned to the logger.
getRowData() - Method in class org.spiderwiz.admin.data.TableData
Gets the value of the rowData property.
getSeconds() - Method in class org.spiderwiz.zutils.ZDate
Returns the seconds fraction of this time object as an integer number between 0 and 59.
getServerInfoTableData() - Method in class org.spiderwiz.core.Main
Returns data for the Server Information table displayed in the application's administration page.
getServerInfoTableStructure() - Method in class org.spiderwiz.core.Main
Returns the structure of the Server Information table displayed in the application's administration page.
getServerLocation() - Method in class org.spiderwiz.admin.data.ApplicationInfo
Gets the value of the serverLocation property.
getServerVersion() - Method in class org.spiderwiz.core.ImportHandler
Returns the version of the server application the channel managed by this handler is connected to, or null if not applicable.
getService() - Method in class org.spiderwiz.admin.data.PageInfo.ButtonInfo
Gets the value of the service property.
getService() - Method in class org.spiderwiz.admin.data.PageInfo.TableInfo
Gets the value of the service property.
getSize() - Method in class org.spiderwiz.admin.data.FolderList.FolderEntry
Gets the value of the size property.
getSmtpMode() - Method in class org.spiderwiz.zutils.ZSMTPMail
Gets the configured SMTP security mode.
getSmtpPort() - Method in class org.spiderwiz.zutils.ZSMTPMail
Gets the configured SMTP port number.
getSmtpServer() - Method in class org.spiderwiz.zutils.ZSMTPMail
Gets the configured SMTP server.
getStartReset() - Method in class org.spiderwiz.core.Resetter
Returns the time reset was restarted.
getStatus() - Method in class org.spiderwiz.admin.data.ApplicationInfo
Gets the value of the status property.
getStatus() - Method in class org.spiderwiz.admin.data.OpResults
Gets the value of the status property.
getStatus() - Method in class org.spiderwiz.core.Main
Returns the application's status.
getStreamingRate() - Method in class org.spiderwiz.core.QueryObject
Returns the streaming rate of a multi-item stream response.
getStyle() - Method in class org.spiderwiz.admin.data.PageInfo.TableInfo.ColumnInfo
Gets the value of the style property.
getStyle() - Method in class org.spiderwiz.admin.data.TableData.RowData.CellData
Gets the value of the style property.
getSubTitle() - Method in class org.spiderwiz.admin.data.PageInfo.TableInfo.ColumnInfo
Gets the value of the subTitle property.
getSummary() - Method in class org.spiderwiz.admin.data.PageInfo.TableInfo.ColumnInfo
Gets the value of the summary property.
getTableInfo() - Method in class org.spiderwiz.admin.data.PageInfo
Gets the value of the tableInfo property.
getText() - Method in class org.spiderwiz.admin.data.PageInfo.ButtonInfo
Gets the value of the text property.
getThreadAllocation() - Method in class org.spiderwiz.core.DataObject
Get the number of execution threads to allocate for asynchronous event processing of objects of this type.
getTime() - Method in class org.spiderwiz.admin.data.OpResults
Gets the value of the time property.
getTitle() - Method in class org.spiderwiz.admin.data.PageInfo.TableInfo.ColumnInfo
Gets the value of the title property.
getTitle() - Method in class org.spiderwiz.admin.data.PageInfo.TableInfo
Gets the value of the title property.
getUri() - Method in class org.spiderwiz.admin.data.TableData.RowData.CellData
Gets the value of the uri property.
getUsedCpu() - Method in class org.spiderwiz.admin.data.ApplicationInfo
Gets the percentage of the CPU currently in use at the machine that the application runs on.
getUserID() - Method in class org.spiderwiz.core.DataObject
Returns the user ID attached to the object.
getUsername() - Method in class org.spiderwiz.zutils.ZSMTPMail
Gets the configured username to login to the SMTP server with.
getValue() - Method in class org.spiderwiz.admin.data.PropertySheet.Property
Gets the value of the value property.
getValue() - Method in class org.spiderwiz.zutils.ZConfig.Property
Returns the property value.
getVersion() - Method in class org.spiderwiz.admin.data.ApplicationInfo
Gets the value of the version property.

H

handleException(Exception) - Method in interface org.spiderwiz.zutils.ZDispenser
Handles an exception occurred while processing the associated ZBuffer object.
hasCrossed(long) - Method in class org.spiderwiz.zutils.ZDate
Returns true if since the time of the object until now a certain point of time was crossed.
HOUR - Static variable in class org.spiderwiz.zutils.ZDate
Number of milliseconds in an hour (360,000).
HOUR_MINUTE_SECOND - Static variable in class org.spiderwiz.zutils.ZDate
Represents "HH:mm:ss" time format.

I

ignoreZoneDifference() - Method in annotation type org.spiderwiz.annotation.WizField
Specifies whether to ignore time zone differences when transferring a Date or XMLGregorianCalendar value across different time zones.
ImportHandler - Class in org.spiderwiz.core
This class provides a mechanism for importing data from external resources into the framework and exporting data from the framework to external resources.
ImportHandler() - Constructor for class org.spiderwiz.core.ImportHandler
Class constructor.
importObject(Object, ImportHandler, ZDate) - Method in class org.spiderwiz.core.DataObject
Imports the object from foreign data.
inc() - Method in class org.spiderwiz.zutils.ZModInteger
Increments the object by 1 modulo the defined base.
init() - Method in class org.spiderwiz.core.Main
Initializes the class singleton, putting the application in motion.
init(String) - Method in class org.spiderwiz.zutils.ZConfig
Initializes the object with a file pathname and the default character set (UTF-8).
init(String) - Method in class org.spiderwiz.zutils.ZLog
Initializes the logger.
init(String, String) - Method in class org.spiderwiz.zutils.ZConfig
Initializes the object with a file pathname and the specified character set.
intersection(Collection...) - Static method in class org.spiderwiz.zutils.ZHashSet
Returns an intersection of all given collections.
intersection(Collection<String>) - Method in class org.spiderwiz.zutils.Ztrings
Returns a new set containing the elements that are contained in both this set and the given collection.
intersection(Collection<T>) - Method in class org.spiderwiz.zutils.ZHashSet
Returns a new collection containing an intersection between this set and another collection without affecting this set.
intsToStrings(int[]) - Static method in class org.spiderwiz.zutils.ZUtilities
Returns an array of strings representing the numbers contained in the given array of integer numbers.
isAborted() - Method in class org.spiderwiz.core.Resetter
Returns true if the current Resetter object is aborted by an overriding reset request.
isCaseSensitive() - Method in class org.spiderwiz.core.DataObject
Returns true if the object ID is case sensitive.
isComplete() - Method in class org.spiderwiz.core.QueryObject
Returns true if the query has been completely replied.
isCompressable() - Method in class org.spiderwiz.core.Channel
Returns true if ZIP algorithm shall be used to compress the data on this channel.
isDisposable() - Method in class org.spiderwiz.core.DataObject
Returns true if the object is disposable.
isDisposable() - Method in class org.spiderwiz.core.QueryObject
Returns true if the query is disposable (the default).
isEmpty() - Method in class org.spiderwiz.zutils.ZBuffer
Returns true if the buffer is empty.
isEmpty() - Method in class org.spiderwiz.zutils.ZHashSet
Synchronized implementation of HashSet.isEmpty().
isExternalAddress() - Method in class org.spiderwiz.admin.data.PageInfo
Gets the value of the externalAddress property.
isFileChannel() - Method in class org.spiderwiz.core.Channel
Returns true if this channel reads from a disk file.
isFolderEmpty(Path) - Static method in class org.spiderwiz.zutils.ZUtilities
Check if the given path is of an empty folder
isHideData() - Method in class org.spiderwiz.admin.data.PageInfo.TableInfo
Gets the value of the hideData property.
isOpenQuery() - Method in class org.spiderwiz.core.QueryObject
Returns true if this is an open query.
isPropertySet(String...) - Method in class org.spiderwiz.zutils.ZConfig
Returns true if at least one property from a given list is set on.
isShowFlushLogs() - Method in class org.spiderwiz.admin.data.PageInfo
Gets the value of the showFlushLogs property.
isShowReloadSettings() - Method in class org.spiderwiz.admin.data.PageInfo
Gets the value of the showReloadSettings property.
isShowUpdateSettings() - Method in class org.spiderwiz.admin.data.PageInfo
Gets the value of the showUpdateSettings property.
isType() - Method in class org.spiderwiz.admin.data.FolderList.FolderEntry
Gets the value of the type property.
isUrgent() - Method in class org.spiderwiz.core.DataObject
Returns true if this is an urgent data object.
isVerify() - Method in class org.spiderwiz.admin.data.PageInfo.ButtonInfo
Gets the value of the verify property.

K

keepAliveOnEndOfData() - Method in class org.spiderwiz.core.Channel
Returns true if the channel should be considered connected after the end of data has been reached.
kill() - Method in class org.spiderwiz.zutils.ZThread
Aborts the thread action if it runs and resets the object to its pre-execute state.

L

latest(ZDate) - Method in class org.spiderwiz.zutils.ZDate
Returns the latest between this object and the given object.
LEFT - Static variable in class org.spiderwiz.admin.data.PageInfo.TableInfo.Style
A bit mask that represents the "left" style.
LEFT_ALIGN - Static variable in class org.spiderwiz.zutils.ZHtml.Styles
Left align style.
lockRead() - Method in class org.spiderwiz.zutils.ZArrayList
Locks the list for reading.
lockRead() - Method in class org.spiderwiz.zutils.ZHashMap
Locks the map for reading.
lockRead() - Method in class org.spiderwiz.zutils.ZHashSet
Locks the set for reading.
lockRead() - Method in class org.spiderwiz.zutils.ZLock
Locks this lock for reading.
lockWrite() - Method in class org.spiderwiz.zutils.ZArrayList
Locks the list for writing.
lockWrite() - Method in class org.spiderwiz.zutils.ZHashMap
Locks the map for writing.
lockWrite() - Method in class org.spiderwiz.zutils.ZHashSet
Locks the set for writing.
lockWrite() - Method in class org.spiderwiz.zutils.ZLock
Locks this lock for writing.
log(String, boolean) - Method in class org.spiderwiz.zutils.ZLog
Logs one line in a log file with the current time as a timestamp.
logEvent(String, Object...) - Method in class org.spiderwiz.zutils.ZLog
Formats a line using the given format string and arguments, writes it to a log file with the current time as a timestamp, flushes the file and also writes the line to the console.
logException(Throwable) - Method in class org.spiderwiz.zutils.ZLog
Calls logEvent() to log an event with the given exception as text, then follows it in the file and on the console by the stack trace of the exception.
logf(String, Object...) - Method in class org.spiderwiz.zutils.ZLog
Formats a line using the given format string and arguments and writes it to a log file with the current time as a timestamp.
logNow(String, Object...) - Method in class org.spiderwiz.zutils.ZLog
Formats a line using the given format string and arguments, writes it to a log file with the current time as a timestamp and flushes the file.
Lossless - Static variable in class org.spiderwiz.core.DataObject
Lossless delivery marker.

M

Main - Class in org.spiderwiz.core
Starting point for all Spiderwiz applications.
Main(String, String, String, String) - Constructor for class org.spiderwiz.core.Main
Constructs an instance with root directory, configuration file name, default application name and version number.
Main.ObjectCodes - Class in org.spiderwiz.core
Object codes of predefined Data Objects.
max(int) - Method in class org.spiderwiz.zutils.ZModInteger
Returns the modulo maximum between the object and the parameter.
MAX - Static variable in class org.spiderwiz.admin.data.PageInfo.TableInfo.Summary
Specifies that the summary line for the referenced column shall contain the maximum of all the values in the column.
min(int) - Method in class org.spiderwiz.zutils.ZModInteger
Returns the modulo minimum between the object and the parameter.
MINUTE - Static variable in class org.spiderwiz.zutils.ZDate
Number of milliseconds in a minute (60,000).
MINUTE_TIMESTAMP - Static variable in class org.spiderwiz.zutils.ZDate
Represents "ddMMyyHHmm" time format.
MMDDYYHHMMSS - Static variable in class org.spiderwiz.zutils.ZDate
Represents "MMddyyHHmmss" time format.
moderate() - Method in class org.spiderwiz.zutils.ZModerator
Moderates one action.
multiply(int) - Method in class org.spiderwiz.zutils.ZModInteger
Returns the modulo multiplication of the object by the parameter.

N

NONE - Static variable in class org.spiderwiz.admin.data.PageInfo.TableInfo.Style
A bit mask that represents no style.
NONE - Static variable in class org.spiderwiz.admin.data.PageInfo.TableInfo.Summary
Specifies that no value shall be displayed in the summary line for the referenced column.
notForMe() - Method in class org.spiderwiz.core.QueryObject
Returns true if your application does not handle this query.
now() - Static method in class org.spiderwiz.zutils.ZDate
Returns a new time object set to the current time.
now(String) - Static method in class org.spiderwiz.zutils.ZDate
Returns the current time formatted into a string.
nowAsLong() - Static method in class org.spiderwiz.zutils.ZDate
Returns the current time as milliseconds since 1/1/1970.

O

ObjectCodes() - Constructor for class org.spiderwiz.core.Main.ObjectCodes
 
OK - Static variable in class org.spiderwiz.admin.data.OpResults
Represents the text "OK".
onAsyncEvent() - Method in class org.spiderwiz.core.DataObject
Handles an object event asynchronously.
onConfigChange() - Method in class org.spiderwiz.core.Main
Handles the event that the application's configuration file is modified and reloaded, through SpiderAdmin or by custom code.
onConnect() - Method in class org.spiderwiz.core.ImportHandler
Called when the channel managed by this handler is connected.
onConnectFailed(Exception) - Method in class org.spiderwiz.core.ImportHandler
Called when the channel managed by this handler could not connect.
onConnectFailed(String, Exception) - Method in class org.spiderwiz.core.Main
Called when a communication session could not be established.
onDisconnect(String) - Method in class org.spiderwiz.core.ImportHandler
Called when the channel managed by this handler is disconnected.
onError(Throwable) - Method in class org.spiderwiz.core.Channel
Reports an exception.
onEvent() - Method in class org.spiderwiz.core.DataObject
Handles an object event.
onExpire() - Method in class org.spiderwiz.core.QueryObject
Handles query expiration.
onInquire() - Method in class org.spiderwiz.core.QueryObject
Handles a query on the responder side.
onlyForMe() - Method in class org.spiderwiz.core.DataObject
Returns true if and only if a received object shall not be propagated to other consumers.
onNew() - Method in class org.spiderwiz.core.DataObject
Handles a new object event.
onObjectReset(Resetter) - Method in class org.spiderwiz.core.Main
Called when a data object of a specific type needs a reset.
onRemoval() - Method in class org.spiderwiz.core.DataObject
Handles an object removal event.
onRename(String) - Method in class org.spiderwiz.core.DataObject
Handles an object rename event.
onReply() - Method in class org.spiderwiz.core.QueryObject
Handles a query response.
onReplyEnd() - Method in class org.spiderwiz.core.QueryObject
Handles the notification of the end of a multi-item response stream.
onReplyNext() - Method in class org.spiderwiz.core.QueryObject
Handles one response item of a multi-item response stream.
onResetCompleted(Resetter) - Method in class org.spiderwiz.core.Main
Called when a data object reset is completed.
onRestore(Object) - Method in class org.spiderwiz.core.DataObject
Handles a record restored from the object archive.
open() - Method in class org.spiderwiz.core.Channel
Opens the channel for communication.
open() - Method in class org.spiderwiz.core.ServerChannel
Opens the server for arriving connection requests.
OpResults - Class in org.spiderwiz.admin.data
Describes the results of a SpiderAdmin button operation.
OpResults() - Constructor for class org.spiderwiz.admin.data.OpResults
Constructs an empty object
OpResults(String) - Constructor for class org.spiderwiz.admin.data.OpResults
Constructs an object with the given status value and the current time.
org.spiderwiz.admin.data - package org.spiderwiz.admin.data
Classes used by SpiderAdmin.
org.spiderwiz.annotation - package org.spiderwiz.annotation
Annotation classes used by the Spiderwiz framework.
org.spiderwiz.core - package org.spiderwiz.core
Core classes of the Spiderwiz framework.
org.spiderwiz.zutils - package org.spiderwiz.zutils
Various utility classes used by the Spiderwiz framework.

P

PageInfo - Class in org.spiderwiz.admin.data
Specifies the layout of an application page in SpiderAdmin.
PageInfo() - Constructor for class org.spiderwiz.admin.data.PageInfo
Constructs a default object.
PageInfo(Boolean, Boolean) - Constructor for class org.spiderwiz.admin.data.PageInfo
Constructs an object with initial values.
PageInfo.ButtonInfo - Class in org.spiderwiz.admin.data
Specifies the label and the function of a custom button in an application page.
PageInfo.TableInfo - Class in org.spiderwiz.admin.data
Specifies the structure of a table displayed in an application page.
PageInfo.TableInfo.ColumnInfo - Class in org.spiderwiz.admin.data
Specifies the parameters of a table column.
PageInfo.TableInfo.Style - Class in org.spiderwiz.admin.data
Helper class for managing HTML styles.
PageInfo.TableInfo.Summary - Class in org.spiderwiz.admin.data
Defines codes that determine the value in the summary line for a specific table column.
parseBoolean(String) - Static method in class org.spiderwiz.zutils.ZUtilities
Returns the boolean value that the given string represents.
parseDouble(String) - Static method in class org.spiderwiz.zutils.ZUtilities
Returns the given string parsed into a double float number, or zero if the string does not represent a valid float number.
parseFloat(String) - Static method in class org.spiderwiz.zutils.ZUtilities
Returns the given string parsed into a float number, or zero if the string does not represent a valid float number.
parseFloat(String, float) - Static method in class org.spiderwiz.zutils.ZUtilities
Returns the given string parsed into a float number, or the given default value if the string does not represent a valid float number.
parseFullTimestamp(String) - Static method in class org.spiderwiz.zutils.ZDate
Parses the beginning of the given string assuming it contains a timestamp value in the format "ddMMyyHHmmssSSS".
parseGMTtime(String, String) - Static method in class org.spiderwiz.zutils.ZDate
Parses the beginning of the given string assuming it contains a formatted GMT time string.
parseInt(String) - Static method in class org.spiderwiz.zutils.ZUtilities
Returns the given string parsed into an integer, or zero if the string does not represent a valid integer number.
parseInt(String, int) - Static method in class org.spiderwiz.zutils.ZUtilities
Returns the given string parsed into an integer, or the given default value if the string does not represent a valid integer number.
parseLong(String) - Static method in class org.spiderwiz.zutils.ZUtilities
Returns the given string parsed into a long integer, or zero if the string does not represent a valid integer number.
parseLong(String, long) - Static method in class org.spiderwiz.zutils.ZUtilities
Returns the given string parsed into a long integer, or the given default value if the string does not represent a valid integer number.
parseParameterList(String) - Static method in class org.spiderwiz.zutils.ZDictionary
Gets a parameter list string and returns a dictionary object that maps keys to values.
parseRoundTime(String, int) - Static method in class org.spiderwiz.zutils.ZDate
Parses the beginning of the given string assuming it contains a rounded timestamp string formatted as "ddMMyyHHmmssS(s)" when the number of Ss is the given precision.
parseTime(String, String, ZDate) - Static method in class org.spiderwiz.zutils.ZDate
Parses a formatted time string using the given date object to resolve full time data.
pause(long) - Method in class org.spiderwiz.zutils.ZTrigger
Pauses the calling thread until the trigger is released or the given timeout interval has elapsed.
PLAIN - org.spiderwiz.zutils.ZSMTPMail.Mode
No security protocol is used.
populateObjectFactory(List<Class<? extends DataObject>>) - Method in class org.spiderwiz.core.Main
Registers application-specific object handlers.
post(long) - Method in class org.spiderwiz.core.QueryObject
Posts the query.
post(long, String) - Method in class org.spiderwiz.core.QueryObject
Posts the query to specific destination.
postDec() - Method in class org.spiderwiz.zutils.ZModInteger
Decrements the object by 1 modulo the defined base and returns the object value before the decrement.
postDistribute() - Method in class org.spiderwiz.core.DataObject
A hook for performing an action after the object is distributed.
postInc() - Method in class org.spiderwiz.zutils.ZModInteger
Increments the object by 1 modulo the defined base and returns the object value before the increment.
postIncAsHex() - Method in class org.spiderwiz.zutils.ZModInteger
Increments the object by 1 modulo the defined base and returns the object value before the increment as a hexadecimal value.
postStart() - Method in class org.spiderwiz.core.Main
Override this method to run extra initialization code after full framework initialization.
precision() - Method in annotation type org.spiderwiz.annotation.WizField
Specifies the precision to be used when serializing a float or double value.
preDistribute() - Method in class org.spiderwiz.core.DataObject
A hook for performing an action before the object is distributed.
preStart() - Method in class org.spiderwiz.core.Main
Executes custom initialization code.
processAllProperties() - Method in class org.spiderwiz.zutils.ZConfig
Performs custom processing for each property included in the configuration map.
processLine(String, ZDate) - Method in class org.spiderwiz.core.ImportHandler
Processes an imported serialized data line.
processObject(Object, ZDate, int) - Method in class org.spiderwiz.core.ImportHandler
Processes an imported object.
processProperty(String, String) - Method in class org.spiderwiz.zutils.ZConfig
Processes the given property.
Property() - Constructor for class org.spiderwiz.admin.data.PropertySheet.Property
 
Property(String, String) - Constructor for class org.spiderwiz.zutils.ZConfig.Property
Class constructor.
PropertySheet - Class in org.spiderwiz.admin.data
Holds a copy of the content of an application's configuration file.
PropertySheet() - Constructor for class org.spiderwiz.admin.data.PropertySheet
Constructs an empty object.
PropertySheet() - Constructor for class org.spiderwiz.zutils.ZConfig.PropertySheet
 
PropertySheet.Property - Class in org.spiderwiz.admin.data
Holds the key to value mapping of a single configuration property.
pull(boolean) - Method in class org.spiderwiz.zutils.ZBuffer
Retrieves and removes the bottom element of this buffer (head of the queue).
put(K, V) - Method in class org.spiderwiz.zutils.ZHashMap
Synchronized implementation of HashMap.put(java.lang.Object, java.lang.Object).
putAll(Map<? extends K, ? extends V>) - Method in class org.spiderwiz.zutils.ZHashMap
Synchronized implementation of HashMap.putAll(java.util.Map).
putIfAbsent(K, V) - Method in class org.spiderwiz.zutils.ZHashMap
putIfAbsentReturnNew(K, V) - Method in class org.spiderwiz.zutils.ZHashMap
This does what HashMap.putIfAbsent(java.lang.Object, java.lang.Object) does (plus synchronization), but it always returns the newly stored value.

Q

QueryObject - Class in org.spiderwiz.core
A base class for Query Objects.
QueryObject() - Constructor for class org.spiderwiz.core.QueryObject
Object constructor.

R

RawExport - Static variable in class org.spiderwiz.core.Main.ObjectCodes
Identifies an object that delegates data export.
RawImport - Static variable in class org.spiderwiz.core.Main.ObjectCodes
Identifies an object that delegates parsing of imported data.
readLine() - Method in class org.spiderwiz.core.Channel
Reads a line of text.
release() - Method in class org.spiderwiz.zutils.ZTrigger
Releases the trigger only if it has been requested, i.e.
reload() - Method in class org.spiderwiz.zutils.ZConfig
Reloads the properties from the file used to initialize the object.
reloadConfig() - Method in class org.spiderwiz.core.Main
Reloads the application's configuration file.
remove() - Method in class org.spiderwiz.core.DataObject
Removes the object.
remove(int) - Method in class org.spiderwiz.zutils.ZArrayList
Synchronized implementation of ArrayList.remove(int).
remove(Object) - Method in class org.spiderwiz.zutils.ZArrayList
Synchronized implementation of ArrayList.remove(java.lang.Object).
remove(Object) - Method in class org.spiderwiz.zutils.ZHashMap
Synchronized implementation of HashMap.remove(java.lang.Object).
remove(Object) - Method in class org.spiderwiz.zutils.ZHashSet
Synchronized implementation of HashSet.remove(java.lang.Object).
removeAll(Collection) - Method in class org.spiderwiz.zutils.ZHashSet
Synchronized implementation of AbstractSet.removeAll(java.util.Collection).
removeAll(Collection<V>) - Method in class org.spiderwiz.zutils.ZHashMap
Removes a collection of values from the map.
removeIf(BiFunction<? super K, ? super V, Boolean>) - Method in class org.spiderwiz.zutils.ZHashMap
Removes all of the elements of this map that satisfy the given two-argument predicate, assuming the first argument is the element key and the second is the element value.
removeIf(Predicate<? super T>) - Method in class org.spiderwiz.zutils.ZHashSet
rename(String) - Method in class org.spiderwiz.core.DataObject
Renames the object.
replace(String, String...) - Static method in class org.spiderwiz.zutils.ZUtilities
Replaces a series of substrings of given string by a series of replacement strings.
replyEnd() - Method in class org.spiderwiz.core.QueryObject
Notifies the end of a multi-item response stream.
replyNext() - Method in class org.spiderwiz.core.QueryObject
Commits a single item of a multi-item response stream.
replyNow() - Method in class org.spiderwiz.core.QueryObject
Commits a query response.
reset() - Method in class org.spiderwiz.core.Main
Resets application data.
reset() - Method in class org.spiderwiz.zutils.ZModerator
Resets the moderator for a new series of actions.
resetCounters() - Method in class org.spiderwiz.core.Main
Resets communication monitoring counters.
resetObject(DataObject) - Method in class org.spiderwiz.core.Resetter
Resets one item.
Resetter - Class in org.spiderwiz.core
Data Object Resetting is the operation that takes place when a consumer of a specific data object type detects loss of data.
restore(String, Object, ZDate, ZDate, String...) - Static method in class org.spiderwiz.core.DataObject
Restores data objects from an archive.
retainAll(Collection) - Method in class org.spiderwiz.zutils.ZHashSet
RIGHT - Static variable in class org.spiderwiz.admin.data.PageInfo.TableInfo.Style
A bit mask that represents the "right" style.
RIGHT_ALIGN - Static variable in class org.spiderwiz.zutils.ZHtml.Styles
Right align style.
round(long) - Method in class org.spiderwiz.zutils.ZDate
Returns a time object equal to the time represented by this object rounded to the given amount of milliseconds.
RowData() - Constructor for class org.spiderwiz.admin.data.TableData.RowData
Constructs and empty object
RTL - Static variable in class org.spiderwiz.admin.data.PageInfo.TableInfo.Style
A bit mask that represents the "rtl" style.
run() - Method in class org.spiderwiz.core.Channel
Implementation of Runnable.run().
run() - Method in class org.spiderwiz.core.ServerChannel
Implementation of Runnable.run().
run() - Method in class org.spiderwiz.zutils.ZBuffer
Implementation of Runnable.run().
run() - Method in class org.spiderwiz.zutils.ZThread
Internal implementation of Runnable.run().
runDailyTask() - Method in class org.spiderwiz.core.Main
Executes the daily task.
runPeriodicalTasks() - Method in class org.spiderwiz.core.Main
Executes custom periodical tasks.

S

saveConfiguration() - Method in class org.spiderwiz.zutils.ZConfig
Saves the loaded configuration map in the configuration file.
savePropertySheet(ZConfig.PropertySheet) - Method in class org.spiderwiz.zutils.ZConfig
Uses a list of properties to rewrite the configuration file and reloads the running application configuration.
SECOND - Static variable in class org.spiderwiz.zutils.ZDate
Number of milliseconds in a second (1000).
send(String, String, String, String, String, boolean, boolean) - Method in interface org.spiderwiz.zutils.ZMail
Sends a mail according to the given parameters.
send(String, String, String, String, String, boolean, boolean) - Method in class org.spiderwiz.zutils.ZSMTPMail
Sends a message via an SMTP server.
sendExceptionMail(Throwable, String, String, boolean) - Method in class org.spiderwiz.core.Main
Sends an alert mail on thrown exceptions.
sendGeneralMail(String, String, String, String, String, boolean, boolean) - Method in class org.spiderwiz.core.Main
Send a general mail using the given parameters.
sendNotificationMail(String, String, ZDate, boolean) - Method in class org.spiderwiz.core.Main
Sends a notification mail.
serialize(boolean) - Method in class org.spiderwiz.core.DataObject
Serializes the object.
ServerChannel - Class in org.spiderwiz.core
This is a base class for implementations of server channels.
ServerChannel() - Constructor for class org.spiderwiz.core.ServerChannel
 
setApplicationName(String) - Method in class org.spiderwiz.admin.data.ApplicationInfo
Sets the value of the applicationName property.
setApplicationUUID(String) - Method in class org.spiderwiz.admin.data.ApplicationInfo
Sets the value of the applicationUUID property.
setColumn(String) - Method in class org.spiderwiz.admin.data.TableData.RowData.CellData
Sets the value of the column property.
setCoreVersion(String) - Method in class org.spiderwiz.admin.data.ApplicationInfo
Sets the value of the coreVersion property.
setData(String) - Method in class org.spiderwiz.admin.data.TableData.RowData.CellData
Sets the value of the data property.
setDeployTime(ZDate) - Method in class org.spiderwiz.admin.data.ApplicationInfo
Sets the value of the deployTime property.
setDiscardOnFull(boolean) - Method in class org.spiderwiz.zutils.ZBuffer
Sets discard-on-full value.
setDownload(double) - Method in class org.spiderwiz.admin.data.FolderList.FolderEntry
Sets the value of the download property.
setEmptyOnFull(boolean) - Method in class org.spiderwiz.zutils.ZBuffer
Sets empty-on-full value.
setExpectedUploadTime(int) - Method in class org.spiderwiz.admin.data.ApplicationInfo
Sets the value of the expectedUploadTime property.
setExternalAddress(boolean) - Method in class org.spiderwiz.admin.data.PageInfo
Sets the value of the externalAddress property.
setHideData(boolean) - Method in class org.spiderwiz.admin.data.PageInfo.TableInfo
Sets the value of the hideData property.
setKey(String) - Method in class org.spiderwiz.admin.data.PropertySheet.Property
Sets the value of the key property.
setLossless(boolean) - Method in class org.spiderwiz.core.Resetter
Sets lossless mode.
setLossless(boolean) - Method in class org.spiderwiz.zutils.ZBuffer
Sets lossless value.
setMaxCapacity(int) - Method in class org.spiderwiz.core.Resetter
Sets the maximum capacity of the resetter buffer.
setMaxCapacity(int) - Method in class org.spiderwiz.zutils.ZBuffer
Sets the maximum number of elements in the buffer.
setModified(String) - Method in class org.spiderwiz.admin.data.FolderList.FolderEntry
Sets the value of the modified property.
setName(String) - Method in class org.spiderwiz.admin.data.FolderList.FolderEntry
Sets the value of the name property.
setPassword(String) - Method in class org.spiderwiz.zutils.ZSMTPMail
Configures the password to login to the SMTP server with.
setProgressedUploadTime(int) - Method in class org.spiderwiz.admin.data.ApplicationInfo
Sets the value of the progressedUploadTime property.
setProperties(String) - Method in class org.spiderwiz.zutils.ZConfig
Sets values in a list of properties.
setProperty(String, String) - Method in class org.spiderwiz.zutils.ZConfig
Sets a property value or remove it.
setResetRate(int) - Method in class org.spiderwiz.core.Resetter
Sets the reset rate in elements per minute.
setRootPath(String) - Method in class org.spiderwiz.zutils.ZLog
Sets a new root pathname to the logger.
setServerLocation(String) - Method in class org.spiderwiz.admin.data.ApplicationInfo
Sets the value of the serverLocation property.
setService(String) - Method in class org.spiderwiz.admin.data.PageInfo.ButtonInfo
Sets the value of the service property.
setService(String) - Method in class org.spiderwiz.admin.data.PageInfo.TableInfo
Sets the value of the service property.
setShowFlushLogs(Boolean) - Method in class org.spiderwiz.admin.data.PageInfo
Sets the value of the showFlushLogs property.
setShowReloadSettings(Boolean) - Method in class org.spiderwiz.admin.data.PageInfo
Sets the value of the showReloadSettings property.
setShowUpdateSettings(Boolean) - Method in class org.spiderwiz.admin.data.PageInfo
Sets the value of the showUpdateSettings property.
setSize(int) - Method in class org.spiderwiz.admin.data.FolderList.FolderEntry
Sets the value of the size property.
setSmtpMode(ZSMTPMail.Mode) - Method in class org.spiderwiz.zutils.ZSMTPMail
Configures SMTP security mode.
setSmtpPort(String) - Method in class org.spiderwiz.zutils.ZSMTPMail
Configures an SMTP port number.
setSmtpServer(String) - Method in class org.spiderwiz.zutils.ZSMTPMail
Configures an SMTP server
setStatus(String) - Method in class org.spiderwiz.admin.data.ApplicationInfo
Sets the value of the status property.
setStatus(String) - Method in class org.spiderwiz.admin.data.OpResults
Sets the value of the status property.
setStyle(String) - Method in class org.spiderwiz.admin.data.PageInfo.TableInfo.ColumnInfo
Sets the value of the style property.
setStyle(String) - Method in class org.spiderwiz.admin.data.TableData.RowData.CellData
Sets the value of the style property.
setSubTitle(String) - Method in class org.spiderwiz.admin.data.PageInfo.TableInfo.ColumnInfo
Sets the value of the subTitle property.
setSummary(int) - Method in class org.spiderwiz.admin.data.PageInfo.TableInfo.ColumnInfo
Sets the value of the summary property.The summary property determines the value displayed in the table summary line for the referenced column.
setText(String) - Method in class org.spiderwiz.admin.data.PageInfo.ButtonInfo
Sets the value of the text property.
setTime(int, int) - Method in class org.spiderwiz.zutils.ZDate
Returns a time object with the date of this object and the given hour and minute.
setTime(String) - Method in class org.spiderwiz.admin.data.OpResults
Sets the value of the time property.
setTimeout(long) - Method in class org.spiderwiz.zutils.ZBuffer
Sets the maximum time in milliseconds to wait for data when pulling from an empty buffer.
setTitle(String) - Method in class org.spiderwiz.admin.data.PageInfo.TableInfo.ColumnInfo
Sets the value of the title property.
setTitle(String) - Method in class org.spiderwiz.admin.data.PageInfo.TableInfo
Sets the value of the title property.
setType(boolean) - Method in class org.spiderwiz.admin.data.FolderList.FolderEntry
Sets the value of the type property.
setUri(String) - Method in class org.spiderwiz.admin.data.TableData.RowData.CellData
Sets the value of the uri property.
setUserID(String) - Method in class org.spiderwiz.core.DataObject
Attaches a user ID to the object.
setUsername(String) - Method in class org.spiderwiz.zutils.ZSMTPMail
Configures the username to login to the SMTP server with.
setValue(int) - Method in class org.spiderwiz.zutils.ZModInteger
Sets the value of the object to the given value modulo the object defined base.
setValue(String) - Method in class org.spiderwiz.admin.data.PropertySheet.Property
Sets the value of the value property.
setValue(String) - Method in class org.spiderwiz.zutils.ZConfig.Property
Sets property value.
setVerify(boolean) - Method in class org.spiderwiz.admin.data.PageInfo.ButtonInfo
Sets the value of the verify property.
setVersion(String) - Method in class org.spiderwiz.admin.data.ApplicationInfo
Sets the value of the version property.
size() - Method in class org.spiderwiz.zutils.ZHashMap
Synchronized implementation of HashMap.size().
size() - Method in class org.spiderwiz.zutils.ZHashSet
Synchronized implementation of HashSet.size().
SORTABLE - Static variable in class org.spiderwiz.zutils.ZDate
Represents "yyyy-MM-dd'T'HH:mm:ss" time format.
split(String) - Static method in class org.spiderwiz.zutils.Ztrings
Returns a new set containing the components of the given string after being split by a semicolon (;).
split(String, String) - Static method in class org.spiderwiz.zutils.Ztrings
Returns a new set containing the components of the given string after being split by the given delimiter.
splitIntoSet(String, String) - Static method in class org.spiderwiz.zutils.ZUtilities
Split list by delimiter and return the result as a Set
SQL_DATE - Static variable in class org.spiderwiz.zutils.ZDate
Represents "yyyy-MM-dd HH:mm:ss" time format.
SSL - org.spiderwiz.zutils.ZSMTPMail.Mode
SSL protocol.
stackTraceToString(Throwable) - Static method in class org.spiderwiz.zutils.ZUtilities
Returns the stack trace of the given exception object as a string.
startLogging(boolean) - Method in class org.spiderwiz.core.Main
Starts application logging.
stringsToInts(String[]) - Static method in class org.spiderwiz.zutils.ZUtilities
Returns an array of integer numbers parsed from the given array of strings.
Style() - Constructor for class org.spiderwiz.admin.data.PageInfo.TableInfo.Style
 
styleHebrew(String) - Static method in class org.spiderwiz.admin.data.PageInfo.TableInfo.Style
If the given text is in Hebrew then return the RIGHT+RTL bit mask, otherwise return NONE.
Summary() - Constructor for class org.spiderwiz.admin.data.PageInfo.TableInfo.Summary
 

T

TableData - Class in org.spiderwiz.admin.data
Holds the data used by SpiderAdmin to populate a table in an application page.
TableData() - Constructor for class org.spiderwiz.admin.data.TableData
 
TableData.RowData - Class in org.spiderwiz.admin.data
Holds data to populate one table row.
TableData.RowData.CellData - Class in org.spiderwiz.admin.data
Holds data for each table cell.
TableInfo() - Constructor for class org.spiderwiz.admin.data.PageInfo.TableInfo
Constructs an empty object.
TableInfo(String, String, boolean) - Constructor for class org.spiderwiz.admin.data.PageInfo.TableInfo
Constructs an object with initial values.
TIMESTAMP - Static variable in class org.spiderwiz.zutils.ZDate
Represents "ddMMyyHHmmss" time format.
TLS - org.spiderwiz.zutils.ZSMTPMail.Mode
TLS protocol.
toArray(Class<T>) - Method in class org.spiderwiz.zutils.ZHashSet
Converts this set to a simple array.
today() - Static method in class org.spiderwiz.zutils.ZDate
Returns a new time object representing the midnight that started the current day
toGMT() - Method in class org.spiderwiz.zutils.ZDate
Returns a time object that represents the time of this object after shifting it to GMT time zone.
toHtml() - Method in class org.spiderwiz.zutils.ZHtml.Document
Returns the document with all its added nodes as an HTML text.
toInt() - Method in class org.spiderwiz.zutils.ZModInteger
Returns the object as an integer.
toPlainText(String) - Static method in class org.spiderwiz.zutils.ZHtml
Converts HTML code to plain text while preserving line breaks.
toSQLdate() - Method in class org.spiderwiz.zutils.ZDate
Returns the time of this object as an SQL Date object.
toSQLtime() - Method in class org.spiderwiz.zutils.ZDate
Returns the time of this object as an SQL Timestamp object.
toString() - Method in class org.spiderwiz.zutils.ZModInteger
Returns a string representation of the object.
TOTAL - Static variable in class org.spiderwiz.admin.data.PageInfo.TableInfo.Summary
Specifies that the summary line for the referenced column shall contain the summary of all column values.
toUUIDs() - Method in class org.spiderwiz.zutils.Ztrings
Converts a set of strings to a set of UUID elements.
toXMLGregorianCalendar(DatatypeFactory) - Method in class org.spiderwiz.zutils.ZDate
Returns the time of this object as an XMLGregorianCalendar object, using the given factory for conversion.
truncate(long) - Method in class org.spiderwiz.zutils.ZDate
Returns a time object equal to the time represented by this object truncated to a floor value that is a whole multiply of the given amount of milliseconds.

U

union(Collection<String>) - Method in class org.spiderwiz.zutils.Ztrings
Returns a new set containing all elements of both this set and the given collection.
union(Collection<T>) - Method in class org.spiderwiz.zutils.ZHashSet
Returns a new set that contains the union of this set and the given collection.
unlockRead() - Method in class org.spiderwiz.zutils.ZArrayList
Unlocks the list after reading.
unlockRead() - Method in class org.spiderwiz.zutils.ZHashMap
Unlocks the map after reading.
unlockRead() - Method in class org.spiderwiz.zutils.ZHashSet
Unlocks the set after reading.
unlockRead() - Method in class org.spiderwiz.zutils.ZLock
Unlocks this lock after being locked for reading.
unlockWrite() - Method in class org.spiderwiz.zutils.ZArrayList
Unlocks the list after writing.
unlockWrite() - Method in class org.spiderwiz.zutils.ZHashMap
Unlocks the map after writing.
unlockWrite() - Method in class org.spiderwiz.zutils.ZHashSet
Unlocks the set after writing.a
unlockWrite() - Method in class org.spiderwiz.zutils.ZLock
Unlock this lock after being locked for writing.

V

valueOf(String) - Static method in enum org.spiderwiz.zutils.ZSMTPMail.Mode
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.spiderwiz.zutils.ZSMTPMail.Mode
Returns an array containing the constants of this enum type, in the order they are declared.

W

waitForReply() - Method in class org.spiderwiz.core.QueryObject
Waits until the query is replied or expires.
WizField - Annotation Type in org.spiderwiz.annotation
Identifies a serializable field of a serializable class.
WizMain - Annotation Type in org.spiderwiz.annotation
Identifies the class as the Main class in a Spiderwiz project.
WizObject - Annotation Type in org.spiderwiz.annotation
Identifies the class as a Data Object in the Spiderwiz framework.
WizQuery - Annotation Type in org.spiderwiz.annotation
Identifies the class as a Query Object in the Spiderwiz framework.
WizSerializable - Annotation Type in org.spiderwiz.annotation
Identifies a class as serializable by the Spiderwiz framework.
writeLine(String) - Method in class org.spiderwiz.core.Channel
Writes a line of text.

Y

YYMMDD - Static variable in class org.spiderwiz.zutils.ZDate
Represents "yyMMdd" time format.
YYMMDDHHMM - Static variable in class org.spiderwiz.zutils.ZDate
Represents "yyMMddHHmm" time format.
YYMMDDHHMMSS - Static variable in class org.spiderwiz.zutils.ZDate
Represents "yyMMddHHmmss" time format.
YYYYMMDDHHMM - Static variable in class org.spiderwiz.zutils.ZDate
Represents "yyyyMMddHHmm" time format.
YYYYMMDDHHMMSS - Static variable in class org.spiderwiz.zutils.ZDate
Represents "yyyyMMddHHmmss" time format.

Z

ZArrayList<T> - Class in org.spiderwiz.zutils
A synchronized implementation of ArrayList.
ZArrayList() - Constructor for class org.spiderwiz.zutils.ZArrayList
Constructs an empty list with an initial capacity of 10.
ZBuffer<T> - Class in org.spiderwiz.zutils
Manages the processing of a queue of elements.
ZBuffer(ZDispenser<T>) - Constructor for class org.spiderwiz.zutils.ZBuffer
Constructs a single-thread buffer.
ZBuffer(ZDispenser<T>, int) - Constructor for class org.spiderwiz.zutils.ZBuffer
Constructs a buffer.
ZConfig - Class in org.spiderwiz.zutils
A class that manages application configuration files.
ZConfig() - Constructor for class org.spiderwiz.zutils.ZConfig
Class constructor.
ZConfig.Property - Class in org.spiderwiz.zutils
Represents one mapping of property name -> property value.
ZConfig.PropertySheet - Class in org.spiderwiz.zutils
Represents all the properties defined in a configuration file as an ArrayList.
ZDate - Class in org.spiderwiz.zutils
Extension of Date that provides extra utility fields and methods.
ZDate() - Constructor for class org.spiderwiz.zutils.ZDate
Constructs an object representing the current time, measured to the nearest millisecond.
ZDate(float) - Constructor for class org.spiderwiz.zutils.ZDate
Constructs an object representing the date of today, with the given amount of seconds, possibly with a faction, from midnight in local time.
ZDate(int, int) - Constructor for class org.spiderwiz.zutils.ZDate
Constructs an object representing the date of today, with the given hour and minute in local time.
ZDate(long) - Constructor for class org.spiderwiz.zutils.ZDate
Constructs an object from a value of milliseconds since 1/1/1970 GMT.
ZDate(String, String) - Constructor for class org.spiderwiz.zutils.ZDate
Constructs an object by parsing the beginning of the given string with a given time format.
ZDate(Date) - Constructor for class org.spiderwiz.zutils.ZDate
Constructs an object from the value represented by a given Date object.
ZDictionary - Class in org.spiderwiz.zutils
Equivalent of ZHashMap<String,String> with some utility methods.
ZDictionary() - Constructor for class org.spiderwiz.zutils.ZDictionary
Constructs an empty ZDictionary with the default initial capacity and the default load factor.
ZDictionary(Map<String, String>) - Constructor for class org.spiderwiz.zutils.ZDictionary
Constructs a new ZDictionary with the same mappings as the specified Map.
ZDispenser<T> - Interface in org.spiderwiz.zutils
Used by ZBuffer to dispense buffered objects.
ZHashMap<K,​V> - Class in org.spiderwiz.zutils
A synchronized implementation of HashMap.
ZHashMap() - Constructor for class org.spiderwiz.zutils.ZHashMap
Constructs an empty ZHashMap with the default initial capacity (16) and the default load factor (0.75).
ZHashMap(Map<? extends K, ? extends V>) - Constructor for class org.spiderwiz.zutils.ZHashMap
Constructs a new ZHashMap with the same mappings as the specified Map
ZHashSet<T> - Class in org.spiderwiz.zutils
A synchronized implementation of HashSet.
ZHashSet() - Constructor for class org.spiderwiz.zutils.ZHashSet
Constructs a new, empty set; the backing HashSet instance has default initial capacity (16) and load factor (0.75).
ZHtml - Class in org.spiderwiz.zutils
A utility class for generating simple HTML documents.
ZHtml.Anchor - Class in org.spiderwiz.zutils
Represents an anchor node (<a>).
ZHtml.Cell - Class in org.spiderwiz.zutils
Represents a table cell node (<td>).
ZHtml.Div - Class in org.spiderwiz.zutils
Represents a div element (<div>).
ZHtml.Document - Class in org.spiderwiz.zutils
Represents the root node of an HTML document.
ZHtml.Heading - Class in org.spiderwiz.zutils
Represents a heading tag with a given level (<hlevel>).
ZHtml.Node - Class in org.spiderwiz.zutils
Represents an HTML node.
ZHtml.Paragraph - Class in org.spiderwiz.zutils
Represents a text paragraph (<p>).
ZHtml.Row - Class in org.spiderwiz.zutils
Represents a table row node (<tr>).
ZHtml.Styles - Class in org.spiderwiz.zutils
Predefined CSS styles.
ZHtml.Table - Class in org.spiderwiz.zutils
Represents a table node (<table>).
ZHtml.TextNode - Class in org.spiderwiz.zutils
Represents a generic node that can be incrementally loaded with anything from plain text to nodes of other types.
ZLock - Class in org.spiderwiz.zutils
An implementation of ReentrantReadWriteLock with an easier read-write lock mechanism.
ZLock() - Constructor for class org.spiderwiz.zutils.ZLock
Creates a new lock with default (nonfair) ordering properties.
ZLock(boolean) - Constructor for class org.spiderwiz.zutils.ZLock
Creates a new lock with the given fairness policy.
ZLog - Class in org.spiderwiz.zutils
Provides logging mechanism.
ZLog(String, ZConfig) - Constructor for class org.spiderwiz.zutils.ZLog
Constructs an appending logger.
ZLog(String, ZConfig, boolean) - Constructor for class org.spiderwiz.zutils.ZLog
Constructs an appending or overwriting logger.
ZMail - Interface in org.spiderwiz.zutils
An interface for mail sending implementations.
ZModerator - Class in org.spiderwiz.zutils
A class used to moderate a repeated action according to a set rate.
ZModerator() - Constructor for class org.spiderwiz.zutils.ZModerator
 
ZModInteger - Class in org.spiderwiz.zutils
Represents an integer number with a defined modulo base.
ZModInteger(int) - Constructor for class org.spiderwiz.zutils.ZModInteger
Constructs an object with the given modulo base and the initial value of zero.
ZModInteger(int, int) - Constructor for class org.spiderwiz.zutils.ZModInteger
Constructs an object with the given modulo base and the given initial value.
ZSMTPMail - Class in org.spiderwiz.zutils
Implementation of ZMail for SMTP mail.
ZSMTPMail() - Constructor for class org.spiderwiz.zutils.ZSMTPMail
 
ZSMTPMail.Mode - Enum in org.spiderwiz.zutils
Defines SMTP security protocols.
ZThread - Class in org.spiderwiz.zutils
A base class for implementations of actions running in a looping thread with set suspension time between iterations.
ZThread() - Constructor for class org.spiderwiz.zutils.ZThread
Constructs a looping thread object.
ZTrigger - Class in org.spiderwiz.zutils
Controls thread execution.
ZTrigger() - Constructor for class org.spiderwiz.zutils.ZTrigger
 
Ztrings - Class in org.spiderwiz.zutils
Extension of ZHashSet<String> with some utility methods.
Ztrings() - Constructor for class org.spiderwiz.zutils.Ztrings
 
ZUtilities - Class in org.spiderwiz.zutils
Contains various static utility methods.
A B C D E F G H I K L M N O P Q R S T U V W Y Z 
All Classes|All Packages