public interface RemoteWebUIConfig
extends java.rmi.Remote
RemoteWebUIConfig is used to control UI behavior if the
server is free virtual appliance.| Modifier and Type | Method and Description |
|---|---|
boolean |
getShowVirtualApplianceWelcomePage()
Checks whether to show the welcome page for virtual appliance.
|
void |
setShowVirtualApplianceWelcomePage(boolean enable)
Sets whether to show the welcome page for virtual appliance.
|
boolean getShowVirtualApplianceWelcomePage()
throws java.rmi.RemoteException
java.rmi.RemoteException - will be thrown if error occurs.void setShowVirtualApplianceWelcomePage(boolean enable)
throws java.rmi.RemoteException
enable - indicates whether to show the welcome page for virtual appliance,
true to show welcome page for virtual appliance, or false not to.java.rmi.RemoteException - will be thrown if error occurs.