Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 

S

SafeVarargs - Annotation Type in java.lang
A programmer assertion that the body of the annotated method or constructor does not perform potentially unsafe operations on its varargs parameter.
SATURDAY - Static variable in class java.util.Calendar
 
save(String) - Method in class java.util.Json
Stores the JSON object in string form.
save(File) - Method in class java.util.Json
Stores the JSON object in string form.
save(OutputStream, String) - Method in class java.util.Properties
Deprecated.
This method does not throw an IOException if an I/O error occurs while saving the property list. As of the Java 2 platform v1.2, the preferred way to save a properties list is via the store(OutputStream out, String header) method.
search(Object) - Method in class java.util.Stack
 
SECOND - Static variable in class java.util.Calendar
 
SECOND_FIELD - Static variable in class java.text.DateFormat
Useful constant for SECOND field alignment.
Security - Class in com.integpg.system
A SHA-1 Hash and a "Better than Java" random number generator.
SecurityException - Exception in java.lang
 
SecurityException() - Constructor for exception java.lang.SecurityException
SecurityException
SecurityException(String) - Constructor for exception java.lang.SecurityException
 
SecurityManager - Class in java.lang
 
SecurityManager() - Constructor for class java.lang.SecurityManager
SecurityManager
seed - Variable in class java.util.Random
seed
seek(long) - Method in class java.io.RandomAccessFile
 
select(long) - Method in class com.integpg.sensor.SensorPort
Selects the external device by address.
send() - Method in class com.integpg.system.MailComposer
This transmits the composed e-mail.
send(DatagramPacket) - Method in class java.net.DatagramSocket
 
send(DatagramPacket, byte) - Method in class java.net.MulticastSocket
 
sendBreak(int) - Method in class com.integpg.comm.SerialPort
Creates a serial Break condition for the defined period in milliseconds.
sendMail(String, String, String) - Static method in class com.integpg.system.JANOS
Sends the defined email message.
sendMarkAfterBreak(int, int) - Method in class com.integpg.comm.AUXSerialPort
First this method creates a Break condition on the serial line for a duration defined in microseconds.
SensorPort - Class in com.integpg.sensor
 
SensorPort() - Constructor for class com.integpg.sensor.SensorPort
 
separator - Static variable in class java.io.File
The system-dependent default name-separator character, represented as a string for convenience.
separatorChar - Static variable in class java.io.File
The system-dependent default name-separator character.
SEPTEMBER - Static variable in class java.util.Calendar
 
SequenceInputStream - Class in java.io
 
SequenceInputStream(InputStream, InputStream) - Constructor for class java.io.SequenceInputStream
 
SequenceInputStream(Enumeration) - Constructor for class java.io.SequenceInputStream
 
serialEvent(SerialPortEvent) - Method in interface com.integpg.comm.SerialPortEventListener
 
SerialInputStream - Class in com.integpg.comm
 
SerialInputStream() - Constructor for class com.integpg.comm.SerialInputStream
Creates a serial connection
SerialInputStream(int, int) - Constructor for class com.integpg.comm.SerialInputStream
 
serializableClassNum - Static variable in class com.integpg.reflect.Tools
Class number for the class java.io.Serializable.
SerialOutputStream - Class in com.integpg.comm
 
SerialOutputStream(int) - Constructor for class com.integpg.comm.SerialOutputStream
 
SerialPort - Class in com.integpg.comm
 
SerialPort(int) - Constructor for class com.integpg.comm.SerialPort
Initializer used only when instantiating AUXSerialPort.class and COMSerialPort.class.
SerialPortEvent - Class in com.integpg.comm
 
SerialPortEvent(SerialPort, int, boolean, boolean) - Constructor for class com.integpg.comm.SerialPortEvent
Constructs a SerialPortEvent with the specified serial port, event type, old and new values.
SerialPortEventListener - Interface in com.integpg.comm
 
ServerSocket - Class in java.net
 
ServerSocket(int) - Constructor for class java.net.ServerSocket
Creates a server socket, bound to the specified port.
ServerSocket(int, int) - Constructor for class java.net.ServerSocket
Creates a server socket and binds it to the specified local port number, with the specified backlog.
ServerSocket(int, int, InetAddress) - Constructor for class java.net.ServerSocket
Create a server with the specified port, listen backlog, and local IP address to bind to.
set(Object, int, Object) - Static method in class java.lang.reflect.Array
 
set(Object, Object) - Method in class java.lang.reflect.Field
 
set(int, E) - Method in class java.util.ArrayList
Stores a new item at the specified index.
set(int) - Method in class java.util.BitSet
 
set(int, int) - Method in class java.util.Calendar
Sets the given calendar field to the given value.
set(int, int, int) - Method in class java.util.Calendar
Sets the values for the tzParams YEAR, MONTH, and DAY_OF_MONTH.
set(int, int, int, int, int) - Method in class java.util.Calendar
Sets the values for the tzParams YEAR, MONTH, DAY_OF_MONTH, HOUR and MINUTE.
set(int, int, int, int, int, int) - Method in class java.util.Calendar
Sets the values for the tzParams YEAR, MONTH, DAY_OF_MONTH, HOUR, MINUTE, and SECOND.
set10vOut(int, double) - Static method in class com.integpg.sensor.SensorPort
sets the value of the output of a 10v module at the given channel.
set10vOut(int, double) - Static method in class com.integpg.system.JANOS
Deprecated.
set420Out(int, double) - Static method in class com.integpg.sensor.SensorPort
sets the value of the output of a 10v module at the given channel.
set420Out(int, double) - Static method in class com.integpg.system.JANOS
Deprecated.
setAccessible(boolean) - Method in class java.lang.reflect.AccessibleObject
 
