Klasse RemoteKernelServicePortalProxy

java.lang.Object
org.opentcs.access.rmi.services.RemoteKernelServicePortalProxy
Alle implementierten Schnittstellen:
KernelServicePortal, ServiceListener

public class RemoteKernelServicePortalProxy extends Object implements KernelServicePortal, ServiceListener
The default implementation for the KernelServicePortal.
  • Konstruktordetails

    • RemoteKernelServicePortalProxy

      public RemoteKernelServicePortalProxy(@Nonnull String userName, @Nonnull String password, @Nonnull SocketFactoryProvider socketFactoryProvider, @Nonnull Predicate<Object> eventFilter)
      Creates a new instance.
      Parameter:
      userName - The user name used with the remote portal.
      password - The password used with the remote portal.
      socketFactoryProvider - Provides socket factories used for RMI.
      eventFilter - The event filter to be applied to events on the server side.
  • Methodendetails