|
||||||||||
| 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(java.lang.String handler)
Loads the handler class and executes the handler. |
static void |
runHandlers(java.lang.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(java.lang.String handlerList)
throws java.lang.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.
java.lang.Exception
protected static void runHandler(java.lang.String handler)
throws java.lang.Exception
handler - the container handler class.
the - exception raised by the handler or
the exception that occurred during handler loading.
java.lang.Exception
protected static void runHandler(ContainerHandler handler)
throws java.lang.Exception
handler - the container handler.
the - exception raised by the handler.
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||