Package

com.malliina

rmi

Permalink

package rmi

Visibility
  1. Public
  2. All

Type Members

  1. class PickyClientSocketFactory extends SslRMIClientSocketFactory

    Permalink
  2. class PickyServerSocketFactory extends SslRMIServerSocketFactory

    Permalink

    To use specific keystores/truststores, provide your own javax.net.ssl.SSLContext initialized with the stores.

  3. class RmiClient extends Log

    Permalink

    Exceptions thrown

    ConnectException check that the registry is running

    ConnectIOException check SSL settings

  4. class RmiImpl extends RmiInterface with Log

    Permalink
  5. trait RmiInterface extends Remote

    Permalink
  6. class RmiServer extends Closeable with Log

    Permalink

    Create a keystore with: keytool -genkey -alias rmi -keyalg RSA -validity 9999 -keystore keystore.key

Value Members

  1. object RmiClient

    Permalink

    Used to stop the server over RMI.

    Used to stop the server over RMI.

    The server is assumed to have been started elsewhere using RmiServer.start().

    Init scripts can for example use something like "java -jar app.jar com.malliina.rmi.RmiClient stop" to stop the server.

  2. object RmiRegistry extends Log

    Permalink
  3. object RmiServer

    Permalink
  4. object RmiUtil

    Permalink

    The security policy and/or the java.lang.SecurityManager must be installed BEFORE logback is used.

Ungrouped