Class NullSocketFactoryProvider

java.lang.Object
org.opentcs.access.rmi.factories.NullSocketFactoryProvider
All Implemented Interfaces:
SocketFactoryProvider

public class NullSocketFactoryProvider
extends java.lang.Object
implements SocketFactoryProvider
Provides null for both client and server socket factories. By using this provider, the default client-side/server-side socket factory will be used in Registry stubs.
  • Constructor Summary

    Constructors 
    Constructor Description
    NullSocketFactoryProvider()  
  • Method Summary

    Modifier and Type Method Description
    java.rmi.server.RMIClientSocketFactory getClientSocketFactory()
    Returns a RMIClientSocketFactory.
    java.rmi.server.RMIServerSocketFactory getServerSocketFactory()
    Returns a RMIServerSocketFactory.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait