Interface and Description |
---|
ej.kf.UncaughtExceptionHandler |
Class and Description |
---|
ej.nls.BasicImmutablesNLS
prefer add-on library "BinaryNLS" (based on ".po" files) instead
|
java.util.Timer
Please consider
ej.bon.Timer> from BON specification
instead. |
java.util.TimerTask
Please consider
ej.bon.TimerTask> from BON specification
instead. |
Method and Description |
---|
ej.bon.Util.dynamicCodeAllowed()
Please consider Kernel & Features specification instead.
|
sun.security.x509.AlgorithmId.getAlgorithmId(String)
use the short get form of this method.
|
ej.nls.NLS.getDefault()
Use instantiate instead
|
java.util.Calendar.isLenient() |
java.util.Calendar.setLenient(boolean) |
ej.kf.Kernel.setUncaughtExceptionHandler(UncaughtExceptionHandler) |
ej.bon.Util.throwExceptionInThread(RuntimeException, Thread)
Please consider Kernel & Features specification instead.
|
ej.bon.Util.throwHardExceptionInThread(RuntimeException, Thread)
Please consider Kernel & Features specification instead.
|
Constructor and Description |
---|
sun.security.x509.AlgorithmId()
use one of the other constructors.
|
com.cinterion.io.ATCommand(boolean, boolean, boolean, boolean, boolean, boolean)
This constructor has been used to control which listener threads
are required to save resources. Because there is now one single
event listener thread started in any case this function is only
provided for backwards compatibility and should not be used any
more.
|