KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > jboss > portal > setup > impl > config > ConfigurationImpl


1 /*****************************************
2  * *
3  * JBoss Portal: The OpenSource Portal *
4  * *
5  * Distributable under LGPL license. *
6  * See terms of license at gnu.org. *
7  * *
8  *****************************************/

9 package org.jboss.portal.setup.impl.config;
10
11 import org.jboss.portal.setup.config.Configuration;
12
13 /**
14  * @author <a HREF="mailto:palber@novell.com">Polina Alber</a>
15  * Date: Apr 22, 2005; Time: 9:59:12 AM
16  * @jmx.mbean
17  * @jboss.xmbean
18  * @since JBoss portal 2.0
19  * Class org.jboss.portal.setup.impl.config.ConfigurationImpl
20  */

21 public class ConfigurationImpl implements Configuration
22 {
23
24    /**
25     * @jmx.managed-attribute
26     */

27    public Configuration getConfiguration()
28    {
29       return this;
30    }
31 }
32
Popular Tags