|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.globus.ogsa.handlers.container.ContainerHandlerHelper
A helper class for parsing container handler lists, loading the handlers and executing them.
| Constructor Summary | |
ContainerHandlerHelper()
|
|
| Method Summary | |
protected static void |
runHandler(ContainerHandler handler)
Executes the handler. |
protected static void |
runHandler(String handler)
Loads the handler class and executes the handler. |
static void |
runHandlers(String handlerList)
Parses the handler list, loads the handler class and executes the handler. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ContainerHandlerHelper()
| Method Detail |
public static void runHandlers(String handlerList)
throws Exception
handlerList - space separated list of container handlers
class names.
the - exception raised by the first handler
that failed or the exception that occurred
during handler loading.
Exception
protected static void runHandler(String handler)
throws Exception
handler - the container handler class.
the - exception raised by the handler or
the exception that occurred during handler loading.
Exception
protected static void runHandler(ContainerHandler handler)
throws Exception
handler - the container handler.
the - exception raised by the handler.
Exception
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||