Uses of Class
com.sas.services.deployment.RMIConfiguration
Packages that use RMIConfiguration
Package
Description
This subsystem provides utilities to deploy and lookup SAS Foundation Services.
-
Uses of RMIConfiguration in com.sas.services.deployment
Methods in com.sas.services.deployment that return RMIConfigurationModifier and TypeMethodDescriptionRMIBinding.getRMIConfiguration()Gets the RMI configuration, host and port, for this binding.Methods in com.sas.services.deployment with parameters of type RMIConfigurationModifier and TypeMethodDescriptionvoidRMIBinding.setRMIConfiguration(RMIConfiguration rmiConfiguration) Sets the RMI configuration that describes the host and port.Constructors in com.sas.services.deployment with parameters of type RMIConfigurationModifierConstructorDescriptionActivatableWrapper(String securityPolicyFile, String location, String className, String bindName, Object marshalledDataObject, RMIConfiguration rmiConfiguration) Constructor specifying a security policy file, class codebase, activatable class, and its bind name.RMIBinding(RMIConfiguration rmiConfiguration, String bindName, short binding) Constructor specifying the RMI configuration and the bind name for the RMI remote/activatable object.