public class IlvServletUtil extends Object
IlvServletUtil
class consists of static methods that
are of general use when writing servlets.
This class cannot be instantiated.Modifier and Type | Method and Description |
---|---|
static void |
invokeAndWait(IlvServletRunnable runnable)
Deprecated.
Starting with JViews 8.7, please use the method
IlvServletThreadUtil.invokeAndWait(ilog.views.util.servlet.IlvServletRunnable)
instead. |
@Deprecated public static void invokeAndWait(IlvServletRunnable runnable) throws IOException, javax.servlet.ServletException
IlvServletThreadUtil.invokeAndWait(ilog.views.util.servlet.IlvServletRunnable)
instead.EventQueue.invokeAndWait()
, except for the
following points:
EventQueue.invokeAndWait()
can only be
called from a thread that is not the event dispatching thread.ServletException
s and IOException
s are
propagated from runnable.run().IOException
- If an input or output error is encountered during
the execution of runnable.run().javax.servlet.ServletException
- If an error is encountered during the
execution of runnable.run().© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.