setAccessible(AccessibleObject[], boolean) - Static method in class java.lang.reflect.AccessibleObject
 
setAction(int) - Method in class com.integpg.system.Watchdog
Defines the actions to be taken should the timer expire.
setAddress(InetAddress) - Method in class java.net.DatagramPacket
 
setAmPmStrings(String[]) - Method in class java.text.DateFormatSymbols
Sets ampm strings.
setAttachment(String) - Method in class com.integpg.system.MailComposer
This adds a file to the attachment list.
setAttachment(String, String, boolean) - Method in class com.integpg.system.MailComposer
This adds a file to the attachment list.
setBccAddress(String[]) - Method in class com.integpg.system.MailComposer
Defines the "Blind Copy" addressing for this message if any.
setBitParameters(int, int, int) - Method in class com.integpg.comm.SerialPort
 
setBoolean(Object, int, boolean) - Static method in class java.lang.reflect.Array
 
setBoolean(Object, boolean) - Method in class java.lang.reflect.Field
 
setBootDialog(boolean) - Static method in class com.integpg.comm.COMSerialPort
 
setByte(Object, int, byte) - Static method in class java.lang.reflect.Array
 
setByte(Object, byte) - Method in class java.lang.reflect.Field
 
setCalendar(Calendar) - Method in class java.text.DateFormat
Set the calendar to be used by this date format.
setCcAddress(String[]) - Method in class com.integpg.system.MailComposer
Defines the "CC" addressing for this message if any.
setChanged() - Method in class java.util.Observable
setChanged
setChar(Object, int, char) - Static method in class java.lang.reflect.Array
 
setChar(Object, char) - Method in class java.lang.reflect.Field
 
setCharAt(int, char) - Method in class java.lang.StringBuffer
 
setChoices(double[], String[]) - Method in class java.text.ChoiceFormat
Set the choices to be used in formatting.
setCtrlC(boolean) - Static method in class com.integpg.system.JANOS
Turns on and off the ability to interrupt the process using Ctrl-C.
setCurrentTime(long) - Static method in class com.integpg.system.Timebase
Sets the current time in milliseconds since the January 1st 1970 at 00:00:00 GMT epoch.
setDaemon(boolean) - Method in class java.lang.Thread
 
setDaemon(boolean) - Method in class java.lang.ThreadGroup
 
setData(byte[]) - Method in class java.net.DatagramPacket
 
setDate(int) - Method in class java.util.Date
Sets the day of the month of this Date object to the specified value.
setDateFormatSymbols(DateFormatSymbols) - Method in class java.text.SimpleDateFormat
Allows you to set the date/time formatting data.
setDecimalFormatSymbols(DecimalFormatSymbols) - Method in class java.text.DecimalFormat
Sets the decimal format symbols, which is generally not changed by the programmer or user.
setDecimalSeparator(char) - Method in class java.text.DecimalFormatSymbols
Set character used for decimal sign.
setDecimalSeparatorAlwaysShown(boolean) - Method in class java.text.DecimalFormat
Allows you to set the behavior of the decimal separator with integers.
setDefault(Locale) - Static method in class java.util.Locale
Sets the default locale for this instance of the Java Virtual Machine.
setDefault(TimeZone) - Static method in class java.util.TimeZone
Sets the TimeZone that is returned by the getDefault method.
setDigit(char) - Method in class java.text.DecimalFormatSymbols
Sets the character used for a digit in a pattern.
setDouble(Object, int, double) - Static method in class java.lang.reflect.Array
 
setDouble(Object, double) - Method in class java.lang.reflect.Field
 
setDuration(int) - Method in class com.integpg.system.Watchdog
Sets the timer duration (60000 milliseconds is default).
setEcho(boolean) - Method in class com.integpg.comm.SerialInputStream
Turns on and off echoing back characters read by this stream.
setElementAt(E, int) - Method in class java.util.Vector
Sets the element at the specified index of this vector to be the specified object.
setEndRule(int, int, int, int) - Method in class java.util.SimpleTimeZone
 
setEras(String[]) - Method in class java.text.DateFormatSymbols
Sets era strings.
setErr(PrintStream) - Static method in class java.lang.System
Reassigns the "standard" error stream.
setError() - Method in class java.io.PrintStream
setError
setError() - Method in class java.io.PrintWriter
setError
setErrorIndex(int) - Method in class java.text.ParsePosition
Set the index at which a parse error occurred.
setEventListener(WatchdogEventListener) - Method in class com.integpg.system.Watchdog
Set an event listener for this Watchdog.
setFastSlew(boolean) - Method in class com.integpg.comm.AUXSerialPort
Sets the slew rate for RS-485 mode.
setFieldValue(Object, int, int, int) - Static method in class com.integpg.reflect.Tools
setFieldXXX sets the value inside a field.
setFirstDayOfWeek(int) - Method in class java.util.Calendar
Sets what the first day of the week is.
setFloat(Object, int, float) - Static method in class java.lang.reflect.Array
 
setFloat(Object, float) - Method in class java.lang.reflect.Field
 
