|
|||||||||
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.SchemaAdvertMsg
public class SchemaAdvertMsg
SchemaAdvertMsg.java
The schema advertisement message sent by a peer to the directory service peer
to advertise its public schemas
Constructor Summary | |
---|---|
SchemaAdvertMsg(java.util.List sacs)
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 SchemaAdvertMsg(java.util.List sacs)
sacs
- one or more SchemaAccessibility
objectsMethod 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 |