cgl.narada.service.client
Class NBRecoveryNotification
java.lang.Object
cgl.narada.service.client.NBRecoveryNotification
public class NBRecoveryNotification
- extends Object
This class encapsulates the status of a recovery process that was
initiated.
NBRecoveryNotification
public NBRecoveryNotification(long recoveryId,
int entityId,
int templateId,
boolean success,
String additionalInfo)
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