setFlowControlMode(int) - Method in class com.integpg.comm.SerialPort
Sets the ports flow control mode.
setFormat(int, Format) - Method in class java.text.MessageFormat
Set a format to be used on a variable in the pattern.
setFormats(Format[]) - Method in class java.text.MessageFormat
Sets formats to use on parameters.
setGroupingSeparator(char) - Method in class java.text.DecimalFormatSymbols
Set the character used for thousands separator.
setGroupingSize(int) - Method in class java.text.DecimalFormat
Set the grouping size.
setGroupingUsed(boolean) - Method in class java.text.NumberFormat
Set whether or not grouping will be used in this format.
setHours(int) - Method in class java.util.Date
Sets the hour of this Date object to the specified value.
setID(String) - Method in class java.util.TimeZone
Sets the time zone ID.
setIn(InputStream) - Static method in class java.lang.System
Reassigns the "standard" input stream.
setInCurrentEnvironment(String, String) - Static method in class com.integpg.system.JANOS
Sets the value of the key in the current environment.
setIndex(int) - Method in class java.text.ParsePosition
Set the current parse position.
setInfinity(String) - Method in class java.text.DecimalFormatSymbols
Sets the character used to represent infinity.
setInputBufferSize(int) - Method in class com.integpg.comm.SerialPort
Sets the ports input buffer size.
setInputConditioning(int, int) - Static method in class com.integpg.system.JANOS
Sets the desired input conditioning.
setInputCounter(int, int) - Static method in class com.integpg.system.JANOS
Sets the counter for the specified Digital Input.
setInt(byte[], int, int) - Static method in class com.integpg.system.ArrayUtils
Writes an int value value to byte array thisArray starting at offset offset.
setInt(Object, int, int) - Static method in class java.lang.reflect.Array
 
setInt(Object, int) - Method in class java.lang.reflect.Field
 
setInterface(InetAddress) - Method in class java.net.MulticastSocket
 
setKeepAlive(boolean) - Method in class java.net.Socket
 
setLastModified(long) - Method in class java.io.File
Sets the Last Modified timestamp for the file.
setLength(Object, long) - Method in class java.io.File
 
setLength(long) - Method in class java.io.RandomAccessFile
 
setLength(int) - Method in class java.lang.StringBuffer
 
setLength(int) - Method in class java.net.DatagramPacket
 
setLenient(boolean) - Method in class java.text.DateFormat
Specify whether or not date/time parsing is to be lenient.
setLenient(boolean) - Method in class java.util.Calendar
Specifies whether or not date/time interpretation is to be lenient.
setLineNumber(int) - Method in class java.io.LineNumberInputStream
 
setLineNumber(int) - Method in class java.io.LineNumberReader
 
setLocale(Locale) - Method in class java.text.MessageFormat
Constructs with the specified pattern and formats for the arguments in that pattern.
setLocalPatternChars(String) - Method in class java.text.DateFormatSymbols
Sets localized date-time pattern characters.
setLong(byte[], int, long) - Static method in class com.integpg.system.ArrayUtils
Writes a long value value to byte array thisArray starting at offset offset.
setLong(Object, int, long) - Static method in class java.lang.reflect.Array
 
setLong(Object, long) - Method in class java.lang.reflect.Field
 
setMaximumFractionDigits(int) - Method in class java.text.NumberFormat
Sets the maximum number of digits allowed in the fraction portion of a number.
setMaximumIntegerDigits(int) - Method in class java.text.NumberFormat
Sets the maximum number of digits allowed in the integer portion of a number.
setMaxPriority(int) - Method in class java.lang.ThreadGroup
 
setMessage(String) - Method in class com.integpg.system.MailComposer
This defines the content for this message.
setMessage(byte[]) - Method in class com.integpg.system.MailComposer
This defines the content for this message.
setMessageFile(String) - Method in class com.integpg.system.MailComposer
This defines the content for this message.
setMessageHTML(String) - Method in class com.integpg.system.MailComposer
This defines the content for this message.
setMessageHTML(byte[]) - Method in class com.integpg.system.MailComposer
This defines the content for this message.
setMinimalDaysInFirstWeek(int) - Method in class java.util.Calendar
Sets what the minimal days required in the first week of the year are.
setMinimumFractionDigits(int) - Method in class java.text.NumberFormat
Sets the minimum number of digits allowed in the fraction portion of a number.
setMinimumIntegerDigits(int) - Method in class java.text.NumberFormat
Sets the minimum number of digits allowed in the integer portion of a number.
setMinusSign(char) - Method in class java.text.DecimalFormatSymbols
Sets the character used to represent minus sign.
setMinutes(int) - Method in class java.util.Date
Sets the minutes of this Date object to the specified value.
setMonth(int) - Method in class java.util.Date
Sets the month of this date to the specified value.
setMonths(String[]) - Method in class java.text.DateFormatSymbols
Sets month strings.
setMultiplier(int) - Method in class java.text.DecimalFormat
Set the multiplier for use in percent, permill, etc.
setName(String) - Method in class java.lang.Thread
 
setNaN(String) - Method in class java.text.DecimalFormatSymbols
Sets character used to represent NaN.
setNegativePrefix(String) - Method in class java.text.DecimalFormat
Set the negative prefix.
setNegativeSuffix(String) - Method in class java.text.DecimalFormat
Set the positive suffix.
setNumberFormat(NumberFormat) - Method in class java.text.DateFormat
Allows you to set the number formatter.
setObjectFieldValue(Object, int, int, Object) - Static method in class com.integpg.reflect.Tools
setFieldXXX sets the value inside a field.
setOpcodeTrace(int) - Static method in class com.integpg.system.Debug
Enables the JVM opcode trace mode.
setOption(int, Object) - Method in class java.net.SocketImpl
 
