Uses of Class
com.mindtree.techworks.insight.remoteprotocol.RemoteProtocolException

Packages that use RemoteProtocolException
com.mindtree.techworks.insight.remoteprotocol   
com.mindtree.techworks.insight.remoteprotocol.spi   
 

Uses of RemoteProtocolException in com.mindtree.techworks.insight.remoteprotocol
 

Subclasses of RemoteProtocolException in com.mindtree.techworks.insight.remoteprotocol
 class PacketDataSizeOverLimitsException
          This is an exception thrown to indicate that there is more data than is allowed in the packet.
 

Uses of RemoteProtocolException in com.mindtree.techworks.insight.remoteprotocol.spi
 

Methods in com.mindtree.techworks.insight.remoteprotocol.spi that throw RemoteProtocolException
 java.lang.String LogMessageDataContent.getLogMessage()
          Returns the log message as a string.
 void LogMessageDataContent.setLogMessage(java.lang.String logMessage)
          Sets the log message in the packet data.
 void StartupMessageDataContent.setNamespace(java.lang.String namespace)
          Sets the namespace
 void StartupMessageDataContent.setPacketData(byte[] packetData)
          Sets the packet data.
 void PacketDataContent.setPacketData(byte[] packetData)
          Sets the packetData field
 void NullMessageDataContent.setPacketData(byte[] packetData)
          Overrides the superclasses setPacketData method.
 

Constructors in com.mindtree.techworks.insight.remoteprotocol.spi that throw RemoteProtocolException
LogMessageDataContent(byte[] completePacketData, PacketHeader packetHeader)
          Creates an instance of LogMessageDataContent object
NullMessageDataContent(byte[] completePacketData, PacketHeader packetHeader)
          Creates a new instance of NullMessageDataContent
PacketHeader(byte[] packetData)
          Creates an instance of the header from the byte array passed in.
StartupMessageDataContent(byte[] completePacketData, PacketHeader packetHeader)
          Creates an instance of the StartupMessageDataContent
 



Copyright © 2003-2008 MindTree Consulting Ltd.. All Rights Reserved.