mx4j.tools.adaptor.rmi.jrmp

Interface JRMPAdaptorMBean

All Superinterfaces:
RMIAdaptorMBean
Known Implementing Classes:
JRMPAdaptor

public interface JRMPAdaptorMBean
extends RMIAdaptorMBean

Management interface for the JRMPAdaptor MBean.

Version:
$Revision: 1.3 $

Method Summary

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.

Methods inherited from interface mx4j.tools.adaptor.rmi.RMIAdaptorMBean

clearJNDIProperties, clearNamingProperties, getHostAddress, getHostName, getJNDIName, getJNDIProperties, getNamingProperties, getProtocol, isRunning, putJNDIProperty, putNamingProperty, setJNDIName, start, stop

Method Details

getPort

public int getPort()
Returns the RMI port on which the adaptor's remote object is exported to

See Also:
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.

See Also:
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.