|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.w3c.jigadmin.gui.slist.ServerListModel
public class ServerListModel
The default ServerList model.
Field Summary |
---|
Fields inherited from interface org.w3c.jigadmin.gui.slist.ServerListModelInterface |
---|
ADMIN_SERVER_NAME |
Constructor Summary | |
---|---|
ServerListModel(RemoteResourceWrapper root)
Constructor. |
Method Summary | |
---|---|
protected void |
build()
Build the ServerListModel. |
RemoteResourceWrapper |
getServer(java.lang.String name)
Get the server with the given name. |
java.lang.String[] |
getServers()
Returns a array of the server names. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ServerListModel(RemoteResourceWrapper root) throws RemoteAccessException
root
- the root RemoteResourceWrapper.
RemoteAccessException
- if a remote error occurs.Method Detail |
---|
public java.lang.String[] getServers()
getServers
in interface ServerListModelInterface
public RemoteResourceWrapper getServer(java.lang.String name)
getServer
in interface ServerListModelInterface
name
- the server name
protected void build() throws RemoteAccessException
RemoteAccessException
- if a remote error occurs.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |