|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface RemoteConfigurationRMI
This interface defines methods to get server rmi setting.
| Method Summary | |
|---|---|
java.lang.String |
getServerRMIHost()
Returns the server RMI host. |
java.lang.String |
getServerRMIPort()
Returns the server RMI port. |
void |
setServerRMIHost(java.lang.String serverRMIHost)
Sets the server RMI host. |
void |
setServerRMIPort(java.lang.String serverRMIPort)
Sets the server RMI port. |
| Method Detail |
|---|
java.lang.String getServerRMIHost()
throws java.rmi.RemoteException
java.rmi.RemoteException - if communication-related error occurs during RMI call execution
void setServerRMIHost(java.lang.String serverRMIHost)
throws java.rmi.RemoteException
serverRMIPort - the server RMI host address.
java.rmi.RemoteException - if communication-related error occurs during RMI call execution
java.lang.String getServerRMIPort()
throws java.rmi.RemoteException
java.rmi.RemoteException - if communication-related error occurs during RMI call execution
void setServerRMIPort(java.lang.String serverRMIPort)
throws java.rmi.RemoteException
serverRMIPort - server RMI port.
java.rmi.RemoteException - if communication-related error occurs during RMI call execution
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||