mx4j.tools.adaptor.rmi.jrmp
Class JRMPAdaptor
- Invocable, JRMPAdaptorMBean, javax.management.MBeanRegistration, Remote, RemoteAdaptor, RMIAdaptorMBean
Adaptor for the JRMP protocol, the native protocol of Java RMI.
Version:
int | getPort() - Returns the RMI port on which the adaptor's remote object is exported to
|
String | getProtocol() - Returns the protocol of this adaptor
|
String | getSSLFactory() - Returns the ObjectName of the SSL ServerSocket factory MBean used by this adaptor for secure invocations.
|
boolean | isRunning() - Returns whether this adaptor has been started and not been stopped.
|
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.
|
void | start() - Starts this adaptor, so that it can accept incoming calls
|
void | stop() - Stops this adaptor, so that it does not accept incoming calls anymore
|
addInterceptor , bind , clearJNDIProperties , clearNamingProperties , getHostAddress , getHostName , getJNDIName , getJNDIProperties , getMBeanServer , getNamingProperties , getObjectName , getProtocol , installInterceptors , invoke , isRunning , postDeregister , postRegister , preDeregister , preRegister , putJNDIProperty , putNamingProperty , setJNDIName , setMBeanServer , start , stop , unbind , uninstallInterceptors |
JRMPAdaptor
public JRMPAdaptor()
Creates a new JRMP adaptor
getSSLFactory
public String getSSLFactory()
Returns the ObjectName of the SSL ServerSocket factory MBean used by this adaptor for secure invocations.
- getSSLFactory in interface JRMPAdaptorMBean
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.
- setPort in interface JRMPAdaptorMBean
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.
- setSSLFactory in interface JRMPAdaptorMBean
Copyright © 2001-2003 MX4J Team. All Rights Reserved.