|
Foundation |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RMIConfiguration | |
---|---|
com.sas.services.deployment | 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 RMIConfiguration | |
---|---|
RMIConfiguration |
RMIBinding.getRMIConfiguration()
Gets the RMI configuration, host and port, for this binding. |
Methods in com.sas.services.deployment with parameters of type RMIConfiguration | |
---|---|
void |
RMIBinding.setRMIConfiguration(RMIConfiguration rmiConfiguration)
Sets the RMI configuration that describes the host and port. |
Constructors in com.sas.services.deployment with parameters of type RMIConfiguration | |
---|---|
ActivatableWrapper(java.lang.String securityPolicyFile,
java.lang.String location,
java.lang.String className,
java.lang.String bindName,
java.lang.Object marshalledDataObject,
RMIConfiguration rmiConfiguration)
Constructor specifying a security policy file, class codebase, activatable class, and its bind name. |
|
RMIBinding(RMIConfiguration rmiConfiguration,
java.lang.String bindName,
short binding)
Constructor specifying the RMI configuration and the bind name for the RMI remote/activatable object. |
|
Foundation |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |