SQLSavepoint[...] is an object that represents a savepoint in an SQL transaction.
FrontEndSharedQ[link] returns True if the front end is being shared with a specified link, and returns False otherwise.
GetClass[javaobject] returns the JavaClass that identifies the object's class.
JavaLink[] returns the MathLink LinkObject that is used to communicate with the J/Link Java runtime.
JavaObject[] is used to denote an expression that refers to an object residing in Java.
JavaObjectQ[expr] gives True if expr is a reference to a Java object or Null, and gives False otherwise.
MakeJavaExpr[expr] constructs a new Java object of the J/Link Expr class that represents the Mathematica expression expr.
Periodical[id] returns information about the periodical task corresponding to the specified integer id.
Periodicals[] returns a list of integer ID numbers corresponding to the set of operations that are periodically performed automatically when the kernel is not busy with ...
ReinstallJava[] is a convenience function that calls UninstallJava followed by InstallJava.