mx4j.tools.adaptor.rmi.jrmp
Interface JRMPAdaptorMBean
- RMIAdaptorMBean
- JRMPAdaptor
public interface JRMPAdaptorMBean
Management interface for the JRMPAdaptor MBean.
Version:
int | getPort() - Returns the RMI port on which the adaptor's remote object is exported to
|
String | getSSLFactory() - Returns the ObjectName of the SSL ServerSocket factory MBean used by this adaptor for secure invocations.
|
void | setPort(int port) - Sets the RMI port on which the adaptor's remote object will be exported to.
|
void | setSSLFactory(String factory) - Sets the ObjectName of the SSL ServerSocket factory MBean that will be used by this adaptor for secure invocations.
|
clearJNDIProperties , clearNamingProperties , getHostAddress , getHostName , getJNDIName , getJNDIProperties , getNamingProperties , getProtocol , isRunning , putJNDIProperty , putNamingProperty , setJNDIName , start , stop |
getPort
public int getPort()
Returns the RMI port on which the adaptor's remote object is exported to
setPort(int)
getSSLFactory
public String getSSLFactory()
Returns the ObjectName of the SSL ServerSocket factory MBean used by this adaptor for secure invocations.
setPort
public void setPort(int port)
Sets the RMI port on which the adaptor's remote object will be exported to.
This method can be called only if this adaptor is not running.
getPort()
setSSLFactory
public void setSSLFactory(String factory)
Sets the ObjectName of the SSL ServerSocket factory MBean that will be used by this adaptor for secure invocations.
This method can be called only if this adaptor is not running.
Copyright © 2001-2003 MX4J Team. All Rights Reserved.