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

java.lang.Object
  extended byorg.objectweb.proactive.core.exceptions.manager.NFEManager

public class NFEManager
extends java.lang.Object


Constructor Summary
NFEManager()
           
 
Method Summary
static void addNFEListener(NFEListener listener)
           
static void defaultNFEHandler(NonFunctionalException nfe)
           
static int fireNFE(BodyNonFunctionalException e, UniversalBody body)
           
static int fireNFE(ProxyNonFunctionalException e, AbstractProxy proxy)
           
static void removeNFEListener(NFEListener listener)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NFEManager

public NFEManager()
Method Detail

addNFEListener

public static void addNFEListener(NFEListener listener)

removeNFEListener

public static void removeNFEListener(NFEListener listener)

fireNFE

public static int fireNFE(BodyNonFunctionalException e,
                          UniversalBody body)

fireNFE

public static int fireNFE(ProxyNonFunctionalException e,
                          AbstractProxy proxy)

defaultNFEHandler

public static void defaultNFEHandler(NonFunctionalException nfe)


Copyright 2001-2005 INRIA All Rights Reserved.