public class AlfrescoRmiRegistryFactoryBean
extends org.springframework.remoting.rmi.RmiRegistryFactoryBean
alfresco.jmx.connector.enabled
propertyConstructor and Description |
---|
AlfrescoRmiRegistryFactoryBean() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
protected Registry |
getRegistry(int registryPort) |
protected Registry |
getRegistry(int registryPort,
RMIClientSocketFactory clientSocketFactory,
RMIServerSocketFactory serverSocketFactory) |
protected Registry |
getRegistry(String registryHost,
int registryPort,
RMIClientSocketFactory clientSocketFactory,
RMIServerSocketFactory serverSocketFactory) |
boolean |
isEnabled() |
void |
setEnabled(boolean enabled) |
public void setEnabled(boolean enabled)
public boolean isEnabled()
public void afterPropertiesSet() throws Exception
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
afterPropertiesSet
in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
Exception
protected Registry getRegistry(String registryHost, int registryPort, RMIClientSocketFactory clientSocketFactory, RMIServerSocketFactory serverSocketFactory) throws RemoteException
getRegistry
in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
RemoteException
protected Registry getRegistry(int registryPort, RMIClientSocketFactory clientSocketFactory, RMIServerSocketFactory serverSocketFactory) throws RemoteException
getRegistry
in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
RemoteException
protected Registry getRegistry(int registryPort) throws RemoteException
getRegistry
in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
RemoteException
Copyright © 2005–2017 Alfresco Software. All rights reserved.