Example usage for org.springframework.remoting.rmi RmiRegistryFactoryBean RmiRegistryFactoryBean

List of usage examples for org.springframework.remoting.rmi RmiRegistryFactoryBean RmiRegistryFactoryBean

Introduction

In this page you can find the example usage for org.springframework.remoting.rmi RmiRegistryFactoryBean RmiRegistryFactoryBean.

Prototype

RmiRegistryFactoryBean

Source Link

Usage

From source file:com.newlandframework.rpc.jmx.ThreadPoolMonitorProvider.java

@Bean
public RmiRegistryFactoryBean registry() {
    return new RmiRegistryFactoryBean();
}