All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.mle.rmi.RmiImpl.scala Maven / Gradle / Ivy

The newest version!
package com.mle.rmi

import com.mle.util.Log
import java.io.Closeable

/**
 * @author Mle
 */
class RmiImpl(server: Closeable) extends RmiInterface with Log {
  @scala.remote
  def shutdown() {
    server.close()
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy