org.globus.ogsa.handlers.container
Interface ContainerHandler

All Known Implementing Classes:
SecureContainerHandler

public interface ContainerHandler

Interface for the container handlers.


Method Summary
 void run()
          Implements the handler functionality.
 

Method Detail

run

public void run()
         throws java.lang.Exception
Implements the handler functionality. If the exception is thrown by this function it will be logged and the container will be shutdown.

Throws:
java.lang.Exception


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