Class AbstractRPCService.MessageBody

java.lang.Object
org.exoplatform.services.rpc.impl.AbstractRPCService.MessageBody
All Implemented Interfaces:
Externalizable, Serializable
Enclosing class:
AbstractRPCService

public static class AbstractRPCService.MessageBody extends Object implements Externalizable
This intern class will be used to
See Also:
  • Constructor Details

    • MessageBody

      public MessageBody()
    • MessageBody

      public MessageBody(org.jgroups.Address dest, String commandId, Serializable[] args)
      Parameters:
      dest - The destination of the message
      commandId - the id of the command to execute
      args - the arguments to use
  • Method Details