Java org.springframework.remoting.rmi RmiServiceExporter fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.remoting.rmi RmiServiceExporter fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.remoting.rmi RmiServiceExporter.

The text is from its open source code.

Subclass

org.springframework.remoting.rmi.RmiServiceExporter has subclasses.
Click this link to see all its subclasses.

Constructor

Method

voidafterPropertiesSet()
voiddestroy()
Unbind the RMI service from the registry on bean factory shutdown.
voidprepare()
Initialize this service exporter, registering the service as RMI object.
voidsetRegistry(Registry registry)
Specify the RMI registry to register the exported service with.
voidsetRegistryPort(int registryPort)
Set the port of the registry for the exported RMI service, i.e.
voidsetService(Object service)
Set the service to export.
voidsetServiceInterface(Class serviceInterface)
Set the interface of the service to export.
voidsetServiceName(String serviceName)
Set the name of the exported RMI service, i.e.
voidsetServicePort(int servicePort)
Set the port that the exported RMI service will use.