| |
|
| java.lang.Object org.ow2.easybeans.component.carol.Protocol
Protocol | public class Protocol (Code) | | Protocol class which describe the RMI protocol configuration.
author: Florent Benoit |
getHostname | public String getHostname()(Code) | | the hostname for this protocol |
getName | public String getName()(Code) | | the name for this protocol |
getPortNumber | public int getPortNumber()(Code) | | the port number for this protocol |
getUrl | public String getUrl()(Code) | | the URL for this protocol |
setHostname | public void setHostname(String hostname)(Code) | | Sets the hostname of this protocol.
Parameters: hostname - the host for listening |
setName | public void setName(String name)(Code) | | Sets the name of this protocol.
Parameters: name - the given name |
setPortNumber | public void setPortNumber(int portNumber)(Code) | | Sets the port number of this protocol.
Parameters: portNumber - the port for listening |
setUrl | public void setUrl(String url)(Code) | | Sets the URL used as PROVIDER_URL.
Parameters: url - the url which define host + port. |
|
|
|