Class RpcCallMessage

java.lang.Object
com.jme3.network.AbstractMessage
com.jme3.network.service.rpc.msg.RpcCallMessage
All Implemented Interfaces:
Message

public class RpcCallMessage extends AbstractMessage
Used internally to send RPC call information to the other end of a connection for execution.
  • Constructor Details

    • RpcCallMessage

      public RpcCallMessage()
    • RpcCallMessage

      public RpcCallMessage(long msgId, byte channel, short objId, short procId, Object... args)
  • Method Details

    • getMessageId

      public long getMessageId()
    • getChannel

      public byte getChannel()
    • isAsync

      public boolean isAsync()
    • getObjectId

      public short getObjectId()
    • getProcedureId

      public short getProcedureId()
    • getArguments

      public Object[] getArguments()
    • toString

      public String toString()
      Overrides:
      toString in class Object