cgl.narada.service.record
Class RecordRequestEvent
java.lang.Object
cgl.narada.service.record.RecordRequestEvent
- All Implemented Interfaces:
- RecordRequest
public class RecordRequestEvent
- extends Object
- implements RecordRequest
RecordRequestEvent
public RecordRequestEvent(byte[] marshalledBytes)
RecordRequestEvent
public RecordRequestEvent(int requestType,
String replyTopic,
String requestIdentifier,
int entityId,
int templateId,
int contentSynopsisType,
String contentSynopsis)
getBytes
public byte[] getBytes()
- Specified by:
getBytes
in interface RecordRequest
toString
public String toString()
- Specified by:
toString
in interface RecordRequest
- Overrides:
toString
in class Object
main
public static void main(String[] args)
getContentSynopsis
public String getContentSynopsis()
- Specified by:
getContentSynopsis
in interface RecordRequest
getContentSynopsisType
public int getContentSynopsisType()
- Specified by:
getContentSynopsisType
in interface RecordRequest
getEntityId
public int getEntityId()
- Specified by:
getEntityId
in interface RecordRequest
hasContentSynopsis
public boolean hasContentSynopsis()
- Specified by:
hasContentSynopsis
in interface RecordRequest
hasContentSynopsisType
public boolean hasContentSynopsisType()
- Specified by:
hasContentSynopsisType
in interface RecordRequest
hasReplyTopic
public boolean hasReplyTopic()
- Specified by:
hasReplyTopic
in interface RecordRequest
hasRequestIdentifier
public boolean hasRequestIdentifier()
- Specified by:
hasRequestIdentifier
in interface RecordRequest
getModuleName
public String getModuleName()
- Specified by:
getModuleName
in interface RecordRequest
getReplyTopic
public String getReplyTopic()
- Specified by:
getReplyTopic
in interface RecordRequest
getRequestIdentifier
public String getRequestIdentifier()
- Specified by:
getRequestIdentifier
in interface RecordRequest
getRequestType
public int getRequestType()
- Specified by:
getRequestType
in interface RecordRequest
getTemplateId
public int getTemplateId()
- Specified by:
getTemplateId
in interface RecordRequest
For comments and suggestions please send
e-mail to
The NaradaBrokering Project