Uses of Class
com.sas.services.deployment.RMIBinding
Packages that use RMIBinding
Package
Description
This subsystem provides utilities to deploy and lookup SAS Foundation Services.
Discover a service based upon its service capabilities and optionally
service attributes.
-
Uses of RMIBinding in com.sas.services.deployment
Methods in com.sas.services.deployment with parameters of type RMIBindingModifier and TypeMethodDescriptionfinal booleanAbstractMetadataSource.addRMIBinding(RMIBinding rmiBinding) Adds an RMI binding.Constructor parameters in com.sas.services.deployment with type arguments of type RMIBindingModifierConstructorDescriptionRMIDeployableService(String id, ServiceConfigurationInterface serviceConfiguration, String[] dependencies, Set<RMIBinding> rmiBindings, AbstractMetadataSource metadataSource) Constructs an instance that specifies a factory that will be used to instantiate a service and optionally register it with the RMIRegistry. -
Uses of RMIBinding in com.sas.services.discovery
Methods in com.sas.services.discovery with parameters of type RMIBindingModifier and TypeMethodDescriptionfinal booleanServiceDiscoveryConfiguration.addRMIBinding(RMIBinding rmiBinding) Adds an RMI binding.