|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.wso2.carbon.registry.synchronization.message.Message
public class Message
A representation of a message presented to a user during the process of synchronizing a given registry instance with a specified location on the filesystem.
Constructor Summary | |
---|---|
Message(MessageCode messageCode,
java.lang.String[] parameters)
Constructor accepting the code of the message and a list of parameters. |
Method Summary | |
---|---|
MessageCode |
getMessageCode()
Method to retrieve the code of this message. |
java.lang.String[] |
getParameters()
Method to retrieve the parameters of this message. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Message(MessageCode messageCode, java.lang.String[] parameters)
messageCode
- the message code.parameters
- the list of parameters.Method Detail |
---|
public MessageCode getMessageCode()
public java.lang.String[] getParameters()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |