Class RunnableTask

    • Field Detail

      • m_runnable

        protected Runnable m_runnable
        The runnable for the Task.
    • Constructor Detail

      • RunnableTask

        public RunnableTask()
        Constructs a RunnableTask (required for serialization).
      • RunnableTask

        public RunnableTask​(Runnable runnable)
        Constructs a RunnableTask.
        Parameters:
        runnable - the runnable
    • Method Detail

      • readExternal

        public void readExternal​(DataInput in)
                          throws IOException
        Specified by:
        readExternal in interface com.tangosol.io.ExternalizableLite
        Throws:
        IOException
      • writeExternal

        public void writeExternal​(DataOutput out)
                           throws IOException
        Specified by:
        writeExternal in interface com.tangosol.io.ExternalizableLite
        Throws:
        IOException
      • readExternal

        public void readExternal​(com.tangosol.io.pof.PofReader in)
                          throws IOException
        Specified by:
        readExternal in interface com.tangosol.io.pof.PortableObject
        Throws:
        IOException
      • writeExternal

        public void writeExternal​(com.tangosol.io.pof.PofWriter out)
                           throws IOException
        Specified by:
        writeExternal in interface com.tangosol.io.pof.PortableObject
        Throws:
        IOException