Class AlfrescoRmiRegistryFactoryBean

java.lang.Object
org.alfresco.util.remote.server.AlfrescoRmiRegistryFactoryBean
All Implemented Interfaces:
org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.FactoryBean<Registry>

public class AlfrescoRmiRegistryFactoryBean extends Object implements org.springframework.beans.factory.FactoryBean<Registry>, org.springframework.beans.factory.DisposableBean
This class controls the RMI connectivity via alfresco.jmx.connector.enabled property
Author:
alex.mukha
  • Constructor Details

  • Method Details

    • isEnabled

      public boolean isEnabled()
    • destroy

      public void destroy() throws Exception
      Specified by:
      destroy in interface org.springframework.beans.factory.DisposableBean
      Throws:
      Exception
    • getObject

      public Registry getObject() throws Exception
      Specified by:
      getObject in interface org.springframework.beans.factory.FactoryBean<Registry>
      Throws:
      Exception
    • getObjectType

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

      public boolean isCreated()
    • getPort

      public int getPort()