324325326327328329330331332333334
if (result == null) { log.warn("The configurations could not be merged"); return null; } return result.toXML(); } public SessionContainer createSessionContainer(String id, String owner) { SecurityManager security = System.getSecurityManager();
310311312313314315316317318319320
if (config == null) { log.warn("The configuration of the StandaloneContainer could not be found"); return null; } return config.toXML(); } /** * {@inheritDoc} */
318319320321322323324325326327328
if (result == null) { LOG.warn("The configurations could not be merged"); return null; } return result.toXML(); } /** * @param id the session container identifier * @param owner the owner name */
338339340341342343344345346347348
if (config == null) { LOG.warn("The configuration of the StandaloneContainer could not be found"); return null; } return config.toXML(); } /** * {@inheritDoc} */
870871872873874875876877878879880
if (config == null) { LOG.warn("The configuration of the RootContainer could not be found"); return null; } return config.toXML(); } /** * Makes the RootContainer reloads itself and all the portal containers */ @Managed
968969970971972973974975976977978
320321322323324325326327328329330
if (result == null) { LOG.warn("The configurations could not be merged"); return null; } return result.toXML(); } public PortalContainerInfo getPortalContainerInfo() { return pinfo_;