org.huihoo.jfox.ejb.server
Class BaseConfig

java.lang.Object
  |
  +--org.huihoo.jfox.ejb.server.BaseConfig
All Implemented Interfaces:
BaseConfigMBean

public class BaseConfig
extends java.lang.Object
implements BaseConfigMBean

Version:
$Revision: 0.1.0 $
Author:
tai_1219@sina.com

Field Summary
 
Fields inherited from interface org.huihoo.jfox.ejb.server.BaseConfigMBean
OBJECT_NAME
 
Constructor Summary
BaseConfig()
           
 
Method Summary
 java.lang.String getHomeDir()
          Get the local home directory which the server is running from.
 java.lang.String getHomeURL()
          Get the home URL which the server is running from.
 org.huihoo.jfox.ejb.server.SuperURLClassLoader getMbeancl()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseConfig

public BaseConfig()
Method Detail

getHomeDir

public java.lang.String getHomeDir()
Get the local home directory which the server is running from.

Returns:
String

getHomeURL

public java.lang.String getHomeURL()
Get the home URL which the server is running from.

Returns:
String

getMbeancl

public org.huihoo.jfox.ejb.server.SuperURLClassLoader getMbeancl()
Specified by:
getMbeancl in interface BaseConfigMBean
Returns:
org.huihoo.jfox.ejb.server.SuperURLClassLoader