org.jppf
Class JPPFNodeReloadNotification

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by org.jppf.JPPFError
              extended by org.jppf.JPPFNodeReloadNotification
All Implemented Interfaces:
Serializable

public class JPPFNodeReloadNotification
extends JPPFError

This error is thrown to notify a node that its code is obsolete and it should dynamically reload itself.

Author:
Laurent Cohen
See Also:
Serialized Form

Constructor Summary
JPPFNodeReloadNotification(String message)
          Initialize this notification with a specified message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JPPFNodeReloadNotification

public JPPFNodeReloadNotification(String message)
Initialize this notification with a specified message.

Parameters:
message - a text message indicating the reason for this notification.


Copyright © 2005-2010 JPPF Team.