Write the configuration information for this entire Server out to the server.xml configuration file. @param aServer Server instance @return true if the store operation was successful
(Server aServer)
| 69 | * @return <code>true</code> if the store operation was successful |
| 70 | */ |
| 71 | boolean store(Server aServer); |
| 72 | |
| 73 | /** |
| 74 | * Store the specified Server properties. |
no outgoing calls