org.globus.ogsa.handlers
Class ActivityTaskContainerHandler

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

public class ActivityTaskContainerHandler
extends java.lang.Object
implements ContainerHandler


Constructor Summary
ActivityTaskContainerHandler()
           
 
Method Summary
 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

ActivityTaskContainerHandler

public ActivityTaskContainerHandler()
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