|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectse.entra.phantom.server.rconsole.AdminConfigDomain
public class AdminConfigDomain
Handles a domain definition.
| Constructor Summary | |
|---|---|
AdminConfigDomain(String data)
Creates a resource from a string in the INI file. |
|
AdminConfigDomain(String[] data)
Creates a resource from a string array from a list box. |
|
AdminConfigDomain(VirtualPanel vp)
Creates a resource from a panel. |
|
| Method Summary | |
|---|---|
String |
getDomainID()
Gets the domain ID. |
String |
getListBoxString()
Gets the listbox string for this domain. |
boolean |
isDomainAddressAllowed(SocketNameInterface sni)
Checks if a connection is allowed or denied depending on the domain specification. |
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 AdminConfigDomain(VirtualPanel vp)
public AdminConfigDomain(String[] data)
throws IOException
IOException - when the data doesn't have the correct format.
public AdminConfigDomain(String data)
throws IOException
IOException - when the data doesn't have the correct format.| Method Detail |
|---|
public static void performListSelectionChange(VirtualPanel vp,
VirtualCListBox list,
int line,
boolean hasSelection)
public String getDomainID()
public String getListBoxString()
public void setItem(IniFile ini)
public boolean isDomainAddressAllowed(SocketNameInterface sni)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||