org.globus.ogsa.handlers.container
Class SecureContainerHandler
java.lang.Object
org.globus.ogsa.handlers.container.SecureContainerHandler
- All Implemented Interfaces:
- ContainerHandler
- public abstract class SecureContainerHandler
- extends Object
- implements ContainerHandler
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.
|
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 |
SecureContainerHandler
public SecureContainerHandler()
run
public void run()
throws Exception
- Description copied from interface:
ContainerHandler
- Implements the handler functionality. If the exception
is thrown by this function it will be logged
and the container will be shutdown.
- Specified by:
run in interface ContainerHandler
- Throws:
Exception
execute
public abstract void execute()
throws Exception
- Throws:
Exception
Copyright ? 1999 University of Chicago and The University of Southern California. All Rights Reserved.