Class HazelcastPayload.Command

    • Constructor Detail

      • Command

        public Command​(org.eclipse.persistence.sessions.coordination.Command command)
    • Method Detail

      • getCommand

        public org.eclipse.persistence.sessions.coordination.Command getCommand​(org.eclipse.persistence.sessions.coordination.RemoteCommandManager rcm)
        Simply returns the original command.
        Specified by:
        getCommand in class HazelcastPayload
        Parameters:
        rcm - The RemoteCommandManager to use for serialization. Will not be used.
        Returns:
        The original command.