cgl.narada.service.record
Class RecordResponseEvent
java.lang.Object
cgl.narada.service.record.RecordResponseEvent
- All Implemented Interfaces:
- RecordResponse
public class RecordResponseEvent
- extends Object
- implements RecordResponse
RecordResponseEvent
public RecordResponseEvent(byte[] marshalledBytes)
RecordResponseEvent
public RecordResponseEvent(String requestIdentifier,
int entityId,
int templateId,
boolean success,
String additionalInfo)
getBytes
public byte[] getBytes()
- Specified by:
getBytes in interface RecordResponse
toString
public String toString()
- Specified by:
toString in interface RecordResponse- Overrides:
toString in class Object
getAdditionalInfo
public String getAdditionalInfo()
- Specified by:
getAdditionalInfo in interface RecordResponse
getEntityId
public int getEntityId()
- Specified by:
getEntityId in interface RecordResponse
hasAdditionalInfo
public boolean hasAdditionalInfo()
- Specified by:
hasAdditionalInfo in interface RecordResponse
hasRequestIdentifier
public boolean hasRequestIdentifier()
- Specified by:
hasRequestIdentifier in interface RecordResponse
getModuleName
public String getModuleName()
- Specified by:
getModuleName in interface RecordResponse
getRequestIdentifier
public String getRequestIdentifier()
- Specified by:
getRequestIdentifier in interface RecordResponse
isSuccess
public boolean isSuccess()
- Specified by:
isSuccess in interface RecordResponse
getTemplateId
public int getTemplateId()
- Specified by:
getTemplateId in interface RecordResponse
main
public static void main(String[] args)
For comments and suggestions please send
e-mail to
The NaradaBrokering Project