org.objectweb.proactive.core.exceptions.manager
Class TypedNFEListener

java.lang.Object
  extended byorg.objectweb.proactive.core.exceptions.manager.TypedNFEListener
All Implemented Interfaces:
NFEListener, java.io.Serializable

public class TypedNFEListener
extends java.lang.Object
implements NFEListener

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface org.objectweb.proactive.core.exceptions.manager.NFEListener
NOOP_LISTENER
 
Constructor Summary
TypedNFEListener(java.lang.Class exceptionClass, NFEListener listener)
           
 
Method Summary
 boolean handleNFE(NonFunctionalException e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypedNFEListener

public TypedNFEListener(java.lang.Class exceptionClass,
                        NFEListener listener)
Method Detail

handleNFE

public boolean handleNFE(NonFunctionalException e)
Specified by:
handleNFE in interface NFEListener


Copyright 2001-2005 INRIA All Rights Reserved.