|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectse.entra.phantom.server.rconsole.AdminConfigRemoteApplication
public class AdminConfigRemoteApplication
Handles an Remote application definition.
| Constructor Summary | |
|---|---|
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. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
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.| Method Detail |
|---|
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()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||