cgl.narada.service.record
Interface RecordRequest

All Known Implementing Classes:
RecordRequestEvent

public interface RecordRequest


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()
           
 String toString()
           
 

Method Detail

getContentSynopsis

String getContentSynopsis()

getContentSynopsisType

int getContentSynopsisType()

getEntityId

int getEntityId()

hasContentSynopsis

boolean hasContentSynopsis()

hasContentSynopsisType

boolean hasContentSynopsisType()

hasReplyTopic

boolean hasReplyTopic()

hasRequestIdentifier

boolean hasRequestIdentifier()

getModuleName

String getModuleName()

getReplyTopic

String getReplyTopic()

getRequestIdentifier

String getRequestIdentifier()

getRequestType

int getRequestType()

getTemplateId

int getTemplateId()

getBytes

byte[] getBytes()

toString

String toString()
Overrides:
toString in class Object


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