setOut(PrintStream) - Static method in class java.lang.System
Reassigns the "standard" output stream.
setOutputBufferSize(int) - Method in class com.integpg.comm.SerialPort
Sets the ports output buffer size.
setOutputPulsed(int, int, int) - Static method in class com.integpg.sensor.SensorPort
Establishes a temporary condition for the specified output relays.
setOutputPulsed(int, int, int) - Static method in class com.integpg.system.JANOS
Establishes a temporary condition for the specified output relays.
setOutputRelay(int, boolean) - Static method in class com.integpg.sensor.SensorPort
Establish the state of the specified output relay.
setOutputRelay(int, boolean) - Static method in class com.integpg.system.JANOS
Establish the state of the specified output relay.
setOutputStates(int, int) - Static method in class com.integpg.sensor.SensorPort
Establishes the condition for the specified output relays.
setOutputStates(int, int) - Static method in class com.integpg.system.JANOS
Establishes the condition for the specified output relays.
setParseIntegerOnly(boolean) - Method in class java.text.NumberFormat
Sets whether or not numbers should be parsed as integers only.
setPassive(boolean) - Method in class com.integpg.net.FTPClient
Used to set passive or active mode.
setPatternSeparator(char) - Method in class java.text.DecimalFormatSymbols
Sets the character used to separate positive and negative subpatterns in a pattern.
setPercent(char) - Method in class java.text.DecimalFormatSymbols
Sets the character used for percent sign.
setPerMill(char) - Method in class java.text.DecimalFormatSymbols
Set the character used for mille percent sign.
setPort(int) - Method in class java.net.DatagramPacket
 
setPositivePrefix(String) - Method in class java.text.DecimalFormat
Set the positive prefix.
setPositiveSuffix(String) - Method in class java.text.DecimalFormat
Set the positive suffix.
setPriority(int) - Method in class java.lang.Thread
 
setProperty(String, String) - Method in class java.util.Properties
Calls the hashtable method put.
setRawOffset(int) - Method in class java.util.SimpleTimeZone
 
setRawOffset(int) - Method in class java.util.TimeZone
Sets the base time zone offset to UTC.
setRegistryKey(String, String[]) - Static method in class com.integpg.system.JANOS
Defines the content of a Registry key.
setRegistryString(String, String) - Static method in class com.integpg.system.JANOS
Defines the content of a Registry key.
setRS485(boolean) - Method in class com.integpg.comm.AUXSerialPort
Sets the driver mode on the AUX serial port for RS-485.
setRTS(boolean) - Method in class com.integpg.comm.AUXSerialPort
Sets the state of RTS.
setSeconds(int) - Method in class java.util.Date
Sets the seconds of this Date to the specified value.
setSecure(boolean) - Method in class java.net.DatagramSocket
 
setSecure(boolean) - Method in class java.net.ServerSocket
 
setSecure(boolean) - Method in class java.net.Socket
 
setSecurityManager(SecurityManager) - Static method in class java.lang.System
 
setSeed(long) - Method in class java.util.Random
 
setSendBufferSize() - Method in class java.net.DatagramSocket
 
setSerialPortParams(int, int, int, int) - Method in class com.integpg.comm.SerialPort
 
setShort(byte[], int, short) - Static method in class com.integpg.system.ArrayUtils
Writes a short value value to byte array thisArray starting at offset offset.
setShort(Object, int, short) - Static method in class java.lang.reflect.Array
 
setShort(Object, short) - Method in class java.lang.reflect.Field
 
setShortMonths(String[]) - Method in class java.text.DateFormatSymbols
Sets short month strings.
setShortWeekdays(String[]) - Method in class java.text.DateFormatSymbols
Sets short weekday strings.
setSize(int) - Method in class java.util.ArrayList
Forces the internal array to a specific size.
setSize(int) - Method in class java.util.Vector
Sets the size of this vector.
setSocketFactory(SocketImplFactory) - Static method in class java.net.ServerSocket
 
setSocketImplFactory(SocketImplFactory) - Static method in class java.net.Socket
 
setSoLinger(boolean, int) - Method in class java.net.Socket
 
setSoTimeout(int) - Method in class com.integpg.net.FTPClient
Sets timeout in milliseconds used during data transfers.
setSoTimeout(int) - Method in class java.net.DatagramSocket
 
setSoTimeout(int) - Method in class java.net.ServerSocket
 
setSoTimeout(int) - Method in class java.net.Socket
 
setStackTrace(String[]) - Method in class java.lang.Throwable
 
setStartRule(int, int, int, int) - Method in class java.util.SimpleTimeZone
 
setStartYear(int) - Method in class java.util.SimpleTimeZone
 
setSubject(String) - Method in class com.integpg.system.MailComposer
Defines the Subject for this message.
setSystemKey(String, String) - Static method in class com.integpg.system.JANOS
Deprecated.
Use JANOS.setRegistryString(java.lang.String, java.lang.String). This will be removed in a future release.
setTcpNoDelay(boolean) - Method in class java.net.Socket
 
