|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.ic.doc.rodex.p2p.messages.applicationlayer.SchemaRegMsg
public class SchemaRegMsg
SchemaRegMsg.java
The Schema Registration sent by directory service peer to a registered peer asking
for available schemas. It is a simple message with no data.
Constructor Summary | |
---|---|
SchemaRegMsg()
Creates a new instance of HelloMsg |
Method Summary | |
---|---|
ApplicationMessage |
createFrom(AbstractMessage message)
Return an instance of this message created from a given AbstractMessage
This method is used by the receiving peer to decode the message |
AbstractMessage |
getAbstractMessage()
Return the actual message |
java.lang.String |
getContext()
Return the message context |
java.lang.String |
getPerformative()
Return the message's performative |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SchemaRegMsg()
Method Detail |
---|
public java.lang.String getPerformative()
getPerformative
in interface ApplicationMessage
public java.lang.String getContext()
getContext
in interface ApplicationMessage
public AbstractMessage getAbstractMessage()
getAbstractMessage
in interface ApplicationMessage
public ApplicationMessage createFrom(AbstractMessage message)
AbstractMessage
This method is used by the receiving peer to decode the message
createFrom
in interface ApplicationMessage
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |