org.globus.ogsa.impl.security.grim
Class GrimContainerHandler

java.lang.Object
  extended byorg.globus.ogsa.impl.security.grim.GrimContainerHandler
All Implemented Interfaces:
ContainerHandler

public class GrimContainerHandler
extends java.lang.Object
implements ContainerHandler


Field Summary
protected static Log logger
           
 
Constructor Summary
GrimContainerHandler()
           
 
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
 

Field Detail

logger

protected static Log logger
Constructor Detail

GrimContainerHandler

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