public class AdminConfigWebApplication extends Object
Constructor and Description |
---|
AdminConfigWebApplication(String[] data)
Creates a web application from a string array from a list box.
|
AdminConfigWebApplication(String name,
String data)
Creates a web application from a string in the INI file.
|
AdminConfigWebApplication(VirtualPanel vp)
Creates a web application from a panel.
|
Modifier and Type | Method and Description |
---|---|
boolean |
doSearchFirst()
Flag indicating runtime files should search matching screens from first runtime.
|
int |
getAppStart()
Gets the application start option (0=new, 1=reuse, 2=restart).
|
String |
getCGIName()
Gets the name of the CGI.
|
char |
getHostSession()
The host session to use.
|
String |
getListBoxString()
Gets the listbox string for this resource.
|
String |
getName()
Get the name of the web application.
|
String |
getRuntimeApplicationNames()
Gets the runtime applications names.
|
int |
getTimeout()
The session timeout value (in minutes, always > 0).
|
long |
getTimeoutMillis()
The session timeout value (in milliseconds, always > 0).
|
long |
getWaitStableTime()
The wait stable time (in milliseconds, zero if not used).
|
static AdminConfigWebApplication |
getWebApplication(String name)
Gets a web application from a name.
|
boolean |
isCookieUsed()
Checks if a cookie is used to identify a session.
|
static boolean |
isUsingRuntimeID(String runtimeID)
Checks if a runtime application ID is used in the any web application.
|
static void |
loadWebApplications(IniFile ini)
Loads all the web applications from the "server.ini" file.
|
static void |
performListSelectionChange(VirtualPanel vp,
VirtualCListBox list,
int line,
boolean hasSelection)
Performs a list selection change in the resource definition panel.
|
void |
setItem(IniFile ini)
Sets the item in the ini file.
|
boolean |
usesRuntimeID(String id)
Checks if a runtime ID is used in the web application.
|
public AdminConfigWebApplication(VirtualPanel vp)
public AdminConfigWebApplication(String[] data) throws IOException
IOException
- when the data doesn't have the correct format.public AdminConfigWebApplication(String name, String data) throws IOException
IOException
- when the data doesn't have the correct format.public static void loadWebApplications(IniFile ini)
public static AdminConfigWebApplication getWebApplication(String name)
public static boolean isUsingRuntimeID(String runtimeID)
public static void performListSelectionChange(VirtualPanel vp, VirtualCListBox list, int line, boolean hasSelection)
public String getListBoxString()
public void setItem(IniFile ini)
public String getRuntimeApplicationNames()
public boolean usesRuntimeID(String id)
public char getHostSession()
public long getWaitStableTime()
public int getTimeout()
public long getTimeoutMillis()
public boolean doSearchFirst()
public boolean isCookieUsed()
public int getAppStart()
public String getCGIName()
public String getName()
Phantom® and NetPhantom® are registered trademarks of Mindus SARL.
© © Mindus SARL, 2024. All rights reserved.