- gc() - Method in class java.lang.Runtime
-
Requests that GC be run.
- gc() - Static method in class java.lang.System
-
Suggests that JANOS performs Garbage Collection (GC) procedures.
- get(Object, int) - Static method in class java.lang.reflect.Array
-
- get(Object) - Method in class java.lang.reflect.Field
-
- get(int) - Method in class java.util.ArrayList
-
Obtain the element at the provided index.
- get(int) - Method in class java.util.BitSet
-
- get(int) - Method in class java.util.Calendar
-
Returns the value of the given calendar field.
- get(K) - Method in class java.util.Dictionary
-
Returns the value to which the key is mapped in this dictionary.
- get(K) - Method in class java.util.Hashtable
-
Returns the value to which the specified key is mapped,
or null
if this map contains no mapping for the key.
- get(String) - Method in class java.util.Json
-
Obtain the value from a name/value pair.
- get10vIn(int) - Static method in class com.integpg.sensor.SensorPort
-
*
This method is used to read the value of one 10 volt module input.
- get10vIn(int) - Static method in class com.integpg.system.JANOS
-
- get10vOut(int) - Static method in class com.integpg.sensor.SensorPort
-
*
This method is used to read the value of one 10 volt module output.
- get10vOut(int) - Static method in class com.integpg.system.JANOS
-
- get420In(int) - Static method in class com.integpg.sensor.SensorPort
-
- get420In(int) - Static method in class com.integpg.system.JANOS
-
- get420Out(int) - Static method in class com.integpg.sensor.SensorPort
-
- get420Out(int) - Static method in class com.integpg.system.JANOS
-
- getAbsolutePath() - Method in class java.io.File
-
- getAccessFlags(int) - Static method in class com.integpg.reflect.Tools
-
Gets the access flags for a class.
- getAction() - Method in class com.integpg.system.Watchdog
-
Retrieves the defined action.
- getAddress() - Method in class java.net.DatagramPacket
-
- getAddress() - Method in class java.net.InetAddress
-
- getAlarmingDeviceList() - Method in class com.integpg.sensor.SensorPort
-
This method requests the enumeration of external devices in the alarm state.
- getAlarmingDeviceList() - Static method in class com.integpg.system.JANOS
-
- getAllByName(String) - Static method in class java.net.InetAddress
-
- getAmPmStrings() - Method in class java.text.DateFormatSymbols
-
Gets ampm strings.
- getArray(String) - Static method in class com.integpg.system.Immutable
-
Returns the immutable Object associated with the given identifier.
- getAvailableIDs() - Static method in class java.util.TimeZone
-
Gets all the available IDs supported.
- getAvailableIDs(int) - Static method in class java.util.TimeZone
-
Gets the available IDs according to the given time zone offset in milliseconds.
- getAvailableLocales() - Static method in class java.text.DateFormat
-
Gets the set of locales for which DateFormats are installed.
- getAvailableLocales() - Static method in class java.text.NumberFormat
-
Get the set of Locales for which NumberFormats are installed
- getBaudRate() - Method in class com.integpg.comm.SerialPort
-
Returns the ports current baud rate in bits per second.
- getBeginIndex() - Method in class java.text.FieldPosition
-
Retrieve the index of the first character in the requested field.
- getBoolean(String) - Static method in class java.lang.Boolean
-
- getBoolean(Object, int) - Static method in class java.lang.reflect.Array
-
- getBoolean(Object) - Method in class java.lang.reflect.Field
-
- getBoolean(String) - Method in class java.util.Json
-
Obtain the boolean
from a name/value pair.
- getBooleanArray(String) - Static method in class com.integpg.system.Immutable
-
Returns the immutable boolean[] associated with the given identifier.
- getBuffer() - Method in class java.io.StringWriter
-
- getByName(String) - Static method in class java.net.InetAddress
-
Resolves the supplied host name into an IP address.
- getByte(Object, int) - Static method in class java.lang.reflect.Array
-
- getByte(Object) - Method in class java.lang.reflect.Field
-
- getByteArray(String) - Static method in class com.integpg.system.Immutable
-
Returns the immutable byte[] associated with the given identifier.
- getBytes() - Method in class java.lang.String
-
- getBytes(int, int, byte[], int) - Method in class java.lang.String
-
- getBytes(String) - Method in class java.lang.String
-
- getCalendar() - Method in class java.text.DateFormat
-
Gets the calendar associated with this date/time formatter.
- getCanonicalPath() - Method in class java.io.File
-
- getCause() - Method in class java.lang.Throwable
-
- getCertificate() - Method in class java.net.Socket
-
- getChar(Object, int) - Static method in class java.lang.reflect.Array
-
- getChar(Object) - Method in class java.lang.reflect.Field
-
- getCharArray(String) - Static method in class com.integpg.system.Immutable
-
Returns the immutable char[] associated with the given identifier.
- getChars(int, int, char[], int) - Method in class java.lang.String
-
- getChars(int, int, char[], int) - Method in class java.lang.StringBuffer
-
- getCharToUTF8Length(char[], int, int, boolean) - Static method in class com.integpg.io.CharToByteUTF8
-
- getClass() - Method in class java.lang.Object
-
Returns the runtime class of an object.
- getClasses() - Method in class java.lang.Class
-
Not implemented in this version of the
JavaTM Development Kit.
- getClassLoader() - Method in class java.lang.Class
-
Determines the class loader for the class.
- getClassName() - Method in exception java.util.MissingResourceException
-
- getClassNameFromNum(int) - Static method in class com.integpg.reflect.Tools
-
Returns the name of the class from its class number.
- getClassNumber(String) - Static method in class com.integpg.reflect.Tools
-
Maps a class name to a class number.
- getClassNumber(String) - Static method in class java.lang.Class
-
- getClassNumberFromClass(Class) - Static method in class com.integpg.reflect.Tools
-
Returns the class number of the class obj.
- getComponentType() - Method in class java.lang.Class
-
If this class represents an array type, returns the Class
object representing the component type of the array; otherwise
returns null.
- getConstructor(Class[]) - Method in class java.lang.Class
-
Returns a Constructor object that reflects the specified public
constructor of the class represented by this Class object.
- getConstructorClass(int, int) - Static method in class com.integpg.reflect.Tools
-
getField/Method/ConstructorClass all return the appropriate class represented
by the index/classnum pair.
- getConstructors() - Method in class java.lang.Class
-
Returns an array containing Constructor objects reflecting
all the public constructors of the class represented by this
Class object.
- getContentTypeFor(String) - Method in interface java.net.FileNameMap
-
- getConverter(String) - Static method in class com.integpg.io.ByteToCharConverter
-
Dynamically loads a ByteToCharConverter
for the specified encoding scheme.
- getConverter(String) - Static method in class com.integpg.io.CharToByteConverter
-
Dynamically loads a CharToByteConverter
for the specified encoding scheme.
- getCountry() - Method in class java.util.Locale
-
- getCTS() - Method in class com.integpg.comm.AUXSerialPort
-
Returns the current state of CTS at the exact time it was sampled by the
native driver.
- getCurrencyInstance() - Static method in class java.text.NumberFormat
-
Returns a currency format for the current default locale.
- getCurrencyInstance(Locale) - Static method in class java.text.NumberFormat
-
Returns a currency format for the specified locale.
- getCurrentEnvironment() - Static method in class com.integpg.system.JANOS
-
Returns a copy of the current environment.
- getCurrentUID() - Static method in class com.integpg.system.JANOS
-
- getCurrentUID() - Static method in class com.integpg.system.User
-
Query the current user.
- getCurrentUserName() - Static method in class com.integpg.system.User
-
Returns the name of the current user account.
- getDaClassNumber(Object) - Static method in class com.integpg.reflect.Tools
-
Returns the class number of the object.
- getData() - Method in class java.net.DatagramPacket
-
- getDataBits() - Method in class com.integpg.comm.SerialPort
-
Returns the ports current the data bit (word size) setting.
- getDate() - Method in class java.util.Date
-
Returns the day of the month represented by this Date object.
- getDateFormatSymbols() - Method in class java.text.SimpleDateFormat
-
Gets the date/time formatting data.
- getDateInstance() - Static method in class java.text.DateFormat
-
Gets the date formatter with the default formatting style
for the default locale.
- getDateInstance(int) - Static method in class java.text.DateFormat
-
Gets the date formatter with the given formatting style
for the default locale.
- getDateInstance(int, Locale) - Static method in class java.text.DateFormat
-
Gets the date formatter with the given formatting style
for the given locale.
- getDateTimeInstance() - Static method in class java.text.DateFormat
-
Gets the date/time formatter with the default formatting style
for the default locale.
- getDateTimeInstance(int, int) - Static method in class java.text.DateFormat
-
Gets the date/time formatter with the given date and time
formatting styles for the default locale.
- getDateTimeInstance(int, int, Locale) - Static method in class java.text.DateFormat
-
Gets the date/time formatter with the given formatting styles
for the given locale.
- getDay() - Method in class java.util.Date
-
Returns the day of the week represented by this date.
- getDecimalFormatSymbols() - Method in class java.text.DecimalFormat
-
Returns the decimal format symbols, which is generally not changed
by the programmer or user.
- getDecimalSeparator() - Method in class java.text.DecimalFormatSymbols
-
Get character used for decimal sign.
- getDeclaredClasses() - Method in class java.lang.Class
-
Not implemented in this version of the
Java TM Development Kit.
- getDeclaredConstructor(Class[]) - Method in class java.lang.Class
-
Returns a Constructor object that reflects the specified declared
constructor of the class or interface represented by this Class
object.
- getDeclaredConstructors() - Method in class java.lang.Class
-
Returns an array of Constructor objects reflecting all the
constructors declared by the class represented by this Class
object.
- getDeclaredField(String) - Method in class java.lang.Class
-
Returns a Field object that reflects the specified declared
field of the class or interface represented by this Class
object.
- getDeclaredFields() - Method in class java.lang.Class
-
Returns an array of Field objects reflecting all the fields
declared by the class or interface represented by this Class
object.
- getDeclaredMethod(String, Class[]) - Method in class java.lang.Class
-
Returns a Method object that reflects the specified declared
method of the class or interface represented by this Class
object.
- getDeclaredMethods() - Method in class java.lang.Class
-
Returns an array of Method objects reflecting all the methods
declared by the class or interface represented by this Class
object.
- getDeclaringClass() - Method in class java.lang.Class
-
Not implemented in this version of the
JavaTM Development Kit.
- getDeclaringClass() - Method in class java.lang.reflect.Constructor
-
- getDeclaringClass() - Method in class java.lang.reflect.Field
-
- getDeclaringClass() - Method in interface java.lang.reflect.Member
-
Returns the Class object representing the class or interface
that declares the member or constructor represented by this Member.
- getDeclaringClass() - Method in class java.lang.reflect.Method
-
- getDefault() - Static method in class java.util.Locale
-
- getDefault() - Static method in class java.util.TimeZone
-
Gets the default TimeZone for this JNIOR.
- getDefaultConverter() - Static method in class com.integpg.io.ByteToCharConverter
-
Returns the default ByteToCharConverter
for the system.
- getDefaultConverter() - Static method in class com.integpg.io.CharToByteConverter
-
Returns the default CharToByteConverter
for the system.
- getDeviceType(long) - Static method in class com.integpg.sensor.SensorPort
-
Obtains the external device type from a device address.
- getDeviceType(long) - Static method in class com.integpg.system.JANOS
-
- getDigit() - Method in class java.text.DecimalFormatSymbols
-
Gets the character used for a digit in a pattern.
- getDisplayCountry() - Method in class java.util.Locale
-
- getDisplayCountry(Locale) - Method in class java.util.Locale
-
- getDisplayLanguage() - Method in class java.util.Locale
-
- getDisplayLanguage(Locale) - Method in class java.util.Locale
-
- getDisplayName() - Method in class java.util.Locale
-
- getDisplayName(Locale) - Method in class java.util.Locale
-
Returns string formatted to describe the Locale.
- getDisplayVariant() - Method in class java.util.Locale
-
- getDisplayVariant(Locale) - Method in class java.util.Locale
-
- getDouble(Object, int) - Static method in class java.lang.reflect.Array
-
- getDouble(Object) - Method in class java.lang.reflect.Field
-
- getDouble(String) - Method in class java.util.Json
-
Obtain a double
value from a name/value pair.
- getDoubleArray(String) - Static method in class com.integpg.system.Immutable
-
Returns the immutable double[] associated with the given identifier.
- getDriversEnabled() - Method in class com.integpg.comm.AUXSerialPort
-
Returns the current driver mode
- getDSTTimeZone(String) - Static method in class com.integpg.system.Timebase
-
Returns the String representation of the abbreviation for DST in the time zone or
null if there is no abbreviation.
- getDuration() - Method in class com.integpg.system.Watchdog
-
Retrieves the current timer duration.
- getEncoding() - Method in class java.io.InputStreamReader
-
- getEncoding() - Method in class java.io.OutputStreamWriter
-
Get encoding.
- getEndIndex() - Method in class java.text.FieldPosition
-
Retrieve the index of the character following the last character in the
requested field.
- getenv(String) - Static method in class java.lang.System
-
- getEnvironment() - Method in class com.integpg.system.ConsoleProcess
-
Returns the current console environment as a Hashtable.
- getEras() - Method in class java.text.DateFormatSymbols
-
Gets era strings.
- getErrorIndex() - Method in class java.text.ParsePosition
-
Retrieve the index at which an error occurred, or -1 if the
error index has not been set.
- getErrorOffset() - Method in exception java.text.ParseException
-
Returns the position where the error was found.
- getErrorStream() - Method in class com.integpg.system.ConsoleProcess
-
Creates an InputStream from which you can read output to stderr.
- getErrorStream() - Method in class java.lang.Process
-
- getEventType() - Method in class com.integpg.comm.SerialPortEvent
-
Get the event type.
- getException() - Method in error java.lang.ExceptionInInitializerError
-
- getExternalDeviceList() - Method in class com.integpg.sensor.SensorPort
-
This method requests the enumeration of external devices.
- getExternalDeviceList() - Static method in class com.integpg.system.JANOS
-
- getFastSlew() - Method in class com.integpg.comm.AUXSerialPort
-
Returns the current state of the RS-485 slew control
- getFD() - Method in class java.io.FileInputStream
-
- getFD() - Method in class java.io.FileOutputStream
-
- getFD() - Method in class java.io.RandomAccessFile
-
- getField(String) - Method in class java.lang.Class
-
Returns a Field object that reflects the specified public
member field of the class or interface represented by
this Class object.
- getField() - Method in class java.text.FieldPosition
-
Retrieve the field identifier.
- getFieldClass(int, int) - Static method in class com.integpg.reflect.Tools
-
getField/Method/ConstructorClass all return the appropriate class represented
by the index/classnum pair.
- getFieldCount(int) - Static method in class com.integpg.reflect.Tools
-
Returns the number of static and instance fields in the class
represented by classnum
.
- getFieldName(int, int) - Static method in class com.integpg.reflect.Tools
-
help me!!! i need javadocs!!!
- getFields() - Method in class java.lang.Class
-
Returns an array containing Field objects reflecting all the
accessible public fields of the class or interface represented
by this Class object.
- getFieldString(int, int) - Static method in class com.integpg.reflect.Tools
-
getFieldString gets the name string
of a field from the trash heap.
- getFieldType(int, int) - Static method in class com.integpg.reflect.Tools
-
- getFieldValue(Object, int, int) - Static method in class com.integpg.reflect.Tools
-
getFieldValue, getFieldObjectValue, and getWideFieldValue
also all do the same thing - get values from fields.
- getFileDescriptor() - Method in class java.net.SocketImpl
-
- getFilePointer() - Method in class java.io.RandomAccessFile
-
- getFirstDayOfWeek() - Method in class java.util.Calendar
-
Gets what the first day of the week is; e.g., SUNDAY in the U.S., MONDAY in France.
- getFloat(Object, int) - Static method in class java.lang.reflect.Array
-
- getFloat(Object) - Method in class java.lang.reflect.Field
-
- getFloat(String) - Method in class java.util.Json
-
Obtain a float
value from a name/value pair.
- getFloatArray(String) - Static method in class com.integpg.system.Immutable
-
Returns the immutable float[] associated with the given identifier.
- getFlowControlMode() - Method in class com.integpg.comm.SerialPort
-
Returns the ports current flow control mode.
- getFormats() - Method in class java.text.ChoiceFormat
-
Get the formats passed in the constructor.
- getFormats() - Method in class java.text.MessageFormat
-
Gets formats that were set with setFormats.
- getFreeFlash() - Static method in class com.integpg.system.JANOS
-
Returns the amount of Flash memory remaining.
- getFreeRAM() - Static method in class com.integpg.system.JANOS
-
Returns the amount of Heap memory remaining.
- getFromCurrentEnvironment(String) - Static method in class com.integpg.system.JANOS
-
Gets the value of the given key from the current environment.
- getFullMethodDescriptor(int, int) - Static method in class com.integpg.reflect.Tools
-
Returns the descriptor string of a method in String format.
- getGreatestMinimum(int) - Method in class java.util.Calendar
-
Returns the highest minimum value for the given calendar field of this Calendar instance.
- getGreatestMinimum(int) - Method in class java.util.GregorianCalendar
-
- getGroupingSeparator() - Method in class java.text.DecimalFormatSymbols
-
Get the character used for thousands separator.
- getGroupingSize() - Method in class java.text.DecimalFormat
-
Return the grouping size.
- getHostAddress() - Method in class java.net.InetAddress
-
- getHostName() - Method in class java.net.InetAddress
-
- getHours() - Method in class java.util.Date
-
Returns the hour represented by this Date object.
- getID() - Method in class com.integpg.system.SystemMsg
-
Obtains the unique message ID assigned to the message.
- getID() - Method in class java.util.TimeZone
-
Returns the time zone ID.
- getInCheck() - Method in class java.lang.SecurityManager
-
- getIndex() - Method in class java.text.ParsePosition
-
Retrieve the current parse position.
- getInetAddress() - Method in class java.net.DatagramSocket
-
- getInetAddress() - Method in class java.net.ServerSocket
-
- getInetAddress() - Method in class java.net.Socket
-
- getInetAddress() - Method in class java.net.SocketImpl
-
- getInfinity() - Method in class java.text.DecimalFormatSymbols
-
Gets the character used to represent infinity.
- getInputBufferSize() - Method in class com.integpg.comm.SerialPort
-
Returns the ports input buffer size.
- getInputConditioning(int) - Static method in class com.integpg.system.JANOS
-
Retrieves the current input conditioning.
- getInputCounter(int) - Static method in class com.integpg.system.JANOS
-
Obtains the counter for the specified Digital Input.
- getInputEvent(long) - Method in class com.integpg.system.Iolog
-
Fetch the Input event associated with a specific timestamp.
- getInputEvents() - Method in class com.integpg.system.Iolog
-
Obtain an array of all Input events.
- getInputEvents(int) - Method in class com.integpg.system.Iolog
-
Obtain an array of recent Input events.
- getInputPeriod(int) - Method in class com.integpg.system.Iolog
-
Obtain one or more input signal periods
- getInputPeriod(int, int) - Method in class com.integpg.system.Iolog
-
Obtain one or more input signal periods
- getInputStates() - Static method in class com.integpg.system.JANOS
-
Obtains the state of all digital inputs as a single bit-mapped integer.
- getInputStream() - Method in class com.integpg.comm.SerialPort
-
Returns the InputStream associated with this port.
- getInputStream() - Method in class com.integpg.system.ConsoleProcess
-
Creates an InputStream from which you can read output to stdout.
- getInputStream() - Method in class java.lang.Process
-
- getInputStream() - Method in class java.net.Socket
-
- getInputStream() - Method in class java.net.SocketImpl
-
- getInputTransitions(int) - Method in class com.integpg.system.Iolog
-
Returns array of Input transition timestamps for the specified channel.
- getInputTransitions(int, int, int) - Method in class com.integpg.system.Iolog
-
Returns array of Input transition timestamps for the specified channel.
- getInputWidth(int, boolean) - Method in class com.integpg.system.Iolog
-
Obtain one or more pulse widths.
- getInputWidth(int, boolean, int) - Method in class com.integpg.system.Iolog
-
Obtain one or more pulse widths.
- getInstance() - Static method in class java.text.DateFormat
-
Get a default date/time formatter that uses the SHORT style for both the
date and the time.
- getInstance() - Static method in class java.text.NumberFormat
-
Returns the default number format for the current default locale.
- getInstance(Locale) - Static method in class java.text.NumberFormat
-
Returns the default number format for the specified locale.
- getInstance() - Static method in class java.util.Calendar
-
Gets a calendar using the default time zone.
- getInstance(TimeZone) - Static method in class java.util.Calendar
-
Gets a calendar using the specified time zone.
- getInt(byte[], int) - Static method in class com.integpg.system.ArrayUtils
-
Reads an int value from a byte array.
- getInt(Object, int) - Static method in class java.lang.reflect.Array
-
- getInt(Object) - Method in class java.lang.reflect.Field
-
- getInt(String) - Method in class java.util.Json
-
Obtain a int
value from a name/value pair.
- getIntArray(String) - Static method in class com.integpg.system.Immutable
-
Returns the immutable int[] associated with the given identifier.
- getInteger(String) - Static method in class java.lang.Integer
-
- getInteger(String, int) - Static method in class java.lang.Integer
-
- getInteger(String, Integer) - Static method in class java.lang.Integer
-
- getInterface() - Method in class java.net.MulticastSocket
-
- getInterfaces() - Method in class java.lang.Class
-
Determines the interfaces implemented by the class or interface
represented by this object.
- getInterfacesNative(int) - Static method in class com.integpg.reflect.Tools
-
Get the class numbers of the declared interfaces of this class.
- getIoSignature() - Static method in class com.integpg.system.JANOS
-
Use this method to determine if internal I/O has changed.
- getKeepAlive() - Method in class java.net.Socket
-
- getKey() - Method in exception java.util.MissingResourceException
-
- getLanguage() - Method in class java.util.Locale
-
Returns the language code of this Locale.
- getLeastMaximum(int) - Method in class java.util.Calendar
-
Returns the lowest maximum value for the given calendar field of this Calendar instance.
- getLeastMaximum(int) - Method in class java.util.GregorianCalendar
-
- getLength(Object) - Static method in class java.lang.reflect.Array
-
- getLength() - Method in class java.net.DatagramPacket
-
- getLimits() - Method in class java.text.ChoiceFormat
-
Get the limits passed in the constructor.
- getLineNumber() - Method in class java.io.LineNumberInputStream
-
- getLineNumber() - Method in class java.io.LineNumberReader
-
- getLocalAddress() - Method in class java.net.DatagramSocket
-
- getLocalAddress() - Method in class java.net.Socket
-
- getLocale() - Method in class java.text.MessageFormat
-
Gets the locale.
- getLocalHost() - Static method in class java.net.InetAddress
-
- getLocalizedMessage() - Method in class java.lang.Throwable
-
- getLocalPatternChars() - Method in class java.text.DateFormatSymbols
-
Gets localized date-time pattern characters.
- getLocalPort() - Method in class java.net.DatagramSocket
-
- getLocalPort() - Method in class java.net.ServerSocket
-
- getLocalPort() - Method in class java.net.Socket
-
- getLocalPort() - Method in class java.net.SocketImpl
-
- getLog() - Method in class com.integpg.net.FTPClient
-
Obtains the cumulative log content.
- getLong(byte[], int) - Static method in class com.integpg.system.ArrayUtils
-
Reads a long value from a byte array.
- getLong(String) - Static method in class java.lang.Long
-
- getLong(String, long) - Static method in class java.lang.Long
-
- getLong(String, Long) - Static method in class java.lang.Long
-
- getLong(Object, int) - Static method in class java.lang.reflect.Array
-
- getLong(Object) - Method in class java.lang.reflect.Field
-
- getLong(String) - Method in class java.util.Json
-
Obtain a long
value from a name/value pair.
- getLongArray(String) - Static method in class com.integpg.system.Immutable
-
Returns the immutable long[] associated with the given identifier.
- getMaxByteCount(char[], int, int) - Method in class com.integpg.io.CharToByteConverter
-
Returns the number of bytes that the specified character
sequence will require for encoding.
- getMaxByteCount(char[], int, int) - Method in class com.integpg.io.CharToByteISO8859_1
-
- getMaxByteCount(char[], int, int) - Method in class com.integpg.io.CharToByteUTF8
-
- getMaxCharCount(byte[], int, int) - Method in class com.integpg.io.ByteToCharConverter
-
Returns the number of characters that the specified byte
sequence will require for encoding.
- getMaxCharCount(byte[], int, int) - Method in class com.integpg.io.ByteToCharISO8859_1
-
- getMaxCharCount(byte[], int, int) - Method in class com.integpg.io.ByteToCharUTF8
-
- getMaximum(int) - Method in class java.util.Calendar
-
Returns the maximum value for the given calendar field of this Calendar instance.
- getMaximum(int) - Method in class java.util.GregorianCalendar
-
- getMaximumFractionDigits() - Method in class java.text.NumberFormat
-
Returns the maximum number of digits allowed in the fraction portion of a
number.
- getMaximumIntegerDigits() - Method in class java.text.NumberFormat
-
Returns the maximum number of digits allowed in the integer portion of a
number.
- getMaxPriority() - Method in class java.lang.ThreadGroup
-
- getMessage(int) - Method in class com.integpg.system.MessagePump
-
Retrieves the desired message from the message queue.
- getMessage(int, int) - Method in class com.integpg.system.MessagePump
-
Retrieves messages in the specified range from the message queue.
- getMessage() - Method in class com.integpg.system.MessagePump
-
Retrieve a system message.
- getMessage() - Method in class java.lang.Throwable
-
- getMethod(String, Class[]) - Method in class java.lang.Class
-
Returns a Method object that reflects the specified public
member method of the class or interface represented by this
Class object.
- getMethodByteArray(int, int, int) - Static method in class com.integpg.reflect.Tools
-
Method info getter.The query parameter is an actual
index into the method record, which allows these methods to be used
as more info is stored there.
- getMethodClass(int, int) - Static method in class com.integpg.reflect.Tools
-
getField/Method/ConstructorClass all return the appropriate class represented
by the index/classnum pair.There's that stupid index/classnum parameter
mixup again! I must have been smokin' some serious...
- getMethodCount(int) - Static method in class com.integpg.reflect.Tools
-
Returns the number of methods in the class represented by classnum
.
- getMethodName(int, int) - Static method in class com.integpg.reflect.Tools
-
help me!!! i need javadocs!!!
- getMethodPrimitive(int, int, int) - Static method in class com.integpg.reflect.Tools
-
Method info getter.The query parameter is an actual
index into the method record, which allows these methods to be used
as more info is stored there.
- getMethods() - Method in class java.lang.Class
-
Returns an array containing Method objects reflecting all the
public member methods of the class or interface
represented by this Class object, including those declared by
the class or interface and and those inherited from
superclasses and superinterfaces.
- getMethodString(int, int, int) - Static method in class com.integpg.reflect.Tools
-
Method info getter.
- getMinimalDaysInFirstWeek() - Method in class java.util.Calendar
-
Gets what the minimal days required in the first week of the year are.
- getMinimum(int) - Method in class java.util.Calendar
-
Returns the minimum value for the given calendar field of this Calendar instance.
- getMinimum(int) - Method in class java.util.GregorianCalendar
-
- getMinimumFractionDigits() - Method in class java.text.NumberFormat
-
Returns the minimum number of digits allowed in the fraction portion of a
number.
- getMinimumIntegerDigits() - Method in class java.text.NumberFormat
-
Returns the minimum number of digits allowed in the integer portion of a
number.
- getMinusSign() - Method in class java.text.DecimalFormatSymbols
-
Gets the character used to represent minus sign.
- getMinutes() - Method in class java.util.Date
-
Returns the number of minutes past the hour represented by this date, as interpreted in the local time zone.
- getModifiers() - Method in class java.lang.Class
-
Returns the Java language modifiers for this class or
interface, encoded in an integer.
- getModifiers() - Method in class java.lang.reflect.Constructor
-
- getModifiers() - Method in class java.lang.reflect.Field
-
- getModifiers() - Method in interface java.lang.reflect.Member
-
Returns the Java language modifiers for the member or
constructor represented by this Member, as an integer.
- getModifiers() - Method in class java.lang.reflect.Method
-
- getModifiers0(int, int) - Static method in class com.integpg.reflect.Tools
-
getModifers0 returns the modifiers for a given field
- getMonth() - Method in class java.util.Date
-
Returns a number representing the month that contains or begins with the instant in time represented by this
Date object.
- getMonths() - Method in class java.text.DateFormatSymbols
-
Gets month strings.
- getMultiplier() - Method in class java.text.DecimalFormat
-
Get the multiplier for use in percent, permill, etc.
- getName() - Static method in class com.integpg.comm.AUXSerialPort
-
Returns the name of the port.
- getName() - Static method in class com.integpg.comm.COMSerialPort
-
Returns the name of the port.
- getName() - Method in class com.integpg.io.ByteToCharConverter
-
Returns the name of this encoding scheme.
- getName() - Method in class com.integpg.io.ByteToCharISO8859_1
-
- getName() - Method in class com.integpg.io.ByteToCharUTF8
-
- getName() - Method in class com.integpg.io.CharToByteConverter
-
Returns the name of this encoding scheme.
- getName() - Method in class com.integpg.io.CharToByteISO8859_1
-
- getName() - Method in class com.integpg.io.CharToByteUTF8
-
- getName() - Method in class java.io.File
-
- getName() - Method in class java.lang.Class
-
Returns the fully-qualified name of the type (class, interface,
array, or primitive) represented by this Class object, as a String.
- getName() - Method in class java.lang.reflect.Constructor
-
- getName() - Method in class java.lang.reflect.Field
-
- getName() - Method in interface java.lang.reflect.Member
-
Returns the simple name of the underlying member or constructor
represented by this Member.
- getName() - Method in class java.lang.reflect.Method
-
- getName() - Method in class java.lang.Thread
-
- getName() - Method in class java.lang.ThreadGroup
-
- getNaN() - Method in class java.text.DecimalFormatSymbols
-
Gets character used to represent NaN.
- getNegativePrefix() - Method in class java.text.DecimalFormat
-
Get the negative prefix.
- getNegativeSuffix() - Method in class java.text.DecimalFormat
-
Get the negative suffix.
- getNewInstance() - Static method in class java.lang.Class
-
- getNewValue() - Method in class com.integpg.comm.SerialPortEvent
-
Gets the new value of the state change that caused the SerialPortEvent to be propagated.
- getNumberFormat() - Method in class java.text.DateFormat
-
Gets the number formatter which this date/time formatter uses to
format and parse a time.
- getNumberInstance() - Static method in class java.text.NumberFormat
-
Returns a general-purpose number format for the current default locale.
- getNumberInstance(Locale) - Static method in class java.text.NumberFormat
-
Returns a general-purpose number format for the specified locale.
- getNumericValue(char) - Static method in class java.lang.Character
-
- getObjectFieldValue(Object, int, int) - Static method in class com.integpg.reflect.Tools
-
getFieldValue, getFieldObjectValue, and getWideFieldValue
also all do the same thing - get values from fields.Oh the embarrasment...
- getOffset(int, int, int, int, int, int) - Method in class java.util.SimpleTimeZone
-
Gets the time zone offset, for current date, modified in case of daylight savings.
- getOffset(int, int, int, int, int, int) - Method in class java.util.TimeZone
-
Gets the time zone offset, for current date, modified in case of daylight savings.
- getOldValue() - Method in class com.integpg.comm.SerialPortEvent
-
Gets the old value of the state change that caused the SerialPortEvent to be propagated.
- getOption(int) - Method in class java.net.SocketImpl
-
- getOutputBufferSize() - Method in class com.integpg.comm.SerialPort
-
Returns the ports current output buffer size.
- getOutputEvent(long) - Method in class com.integpg.system.Iolog
-
Fetch the Output event associated with a specific timestamp.
- getOutputEvents() - Method in class com.integpg.system.Iolog
-
Obtain an array of all Output events.
- getOutputEvents(int) - Method in class com.integpg.system.Iolog
-
Obtain an array of recent Output events.
- getOutputStates() - Static method in class com.integpg.sensor.SensorPort
-
Obtains the state of all relay outputs as a single bit-mapped integer.
- getOutputStates() - Static method in class com.integpg.system.JANOS
-
Obtains the state of all relay outputs as a single bit-mapped integer.
- getOutputStream() - Method in class com.integpg.comm.SerialPort
-
Returns the OutputStream associated with this port.
- getOutputStream() - Method in class com.integpg.system.ConsoleProcess
-
Creates an OutputStream through which you can enter characters to stdin.
- getOutputStream() - Method in class java.lang.Process
-
- getOutputStream() - Method in class java.net.Socket
-
- getOutputStream() - Method in class java.net.SocketImpl
-
- getOutputTransitions(int, int, int) - Method in class com.integpg.system.Iolog
-
Returns array of Output transition timestamps for the specified channel.
- getOutputTransitions(int) - Method in class com.integpg.system.Iolog
-
Returns array of Output transition timestamps for the specified channel.
- getParameterTypes() - Method in class java.lang.reflect.Constructor
-
- getParameterTypes() - Method in class java.lang.reflect.Method
-
- getParent() - Method in class java.io.File
-
- getParent() - Method in class java.lang.ThreadGroup
-
- getParity() - Method in class com.integpg.comm.SerialPort
-
Returns the ports current parity setting.
- getPath() - Method in class java.io.File
-
- getPatternSeparator() - Method in class java.text.DecimalFormatSymbols
-
Gets the character used to separate positive and negative subpatterns in a pattern.
- getPercent() - Method in class java.text.DecimalFormatSymbols
-
Gets the character used for percent sign.
- getPercentInstance() - Static method in class java.text.NumberFormat
-
Returns a percentage format for the current default locale.
- getPercentInstance(Locale) - Static method in class java.text.NumberFormat
-
Returns a percentage format for the specified locale.
- getPerMill() - Method in class java.text.DecimalFormatSymbols
-
Get the character used for mille percent sign.
- getPOR() - Static method in class com.integpg.system.JANOS
-
Retrieves the Power-On-Reset (POR) count.
- getPort() - Method in class java.net.DatagramPacket
-
- getPort() - Method in class java.net.DatagramSocket
-
- getPort() - Method in class java.net.Socket
-
- getPort() - Method in class java.net.SocketImpl
-
- getPositivePrefix() - Method in class java.text.DecimalFormat
-
Get the positive prefix.
- getPositiveSuffix() - Method in class java.text.DecimalFormat
-
Get the positive suffix.
- getPriority() - Method in class java.lang.Thread
-
- getProcessID() - Static method in class com.integpg.system.JANOS
-
Returns the process ID for the current process.
- getProcessIDs() - Static method in class com.integpg.system.JANOS
-
Obtain active process ID list.
- getProcessName(int) - Static method in class com.integpg.system.JANOS
-
Returns the process identification string for the process ID provided.
- getProcessTable() - Static method in class com.integpg.system.JANOS
-
Provides Process Table detail.
- getProperty(String) - Method in class java.util.Properties
-
Searches for the property with the specified key in this property list.
- getProperty(String, String) - Method in class java.util.Properties
-
Searches for the property with the specified key in this property list.
- getRawOffset() - Method in class java.util.SimpleTimeZone
-
- getRawOffset() - Method in class java.util.TimeZone
-
Returns the amount of time in milliseconds to add to UTC to get standard time in this time zone.
- getReceiveBufferSize() - Method in class java.net.DatagramSocket
-
- getReceiveFramingByte() - Method in class com.integpg.comm.SerialPort
-
Returns the ports receive framing byte.
- getReceiversEnabled() - Method in class com.integpg.comm.AUXSerialPort
-
Returns the current receiver mode
- getReceiveThreshold() - Method in class com.integpg.comm.SerialPort
-
Returns the ports threshold enable state.
- getReceiveTimeout() - Method in class com.integpg.comm.SerialPort
-
Returns the ports current receive timeout.
- getRegistered(String) - Static method in class com.integpg.system.JANOS
-
Identifies a process with the registered GUID.
- getRegistryBoolean(String, boolean) - Static method in class com.integpg.system.JANOS
-
Returns the boolean state of the specified Registry key.
- getRegistryDouble(String, double) - Static method in class com.integpg.system.JANOS
-
Returns the double value from the specified Registry key.
- getRegistryInt(String, int) - Static method in class com.integpg.system.JANOS
-
Returns the integer value from the specified Registry key.
- getRegistryKey(String) - Static method in class com.integpg.system.JANOS
-
Reads the complete string array associated with the specified Registry key.
- getRegistryLastModified(String) - Static method in class com.integpg.system.JANOS
-
This method returns the last modified time of a given registry key or registry node.
- getRegistryList(String) - Static method in class com.integpg.system.JANOS
-
This lists the content of a node in the Registry tree.
- getRegistryString(String, String) - Static method in class com.integpg.system.JANOS
-
Reads the primary string associated with the specified Registry key.
- getResourceAsStream(String) - Method in class java.lang.Class
-
Finds a resource with a given name.
- getReturnType() - Method in class java.lang.reflect.Method
-
- getRS485() - Method in class com.integpg.comm.AUXSerialPort
-
Returns the current driver mode
- getRtdIn(int) - Static method in class com.integpg.sensor.SensorPort
-
This method will return the RTD value for the given channel.
- getRtdIn(int) - Static method in class com.integpg.system.JANOS
-
- getRTS() - Method in class com.integpg.comm.AUXSerialPort
-
Returns the current state of RTS at the exact time it was sampled by the
native driver.
- getRuntime() - Static method in class java.lang.Runtime
-
- getSeconds() - Method in class java.util.Date
-
Returns the number of seconds past the minute represented by this date.
- getSecurityContext() - Method in class java.lang.SecurityManager
-
- getSecurityManager() - Static method in class java.lang.System
-
- getSendBufferSize() - Method in class java.net.DatagramSocket
-
- getSerialNumber() - Static method in class com.integpg.system.JANOS
-
Retrieves the unit's Serial Number.
- getShort(byte[], int) - Static method in class com.integpg.system.ArrayUtils
-
Reads a short value from a byte array.
- getShort(Object, int) - Static method in class java.lang.reflect.Array
-
- getShort(Object) - Method in class java.lang.reflect.Field
-
- getShortArray(String) - Static method in class com.integpg.system.Immutable
-
Returns the immutable short[] associated with the given identifier.
- getShortMonths() - Method in class java.text.DateFormatSymbols
-
Gets short month strings.
- getShortWeekdays() - Method in class java.text.DateFormatSymbols
-
Gets short weekday strings.
- getSigners() - Method in class java.lang.Class
-
Get the signers of this class.
- getSoLinger() - Method in class java.net.Socket
-
- getSoTimeout() - Method in class java.net.DatagramSocket
-
- getSoTimeout() - Method in class java.net.ServerSocket
-
- getSoTimeout() - Method in class java.net.Socket
-
- getSource() - Method in class java.util.EventObject
-
- getStackTrace(int[]) - Static method in class com.integpg.reflect.Tools
-
Traces the java stack for methods.
- getStackTrace() - Static method in class java.lang.Throwable
-
- getStopBits() - Method in class com.integpg.comm.SerialPort
-
Returns the ports current stop bits setting.
- getStoredClass(int) - Static method in class com.integpg.reflect.Tools
-
Returns the java.lang.Class
object created when
running the static initializer of a class.
- getString(String) - Method in class java.util.Json
-
Obtain the string
from a name/value pair.
- getStringToUTF8Length(String, int, int) - Static method in class com.integpg.io.CharToByteUTF8
-
- getSuperclass() - Method in class java.lang.Class
-
If this object represents any class other than the class
Object, then the object that represents the superclass
of that class is returned.
- getSuperclassNumber(int) - Static method in class com.integpg.reflect.Tools
-
Returns the class number of the superclass of the class represented by
classNum
.
- getSystemEnvironment() - Static method in class com.integpg.system.JANOS
-
Returns a copy of the system environment.
- getTargetException() - Method in exception java.lang.reflect.InvocationTargetException
-
- getTaskTable() - Static method in class com.integpg.system.JANOS
-
- getTaskTableIDs() - Static method in class com.integpg.system.JANOS
-
- getTcpNoDelay() - Method in class java.net.Socket
-
- getTemp(int) - Static method in class com.integpg.sensor.SensorPort
-
Returns the temperature value.
- getTemp(int) - Static method in class com.integpg.system.JANOS
-
- getText() - Method in class com.integpg.system.Watchdog
-
Retrieves the defined text reference
- getThreadGroup() - Method in class java.lang.SecurityManager
-
- getThreadGroup() - Method in class java.lang.Thread
-
- gettime() - Method in class com.integpg.system.Iolog
-
Obtains the timestamp associated with the snapshot.
- getTime() - Method in class java.util.Calendar
-
Returns a Date object representing this Calendar's time value (millisecond offset from the Epoch").
- getTime() - Method in class java.util.Date
-
Returns the number of milliseconds since January 1, 1970, 00:00:00 GMT represented by this Date object.
- getTimeInMillis() - Method in class java.util.Calendar
-
Returns this Calendar's time value in milliseconds.
- getTimeInstance() - Static method in class java.text.DateFormat
-
Gets the time formatter with the default formatting style
for the default locale.
- getTimeInstance(int) - Static method in class java.text.DateFormat
-
Gets the time formatter with the given formatting style
for the default locale.
- getTimeInstance(int, Locale) - Static method in class java.text.DateFormat
-
Gets the time formatter with the given formatting style
for the given locale.
- getTimeZone() - Static method in class com.integpg.system.JANOS
-
Returns the current timezone.
- getTimeZone() - Static method in class com.integpg.system.Timebase
-
Returns the current time zone.
- getTimeZone() - Method in class java.text.DateFormat
-
Gets the time zone.
- getTimeZone() - Method in class java.util.Calendar
-
Gets the time zone.
- getTimeZone(String) - Static method in class java.util.TimeZone
-
Gets the TimeZone for the given ID.
- getTimezoneOffset() - Method in class java.util.Date
-
Returns the offset, measured in minutes, for the local time zone relative to UTC that is appropriate for the time
represented by this Date
object.
- getTotalRAM() - Static method in class com.integpg.system.JANOS
-
Returns the total amount of Heap memory.
- getTTL() - Method in class java.net.MulticastSocket
-
- getType(char) - Static method in class java.lang.Character
-
- getType() - Method in class java.lang.reflect.Field
-
- getUsageMeter(int) - Static method in class com.integpg.system.JANOS
-
Obtains the Usage for the specified Digital Input or Relay Output.
- getUserID(String) - Static method in class com.integpg.system.User
-
Retrieves the user account name for a specific ID.
- getUserName(int) - Static method in class com.integpg.system.User
-
Retrieves the user account name for the specified ID.
- getVariant() - Method in class java.util.Locale
-
Returns the variant code for this locale.
- getVersion() - Static method in class com.integpg.system.JANOS
-
Retrieves the JANOS Firmware Version as a formatted string.
- getVersionNum() - Static method in class com.integpg.system.JANOS
-
Retrieves the JANOS version information.
- getWeekdays() - Method in class java.text.DateFormatSymbols
-
Gets weekday strings.
- getWideFieldValue(Object, int, int) - Static method in class com.integpg.reflect.Tools
-
getFieldValue, getFieldObjectValue, and getWideFieldValue
also all do the same thing - get values from fields.Oh the embarrasment...
- getYear() - Method in class java.util.Date
-
Returns a value that is the result of subtracting 1900 from the year that contains or begins with the instant in time
represented by this Date
object, as interpreted in the local time zone.
- getZeroDigit() - Method in class java.text.DecimalFormatSymbols
-
Gets character used for zero.
- GregorianCalendar - Class in java.util
-
- GregorianCalendar() - Constructor for class java.util.GregorianCalendar
-
Constructs a default GregorianCalendar using the current time in the default time zone.
- GregorianCalendar(long) - Constructor for class java.util.GregorianCalendar
-
Constructs a default GregorianCalendar using the specified time in the default time zone.
- GregorianCalendar(TimeZone) - Constructor for class java.util.GregorianCalendar
-
Constructs a default GregorianCalendar using the specified timezone.
- GregorianCalendar(int, int, int) - Constructor for class java.util.GregorianCalendar
-
Constructs a GregorianCalendar with the given date and time set for the default time zone.
- GregorianCalendar(int, int, int, int, int) - Constructor for class java.util.GregorianCalendar
-
Constructs a GregorianCalendar with the given date and time set for the default time zone.
- GregorianCalendar(int, int, int, int, int, int) - Constructor for class java.util.GregorianCalendar
-
Constructs a GregorianCalendar with the given date and time set for the default time zone.
- GregorianCalendar(TimeZone, long) - Constructor for class java.util.GregorianCalendar
-
Constructs a GregorianCalendar based on the current time in the given time zone.
- group() - Method in class java.util.regex.Matcher
-
Returns the input subsequence captured by the previous match.
- group(int) - Method in class java.util.regex.Matcher
-
Returns the input sequence captured by the given group.
- group(String) - Method in class java.util.regex.Matcher
-
Returns the input sequence captured by the named capturing group.
- group() - Method in interface java.util.regex.MatchResult
-
Returns the input subsequence matched by the previous match.
- group(int) - Method in interface java.util.regex.MatchResult
-
Returns the input subsequence captured by the given group during the previous
match operation.
- groupCount() - Method in class java.util.regex.Matcher
-
Returns the number of capture groups.
- groupCount() - Method in interface java.util.regex.MatchResult
-
Returns the number of capturing groups in the matched results pattern.