Class Reconnect

java.lang.Object
org.nustaq.kontraktor.remoting.base.Reconnect
All Implemented Interfaces:
java.io.Serializable

public class Reconnect
extends java.lang.Object
implements java.io.Serializable
See Also:
Serialized Form
  • Constructor Summary

    Constructors 
    Constructor Description
    Reconnect​(java.lang.String sessionId, long remoteRefId)  
  • Method Summary

    Modifier and Type Method Description
    long getRemoteRefId()  
    java.lang.String getSessionId()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Reconnect

      public Reconnect​(java.lang.String sessionId, long remoteRefId)
  • Method Details