jet.server.api.rmi.ui
Interface RemoteWebUIConfig

All Superinterfaces:
java.rmi.Remote

public interface RemoteWebUIConfig
extends java.rmi.Remote

Remote Interface RemoteWebUIConfig is used to control UI behavior if the server is free virtual appliance.


Method Summary
 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.
 

Method Detail

getShowVirtualApplianceWelcomePage

boolean getShowVirtualApplianceWelcomePage()
                                           throws java.rmi.RemoteException
Checks whether to show the welcome page for virtual appliance.

Returns:
true if the welcome page is shown for virtual appliance, otherwise false.
Throws:
java.rmi.RemoteException - will be thrown if error occurs.

setShowVirtualApplianceWelcomePage

void setShowVirtualApplianceWelcomePage(boolean enable)
                                        throws java.rmi.RemoteException
Sets whether to show the welcome page for virtual appliance.

Parameters:
enable - indicates whether to show the welcome page for virtual appliance, true to show welcome page for virtual appliance, or false not to.
Throws:
java.rmi.RemoteException - will be thrown if error occurs.