setText(String) - Method in class com.integpg.system.Watchdog
Defines the text used for example when messages are generated.
setTime(Date) - Method in class java.util.Calendar
Sets this Calendar's time with the given Date.
setTime(long) - Method in class java.util.Date
Sets this Date object to represent a point in time that is time mitimetimeiseconds after January 1, 1970 00:00:00 GMT.
setTimeInMillis(long) - Method in class java.util.Calendar
Sets this Calendar's current time from the given long value.
setTimeZone(TimeZone) - Method in class java.text.DateFormat
Sets the time zone for the calendar of this DateFormat object.
setTimeZone(TimeZone) - Method in class java.util.Calendar
Sets the time zone with the given time zone value.
setToAddress(String) - Method in class com.integpg.system.MailComposer
Defines the destination addressing for this message.
setToAddress(String[]) - Method in class com.integpg.system.MailComposer
Defines the destination addressing for this message.
setTTL(byte) - Method in class java.net.MulticastSocket
 
setWeekdays(String[]) - Method in class java.text.DateFormatSymbols
Sets weekday strings.
setWideFieldValue(Object, int, int, long) - Static method in class com.integpg.reflect.Tools
setFieldXXX sets the value inside a field.
setYear(int) - Method in class java.util.Date
Sets the year of this Date object to be the specified value plus 1900.
setZeroDigit(char) - Method in class java.text.DecimalFormatSymbols
Sets character used for zero.
Short - Class in java.lang
 
Short(String) - Constructor for class java.lang.Short
 
Short(short) - Constructor for class java.lang.Short
 
SHORT - Static variable in class java.text.DateFormat
Constant for short style pattern.
shortValue() - Method in class java.lang.Byte
 
shortValue() - Method in class java.lang.Double
Returns the double value rounded to the nearest integer as a short value.
shortValue() - Method in class java.lang.Float
 
shortValue() - Method in class java.lang.Integer
 
shortValue() - Method in class java.lang.Long
 
shortValue() - Method in class java.lang.Number
 
shortValue() - Method in class java.lang.Short
 
SimpleDateFormat - Class in java.text
SimpleDateFormat is a concrete class for formatting and parsing dates in a locale-sensitive manner.
SimpleDateFormat() - Constructor for class java.text.SimpleDateFormat
Construct a SimpleDateFormat using the default pattern for the default locale.
SimpleDateFormat(String) - Constructor for class java.text.SimpleDateFormat
Construct a SimpleDateFormat using the given pattern in the default locale.
SimpleDateFormat(String, Locale) - Constructor for class java.text.SimpleDateFormat
Construct a SimpleDateFormat using the given pattern and locale.
SimpleDateFormat(String, DateFormatSymbols) - Constructor for class java.text.SimpleDateFormat
Constructs a SimpleDateFormat using the given pattern and date format symbols.
SimpleTimeZone - Class in java.util
 
SimpleTimeZone(int, String) - Constructor for class java.util.SimpleTimeZone
Constructs a SimpleTimeZone with the given base time zone offset from GMT and time zone ID with no daylight saving time schedule.
SimpleTimeZone(int, String, int, int, int, int, int, int, int, int) - Constructor for class java.util.SimpleTimeZone
Creates a SimpleTimeZone.
sin(double) - Static method in class java.lang.Math
The Math.sin() method returns a numeric value between -1 and 1, which represents the sine of the angle given in radians.
size - Variable in class com.integpg.net.FileEntry
size
size(String) - Method in class com.integpg.net.FTPClient
Returns the size of the remote file.
size() - Method in class com.integpg.system.Immutable
Returns the size of the immutable block.
size() - Method in class java.io.ByteArrayOutputStream
 
size() - Method in class java.io.CharArrayWriter
 
size() - Method in class java.io.DataOutputStream
 
size() - Method in class java.util.ArrayList
Returns the count of elements stored in the array list.
size() - Method in class java.util.BitSet
 
size() - Method in class java.util.Dictionary
Returns the number of entries (distinct keys) in this dictionary.
size() - Method in class java.util.Hashtable
Returns the number of keys in this hashtable.
size() - Method in class java.util.Json
Returns the number of names or keys in this Json object.
size() - Method in class java.util.Vector
Returns the number of components in this vector.
skip(long) - Method in class java.io.BufferedInputStream
Skip a number of bytes from the input stream.
skip(long) - Method in class java.io.BufferedReader
Skips the specified number of characters in the stream (blocking).
skip(long) - Method in class java.io.ByteArrayInputStream
 
skip(long) - Method in class java.io.CharArrayReader
 
skip(long) - Method in class java.io.FileInputStream
 
skip(long) - Method in class java.io.FilterInputStream
 
skip(long) - Method in class java.io.FilterReader
 
skip(long) - Method in class java.io.InputStream
 
skip(long) - Method in class java.io.LineNumberInputStream
 
skip(long) - Method in class java.io.LineNumberReader
 
skip(long) - Method in class java.io.Reader
 
skip(long) - Method in class java.io.StringBufferInputStream
 
skip(long) - Method in class java.io.StringReader
 
skipBytes(int) - Method in interface java.io.DataInput
 
skipBytes(int) - Method in class java.io.DataInputStream
 
skipBytes(int) - Method in class java.io.RandomAccessFile
 
slashSlashComments(boolean) - Method in class java.io.StreamTokenizer
 
slashStarComments(boolean) - Method in class java.io.StreamTokenizer
 
sleep(long) - Static method in class java.lang.System
Facilitates using (@code Thread.sleep()} by providing the necessary exception handling.
sleep(long) - Static method in class java.lang.Thread
 
sleep(long, int) - Static method in class java.lang.Thread
 
