Class RMIRegistryFactoryBean

  • All Implemented Interfaces:
    org.springframework.beans.factory.FactoryBean<Registry>, org.springframework.beans.factory.InitializingBean

    public class RMIRegistryFactoryBean
    extends Object
    implements org.springframework.beans.factory.FactoryBean<Registry>, org.springframework.beans.factory.InitializingBean
    • Constructor Detail

      • RMIRegistryFactoryBean

        public RMIRegistryFactoryBean()
    • Method Detail

      • setHost

        public void setHost​(String host)
      • setPort

        public void setPort​(int port)
      • getObjectType

        public Class<?> getObjectType()
        Specified by:
        getObjectType in interface org.springframework.beans.factory.FactoryBean<Registry>
      • isSingleton

        public boolean isSingleton()
        Specified by:
        isSingleton in interface org.springframework.beans.factory.FactoryBean<Registry>