cgl.narada.service.record
Class RecordRequestEvent

java.lang.Object
  extended by cgl.narada.service.record.RecordRequestEvent
All Implemented Interfaces:
RecordRequest

public class RecordRequestEvent
extends Object
implements RecordRequest


Constructor Summary
RecordRequestEvent(byte[] marshalledBytes)
           
RecordRequestEvent(int requestType, String replyTopic, String requestIdentifier, int entityId, int templateId, int contentSynopsisType, String contentSynopsis)
           
 
Method Summary
 byte[] getBytes()
           
 String getContentSynopsis()
           
 int getContentSynopsisType()
           
 int getEntityId()
           
 String getModuleName()
           
 String getReplyTopic()
           
 String getRequestIdentifier()
           
 int getRequestType()
           
 int getTemplateId()
           
 boolean hasContentSynopsis()
           
 boolean hasContentSynopsisType()
           
 boolean hasReplyTopic()
           
 boolean hasRequestIdentifier()
           
static void main(String[] args)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RecordRequestEvent

public RecordRequestEvent(byte[] marshalledBytes)

RecordRequestEvent

public RecordRequestEvent(int requestType,
                          String replyTopic,
                          String requestIdentifier,
                          int entityId,
                          int templateId,
                          int contentSynopsisType,
                          String contentSynopsis)
Method Detail

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