Package org.testng.remote.strprotocol
Interface IMessage
-
- All Superinterfaces:
java.io.Serializable
- All Known Subinterfaces:
IStringMessage
- All Known Implementing Classes:
GenericMessage
,SuiteMessage
,TestMessage
,TestResultMessage
public interface IMessage extends java.io.Serializable
Marker interface for messages exchanged between RemoteTestNG and a client.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MessageType
getType()
-
-
-
Method Detail
-
getType
MessageType getType()
- Returns:
- the message type
-
-