org.globus.ogsa.handlers.container
Class SecureContainerHandler

java.lang.Object
  extended byorg.globus.ogsa.handlers.container.SecureContainerHandler
All Implemented Interfaces:
ContainerHandler

public abstract class SecureContainerHandler
extends java.lang.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.


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

SecureContainerHandler

public SecureContainerHandler()
Method Detail

run

public void run()
         throws java.lang.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:
java.lang.Exception

execute

public abstract void execute()
                      throws java.lang.Exception
Throws:
java.lang.Exception


Copyright ? 1999 University of Chicago and The University of Southern California. All Rights Reserved.