|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.esupportail.portal.channels.CStockage.spacesPersonalization.ServerTool
Id: SpaceTool.java,v 1.0 5 janv. 2005 Copyright (c) 2005 Esup Portail (www.esup-portail.org) Classes: SpaceTool Original Author: Yohan Colmant Object used to manage a Space while the sharing of spaces by users
| Field Summary | |
protected static Log |
log
Logger object |
private Server |
server
The Server we are using |
| Constructor Summary | |
ServerTool(java.lang.String stringToParse)
Constructor |
|
| Method Summary | |
void |
addServer(Server server)
add a new server to the list |
Server |
getServer()
return the server |
java.util.ArrayList |
getSpaces()
return the spaces list |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected static final Log log
private Server server
| Constructor Detail |
public ServerTool(java.lang.String stringToParse)
stringToParse - the String we want to parse| Method Detail |
public Server getServer()
throws PropertiesException
PropertiesException
public java.util.ArrayList getSpaces()
throws PropertiesException
PropertiesException
public void addServer(Server server)
throws PropertiesException
server - the server to add
PropertiesException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||