SM_GCRUN - Static variable in class com.integpg.system.MessagePump
SM_GCRUN
SM_GCRUN - Static variable in class com.integpg.system.SystemMsg
SM_GCRUN (0x10) This message is sent by JANOS to indicate that the JVM Garbage Collector (GC) is running.
SM_PIPECLOSE - Static variable in class com.integpg.system.MessagePump
SM_PIPECLOSE
SM_PIPECLOSE - Static variable in class com.integpg.system.SystemMsg
SM_PIPECLOSE (0x81) Sent by the WebServer when a Websocket pipe connection closes.
SM_PIPEOPEN - Static variable in class com.integpg.system.MessagePump
SM_PIPEOPEN
SM_PIPEOPEN - Static variable in class com.integpg.system.SystemMsg
SM_PIPEOPEN (0x80) This message is sent by the WebServer when there is a request to open a Websocket pipe.
SM_PROBE - Static variable in class com.integpg.system.MessagePump
SM_PROBE
SM_PROBE - Static variable in class com.integpg.system.SystemMsg
SM_PROBE (0x02) This message is sent by JANOS periodically to monitor the health of the message loop.
SM_PROTCMDMSG - Static variable in class com.integpg.system.MessagePump
SM_PROTCMDMSG
SM_PROTCMDMSG - Static variable in class com.integpg.system.SystemMsg
SM_PROTCMDMSG (0x70) This message is sent by the JNIOR Protocol message upon receipt of a Custom Command message type 255.
SM_PROTCMDRESP - Static variable in class com.integpg.system.MessagePump
SM_PROTCMDRESP
SM_PROTCMDRESP - Static variable in class com.integpg.system.SystemMsg
SM_PROTCMDRESP (0x71) This message will be generated by an application designed to respond to a JNIOR Protocol Custom Command message type 255.
SM_PWRSUPP - Static variable in class com.integpg.system.MessagePump
SM_PWRSUPP
SM_REGUPDATE - Static variable in class com.integpg.system.MessagePump
SM_REGUPDATE
SM_REGUPDATE - Static variable in class com.integpg.system.SystemMsg
SM_REGUPDATE (0x40) This message is sent by JANOS whenever a Registry Key is created, updated or removed.
SM_SHUTDOWN - Static variable in class com.integpg.system.MessagePump
SM_SHUTDOWN
SM_SHUTDOWN - Static variable in class com.integpg.system.SystemMsg
SM_SHUTDOWN (0x01) This message is sent by JANOS indicating that the system is shutting down.
SM_WATCHDOG - Static variable in class com.integpg.system.MessagePump
SM_WATCHDOG
SM_WATCHDOG - Static variable in class com.integpg.system.SystemMsg
SM_WATCHDOG (ox11) This message is sent if an Application Watchdog has been configured to send a system message when it is triggered.
SM_WEBSHUTDOWN - Static variable in class com.integpg.system.MessagePump
SM_WEBSHUTDOWN
SM_WEBSHUTDOWN - Static variable in class com.integpg.system.SystemMsg
SM_WEBSHUTDOWN (0x61) This message is sent by the WebServer when the service is stopped.
SM_WEBSTARTUP - Static variable in class com.integpg.system.MessagePump
SM_WEBSTARTUP
SM_WEBSTARTUP - Static variable in class com.integpg.system.SystemMsg
SM_WEBSTARTUP (0x60) This message is sent by the WebServer when the service is started.
Socket - Class in java.net
 
Socket() - Constructor for class java.net.Socket
Socket
Socket(String, int) - Constructor for class java.net.Socket
 
Socket(String, int, InetAddress, int) - Constructor for class java.net.Socket
 
Socket(String, int, boolean) - Constructor for class java.net.Socket
 
Socket(InetAddress, int) - Constructor for class java.net.Socket
 
Socket(InetAddress, int, InetAddress, int) - Constructor for class java.net.Socket
 
Socket(InetAddress, int, boolean) - Constructor for class java.net.Socket
Deprecated.
Method Socket is deprecated
Socket(SocketImpl) - Constructor for class java.net.Socket
 
SocketException - Exception in java.net
 
SocketException() - Constructor for exception java.net.SocketException
SocketException
SocketException(String) - Constructor for exception java.net.SocketException
 
SocketImpl - Class in java.net
 
SocketImpl() - Constructor for class java.net.SocketImpl
SocketImpl
SocketImplFactory - Interface in java.net
 
SocketTimeoutException - Exception in java.net
 
SocketTimeoutException() - Constructor for exception java.net.SocketTimeoutException
SocketTimeoutException
SocketTimeoutException(String) - Constructor for exception java.net.SocketTimeoutException
 
