|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.globus.ogsa.handlers.container.SecureContainerHandler
An abstract container handler that ensures the container credentials
are associated with the thread of execution before executing the
handler code. Subclasses must implement the execute
function.
Constructor Summary | |
SecureContainerHandler()
|
Method Summary | |
abstract void |
execute()
|
void |
run()
Implements the handler functionality. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SecureContainerHandler()
Method Detail |
public void run() throws java.lang.Exception
ContainerHandler
run
in interface ContainerHandler
java.lang.Exception
public abstract void execute() throws java.lang.Exception
java.lang.Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |