cgl.narada.service.client
Class NBRecoveryNotification

java.lang.Object
  extended by cgl.narada.service.client.NBRecoveryNotification

public class NBRecoveryNotification
extends Object

This class encapsulates the status of a recovery process that was initiated.


Constructor Summary
NBRecoveryNotification(long recoveryId, int entityId, int templateId, boolean success, String additionalInfo)
           
 
Method Summary
 String getAdditionalInfo()
           
 int getEntityId()
           
 long getRecoveryId()
           
 int getTemplateId()
           
 boolean isSuccessful()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NBRecoveryNotification

public NBRecoveryNotification(long recoveryId,
                              int entityId,
                              int templateId,
                              boolean success,
                              String additionalInfo)
Method Detail

getRecoveryId

public long getRecoveryId()

getEntityId

public int getEntityId()

getTemplateId

public int getTemplateId()

isSuccessful

public boolean isSuccessful()

getAdditionalInfo

public String getAdditionalInfo()

toString

public String toString()
Overrides:
toString in class Object


For comments and suggestions please send e-mail to The NaradaBrokering Project