public class AdminConfigRemoteApplication extends Object
Constructor and Description |
---|
AdminConfigRemoteApplication(String[] data)
Creates a remote application from a string array from a list box.
|
AdminConfigRemoteApplication(String name,
String data)
Creates a remote application from a string in the INI file.
|
AdminConfigRemoteApplication(VirtualPanel vp)
Creates a remote application from a panel.
|
Modifier and Type | Method and Description |
---|---|
boolean |
doSearchFirst()
Flag indicating runtime files should search matching screens from first runtime.
|
String |
getClassName()
Gets the name of the class.
|
char |
getHostSession()
The host session to use.
|
String |
getListBoxString()
Gets the listbox string for this resource.
|
String |
getName()
Get the name of the remote application.
|
static AdminConfigRemoteApplication |
getRemoteApplication(String name)
Gets a remote application from a name.
|
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).
|
static void |
loadRemoteApplications(IniFile ini)
Loads all the remote 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.
|
public AdminConfigRemoteApplication(VirtualPanel vp)
public AdminConfigRemoteApplication(String[] data) throws IOException
IOException
- when the data doesn't have the correct format.public AdminConfigRemoteApplication(String name, String data) throws IOException
IOException
- when the data doesn't have the correct format.public static void loadRemoteApplications(IniFile ini)
public static AdminConfigRemoteApplication getRemoteApplication(String name)
public static void performListSelectionChange(VirtualPanel vp, VirtualCListBox list, int line, boolean hasSelection)
public String getListBoxString()
public void setItem(IniFile ini)
public String getRuntimeApplicationNames()
public char getHostSession()
public int getTimeout()
public long getTimeoutMillis()
public boolean doSearchFirst()
public String getClassName()
public String getName()
Phantom® and NetPhantom® are registered trademarks of Mindus SARL.
© © Mindus SARL, 2024. All rights reserved.