source - Variable in class java.util.EventObject
source
SPACE_SEPARATOR - Static variable in class java.lang.Character
SPACE_SEPARATOR
SPEED_110 - Static variable in class com.integpg.comm.SerialPort
SPEED_110
SPEED_115200 - Static variable in class com.integpg.comm.SerialPort
SPEED_115200
SPEED_1200 - Static variable in class com.integpg.comm.SerialPort
SPEED_1200
SPEED_128000 - Static variable in class com.integpg.comm.SerialPort
SPEED_128000
SPEED_14400 - Static variable in class com.integpg.comm.SerialPort
SPEED_14400
SPEED_150 - Static variable in class com.integpg.comm.SerialPort
SPEED_150
SPEED_19200 - Static variable in class com.integpg.comm.SerialPort
SPEED_19200
SPEED_2400 - Static variable in class com.integpg.comm.SerialPort
SPEED_2400
SPEED_250000 - Static variable in class com.integpg.comm.SerialPort
SPEED_250000
SPEED_28800 - Static variable in class com.integpg.comm.SerialPort
SPEED_28800
SPEED_300 - Static variable in class com.integpg.comm.SerialPort
SPEED_300
SPEED_31250 - Static variable in class com.integpg.comm.SerialPort
SPEED_31250
SPEED_38400 - Static variable in class com.integpg.comm.SerialPort
SPEED_38400
SPEED_4800 - Static variable in class com.integpg.comm.SerialPort
SPEED_4800
SPEED_56000 - Static variable in class com.integpg.comm.SerialPort
SPEED_56000
SPEED_57600 - Static variable in class com.integpg.comm.SerialPort
SPEED_57600
SPEED_600 - Static variable in class com.integpg.comm.SerialPort
SPEED_600
SPEED_9600 - Static variable in class com.integpg.comm.SerialPort
SPEED_9600
split(String) - Method in class java.util.regex.Pattern
Splits the provided string around matches with this regex machine.
split(String, int) - Method in class java.util.regex.Pattern
Splits the provided string around matches with this regex machine.
sqrt(double) - Static method in class java.lang.Math
The Math.sqrt() function returns the square root of a number.
SQRT1_2 - Static variable in class java.lang.Math
SQRT1_2
SQRT2 - Static variable in class java.lang.Math
SQRT2
Stack<E> - Class in java.util
The Stack class represents a last-in-first-out (LIFO) stack of objects.
Stack() - Constructor for class java.util.Stack
Creates an empty Stack.
StackOverflowError - Error in java.lang
 
StackOverflowError() - Constructor for error java.lang.StackOverflowError
StackOverflowError
StackOverflowError(String) - Constructor for error java.lang.StackOverflowError
 
start() - Method in class java.lang.Thread
start
start() - Method in class java.util.regex.Matcher
Returns the offset of the last match.
start(int) - Method in class java.util.regex.Matcher
Returns the start index of the subsequence captured by the given group.
start() - Method in interface java.util.regex.MatchResult
Returns the start index of the match.
start(int) - Method in interface java.util.regex.MatchResult
Returns the start index of the subsequence captured by the given group during this match.
START_PUNCTUATION - Static variable in class java.lang.Character
START_PUNCTUATION
startsWith(String) - Method in class java.lang.String
 
startsWith(String, int) - Method in class java.lang.String
 
states - Variable in class com.integpg.system.IoEvent
states bitwise indication of the new states of the affected channels
STATIC - Static variable in class java.lang.reflect.Modifier
STATIC
STDAUX - Static variable in class com.integpg.comm.SerialPort
STDAUX
STDCOM - Static variable in class com.integpg.comm.SerialPort
STDCOM
STDERR - Static variable in class com.integpg.comm.SerialInputStream
STDERR stream generates outgoing data to both the STDOUT stream and to the errors.log file.
STDERR - Static variable in class com.integpg.comm.SerialOutputStream
STDERR
STDIN - Static variable in class com.integpg.comm.SerialInputStream
STDIN stream handles incoming data from the console
STDOUT - Static variable in class com.integpg.comm.SerialInputStream
STDOUT stream generates outgoing data to the console
STDOUT - Static variable in class com.integpg.comm.SerialOutputStream
STDOUT
stop() - Method in class java.lang.Thread
stop
stop(Throwable) - Method in class java.lang.Thread
 
stop() - Method in class java.lang.ThreadGroup
stop
STOPBITS_1 - Static variable in class com.integpg.comm.SerialPort
STOPBITS_1
STOPBITS_2 - Static variable in class com.integpg.comm.SerialPort
STOPBITS_2
store(String, String) - Method in class com.integpg.net.FTPClient
Transfers file content to a remote host.
store(OutputStream, String) - Method in class java.util.Properties
Writes this property list (key and element pairs) in this Properties table to the output stream in a format suitable for loading into a Properties table using the load method.
strcmpF(String, String) - Static method in class com.integpg.reflect.Tools
String compare for field strings.
strcmpM(String, String) - Static method in class com.integpg.reflect.Tools
String compare for Method strings.
StreamTokenizer - Class in java.io
 
StreamTokenizer(InputStream) - Constructor for class java.io.StreamTokenizer
 
StreamTokenizer(Reader) - Constructor for class java.io.StreamTokenizer
 
String - Class in java.lang
 
String() - Constructor for class java.lang.String
String
String(String) - Constructor for class java.lang.String
 
String(StringBuffer) - Constructor for class java.lang.String
 
String(byte[]) - Constructor for class java.lang.String
 
String(byte[], int) - Constructor for class java.lang.String
Deprecated.
Method String is deprecated ?
String(byte[], int, int) - Constructor for class java.lang.String
 
String(byte[], int, int, int) - Constructor for class java.lang.String
 
String(byte[], int, int, String) - Constructor for class java.lang.String
Convert byte[] to String using the appropriate byte encoding (UTF8 or ISO8859_1)/
String(byte[], String) - Constructor for class java.lang.String
Convert byte[] to String using the appropriate byte encoding (UTF8 or ISO8859_1)
String(char[]) - Constructor for class java.lang.String
 
String(char[], int, int) - Constructor for class java.lang.String
 
StringBuffer - Class in java.lang
 
