simnet
Class ResetMessage

java.lang.Object
  extended bysimnet.ResetMessage
All Implemented Interfaces:
java.io.Serializable

class ResetMessage
extends java.lang.Object
implements java.io.Serializable

A wrapper for the reason a connection was reset. This is implemented only for debugging. Note that the source and message are transient so they will not effect the packet size.


Field Summary
 java.lang.String msg
           
 java.lang.String source
           
 
Constructor Summary
ResetMessage(java.lang.String source, java.lang.String msg)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

source

public final transient java.lang.String source

msg

public final transient java.lang.String msg
Constructor Detail

ResetMessage

public ResetMessage(java.lang.String source,
                    java.lang.String msg)
Method Detail

toString

public java.lang.String toString()