2016/05/28 - Apache Tuscany has been retired.
For more information, please explore the Attic.
org.apache.tuscany.sca.binding.rmi
Interface RMIBinding
- All Superinterfaces:
- Base, Binding, java.lang.Cloneable
- All Known Implementing Classes:
- RMIBindingImpl
public interface RMIBinding
- extends Binding
RMI Binding model
getHost
java.lang.String getHost()
- Returns:
- the host name of the RMI Service
getPort
java.lang.String getPort()
- Returns:
- the port number for the RMI Service
getServiceName
java.lang.String getServiceName()
- Returns:
- returns the RMI Service Name
setHost
void setHost(java.lang.String rmiHostName)
- Parameters:
rmiHostName
- the hostname of the RMI Service
setPort
void setPort(java.lang.String rmiPort)
- Parameters:
rmiPort
- the port number for the RMI Service
setServiceName
void setServiceName(java.lang.String rmiServiceName)
- Sets the service name for the RMI Server
- Parameters:
rmiServiceName
- the name of the RMI service