A D E F H I L M O S T W 

A

allocateBoolean(int) - Method in interface org.jdtaus.core.lang.spi.MemoryManager
Creates a new buffer of boolean values.
allocateBytes(int) - Method in interface org.jdtaus.core.lang.spi.MemoryManager
Creates a new buffer of byte values.
allocateChars(int) - Method in interface org.jdtaus.core.lang.spi.MemoryManager
Creates a new buffer of char values.
allocateDoubles(int) - Method in interface org.jdtaus.core.lang.spi.MemoryManager
Creates a new buffer of double values.
allocateFloats(int) - Method in interface org.jdtaus.core.lang.spi.MemoryManager
Creates a new buffer of float values.
allocateIntegers(int) - Method in interface org.jdtaus.core.lang.spi.MemoryManager
Creates a new buffer of integer values.
allocateLongs(int) - Method in interface org.jdtaus.core.lang.spi.MemoryManager
Creates a new buffer of long values.
allocateShorts(int) - Method in interface org.jdtaus.core.lang.spi.MemoryManager
Creates a new buffer of short values.
ApplicationLogger - Interface in org.jdtaus.core.text.spi
Logs messages to applications.

D

debug(String) - Method in interface org.jdtaus.core.logging.spi.Logger
Logs a message at log level debug.
debug(Throwable) - Method in interface org.jdtaus.core.logging.spi.Logger
Logs an exception at log level debug.

E

error(String) - Method in interface org.jdtaus.core.logging.spi.Logger
Logs a message at log level error.
error(Throwable) - Method in interface org.jdtaus.core.logging.spi.Logger
Logs an exception at log level error.
ExceptionHandler - Interface in org.jdtaus.core.lang.spi
Handles exceptions.
executeAsynchronously(Runnable) - Method in interface org.jdtaus.core.lang.spi.Executor
Executes a given Runnable asynchronously.
Executor - Interface in org.jdtaus.core.lang.spi
Manages asynchronous executions.

F

fatal(String) - Method in interface org.jdtaus.core.logging.spi.Logger
Logs a message at log level fatal.
fatal(Throwable) - Method in interface org.jdtaus.core.logging.spi.Logger
Logs an exception at log level fatal.
finish(Task) - Method in interface org.jdtaus.core.monitor.spi.TaskMonitor
Stops monitoring a Task.

H

handle(Throwable) - Method in interface org.jdtaus.core.lang.spi.ExceptionHandler
Handles a given exception.

I

info(String) - Method in interface org.jdtaus.core.logging.spi.Logger
Logs a message at log level info.
info(Throwable) - Method in interface org.jdtaus.core.logging.spi.Logger
Logs an exception at log level info.
isDebugEnabled() - Method in interface org.jdtaus.core.logging.spi.Logger
Getter for property debugEnabled.
isErrorEnabled() - Method in interface org.jdtaus.core.logging.spi.Logger
Getter for property errorEnabled.
isFatalEnabled() - Method in interface org.jdtaus.core.logging.spi.Logger
Getter for property fatalEnabled.
isInfoEnabled() - Method in interface org.jdtaus.core.logging.spi.Logger
Getter for property infoEnabled.
isTraceEnabled() - Method in interface org.jdtaus.core.logging.spi.Logger
Getter for property traceEnabled.
isWarnEnabled() - Method in interface org.jdtaus.core.logging.spi.Logger
Getter for property warnEnabled.

L

log(MessageEvent) - Method in interface org.jdtaus.core.text.spi.ApplicationLogger
Logs a message to applications.
Logger - Interface in org.jdtaus.core.logging.spi
Logs events for a specific component.

M

MemoryManager - Interface in org.jdtaus.core.lang.spi
Manages memory allocations.
monitor(Task) - Method in interface org.jdtaus.core.monitor.spi.TaskMonitor
Starts monitoring a Task.

O

org.jdtaus.core.lang.spi - package org.jdtaus.core.lang.spi
System runtime environment implementation interfaces.
org.jdtaus.core.logging.spi - package org.jdtaus.core.logging.spi
Logging implementation interfaces.
org.jdtaus.core.monitor.spi - package org.jdtaus.core.monitor.spi
Task monitoring implementation interfaces.
org.jdtaus.core.text.spi - package org.jdtaus.core.text.spi
Internationalization and localization implementation interfaces.

S

setCancelable(boolean) - Method in class org.jdtaus.core.monitor.spi.Task
Setter for property cancelable.
setDescription(Message) - Method in class org.jdtaus.core.monitor.spi.Task
Setter for property description.
setIndeterminate(boolean) - Method in class org.jdtaus.core.monitor.spi.Task
Setter for property indeterminate.
setMaximum(int) - Method in class org.jdtaus.core.monitor.spi.Task
Sets the higher end of the progress value.
setMinimum(int) - Method in class org.jdtaus.core.monitor.spi.Task
Sets the lower end of the progress value.
setProgress(int) - Method in class org.jdtaus.core.monitor.spi.Task
Sets the progress of the task.
setProgressDescription(Message) - Method in class org.jdtaus.core.monitor.spi.Task
Setter for property progressDescription.

T

Task - Class in org.jdtaus.core.monitor.spi
Extends Task providing write access to the state of a Task to be used by implementations.
Task() - Constructor for class org.jdtaus.core.monitor.spi.Task
Creates a new Task instance.
TaskMonitor - Interface in org.jdtaus.core.monitor.spi
Monitors tasks.
trace(String) - Method in interface org.jdtaus.core.logging.spi.Logger
Logs a message at log level trace.
trace(Throwable) - Method in interface org.jdtaus.core.logging.spi.Logger
Logs an exception at log level trace.

W

warn(String) - Method in interface org.jdtaus.core.logging.spi.Logger
Logs a message at log level warn.
warn(Throwable) - Method in interface org.jdtaus.core.logging.spi.Logger
Logs an exception at log level warn.
A D E F H I L M O S T W 

Copyright © 2005-2012 jDTAUS. All Rights Reserved.