Method and Description |
---|
com.opencloud.slee.remote.RhinoConnectionFactory.connect(String[], String, String, Properties)
Initialise SSL properties by calling
RhinoConnectionFactory.setRhinoSslProperties(java.util.Properties) (only once)
then use connect methods on this class that do not take SSL properties as an argument. Please note that the
setRhinoSslProperties method requires a different set of SSL properties than that used by this method. |
com.opencloud.slee.remote.RhinoConnectionFactory.connect(String, int, String, String, Properties)
Initialise SSL properties by calling
RhinoConnectionFactory.setRhinoSslProperties(java.util.Properties) (only once)
then use connect methods on this class that do not take SSL properties as an argument. Please note that the
setRhinoSslProperties method requires a different set of SSL properties than that used by this method. |
com.opencloud.slee.remote.RhinoManagement.getLimiterRampUpMbean(MBeanServerConnection, ObjectName) |