Class RMIResultContent

java.lang.Object
i5.las2peer.communication.RMIResultContent
All Implemented Interfaces:
java.io.Serializable

public class RMIResultContent
extends java.lang.Object
implements java.io.Serializable
a simple content class for a Message indicating a successful execution of an remote invocation task
See Also:
Serialized Form
  • Constructor Summary

    Constructors 
    Constructor Description
    RMIResultContent​(java.io.Serializable content)  
  • Method Summary

    Modifier and Type Method Description
    java.io.Serializable getContent()  

    Methods inherited from class java.lang.Object

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

  • Method Details

    • getContent

      public java.io.Serializable getContent()