StringBuffer() - Constructor for class java.lang.StringBuffer
Constructs a string buffer with initial capacity of 32.
StringBuffer(int) - Constructor for class java.lang.StringBuffer
Constructs a string buffer with the specified initial capacity.
StringBuffer(String) - Constructor for class java.lang.StringBuffer
Constructs a string buffer initialized to the contents of the specified string.
StringBufferInputStream - Class in java.io
 
StringBufferInputStream(String) - Constructor for class java.io.StringBufferInputStream
StringBufferInputStream
StringBuilder - Class in java.lang
 
StringBuilder() - Constructor for class java.lang.StringBuilder
Constructs a string builder with initial capacity of 32.
StringBuilder(int) - Constructor for class java.lang.StringBuilder
Constructs a string builder with initial capacity specified.
StringBuilder(String) - Constructor for class java.lang.StringBuilder
Constructs a string builder initialized to the contents of the specified string.
stringClassNum - Static variable in class com.integpg.reflect.Tools
Class number for the class java.lang.String.
StringIndexOutOfBoundsException - Exception in java.lang
 
StringIndexOutOfBoundsException() - Constructor for exception java.lang.StringIndexOutOfBoundsException
StringIndexOutOfBoundsException
StringIndexOutOfBoundsException(int) - Constructor for exception java.lang.StringIndexOutOfBoundsException
 
StringIndexOutOfBoundsException(String) - Constructor for exception java.lang.StringIndexOutOfBoundsException
 
StringReader - Class in java.io
 
StringReader(String) - Constructor for class java.io.StringReader
 
StringTokenizer - Class in java.util
 
StringTokenizer(String) - Constructor for class java.util.StringTokenizer
 
StringTokenizer(String, String) - Constructor for class java.util.StringTokenizer
 
StringTokenizer(String, String, boolean) - Constructor for class java.util.StringTokenizer
 
StringWriter - Class in java.io
 
StringWriter() - Constructor for class java.io.StringWriter
StringWriter
StringWriter(int) - Constructor for class java.io.StringWriter
StringWriter
substring(int) - Method in class java.lang.String
 
substring(int, int) - Method in class java.lang.String
 
substring(int) - Method in class java.lang.StringBuffer
Returns the balance of the string from a specified starting index.
substring(int, int) - Method in class java.lang.StringBuffer
Returns a portion of the string.
SUNDAY - Static variable in class java.util.Calendar
 
SuppressWarnings - Annotation Type in java.lang
Indicates that the named compiler warnings should be suppressed in the annotated element (and in all program elements contained in the annotated element).
SURROGATE - Static variable in class java.lang.Character
SURROGATE
suspend() - Method in class java.lang.Thread
suspend
suspend() - Method in class java.lang.ThreadGroup
suspend
sval - Variable in class java.io.StreamTokenizer
sval
swapEndian(short) - Static method in class com.integpg.system.ArrayUtils
Reverses the byte order of a value.
swapEndian(int) - Static method in class com.integpg.system.ArrayUtils
Reverses the byte order of a value.
swapEndian(long) - Static method in class com.integpg.system.ArrayUtils
Reverses the byte order of a value.
sync() - Method in class java.io.FileDescriptor
 
SyncFailedException - Exception in java.io
 
SyncFailedException() - Constructor for exception java.io.SyncFailedException
SyncFailedException
SyncFailedException(String) - Constructor for exception java.io.SyncFailedException
SyncFailedException
SYNCHRONIZED - Static variable in class java.lang.reflect.Modifier
SYNCHRONIZED
syslog(String) - Static method in class com.integpg.system.JANOS
Makes a timestamped entry in the jniorsys.log file.
syslog(String, int) - Static method in class com.integpg.system.JANOS
Makes a timestamped entry in the jniorsys.log file.
syslog(String, int, int) - Static method in class com.integpg.system.JANOS
Makes a timestamped entry in either the jniorboot.log file or the jniorsys.log file if selected.
SYSLOG_ALERT - Static variable in class com.integpg.system.JANOS
SYSLOG_ALERT Optional RFC 5424 Severity Level specified in System Logging.
SYSLOG_CRITICAL - Static variable in class com.integpg.system.JANOS
SYSLOG_CRITICAL Optional RFC 5424 Severity Level specified in System Logging.
SYSLOG_DEBUG - Static variable in class com.integpg.system.JANOS
SYSLOG_DEBUG Optional RFC 5424 Severity Level specified in System Logging.
SYSLOG_EMERGENCY - Static variable in class com.integpg.system.JANOS
SYSLOG_EMERGENCY Optional RFC 5424 Severity Level specified in System Logging.
SYSLOG_ERROR - Static variable in class com.integpg.system.JANOS
SYSLOG_ERROR Optional RFC 5424 Severity Level specified in System Logging.
SYSLOG_INFO - Static variable in class com.integpg.system.JANOS
SYSLOG_INFO Optional RFC 5424 Severity Level specified in System Logging.
SYSLOG_NOTICE - Static variable in class com.integpg.system.JANOS
SYSLOG_NOTICE Optional RFC 5424 Severity Level specified in System Logging.
SYSLOG_WARNING - Static variable in class com.integpg.system.JANOS
SYSLOG_WARNING Optional RFC 5424 Severity Level specified in System Logging.
syst() - Method in class com.integpg.net.FTPClient
Issues SYST command
System - Class in java.lang
 
SystemMsg - Class in com.integpg.system
JANOS supports a message loop (or message pump) supporting interprocess communications.
SystemMsg() - Constructor for class com.integpg.system.SystemMsg
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
Skip navigation links