org.huihoo.jfox.ejb.server
Class ServerRealization
java.lang.Object
|
+--org.huihoo.jfox.ejb.server.ServerRealization
- All Implemented Interfaces:
- Server, ServerRealizationMBean
- public class ServerRealization
- extends java.lang.Object
- implements Server, ServerRealizationMBean
- Version:
- $Revision: 0.1.0 $
- Author:
- tai_1219@sina.com
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServerRealization
public ServerRealization()
init
public void init(java.util.Properties props)
throws java.lang.Exception
- Specified by:
init in interface Server
- Parameters:
props -
- Throws:
java.lang.Exception
start
public void start()
throws java.lang.Exception
- Specified by:
start in interface Server
- Throws:
java.lang.Exception
getServer
public MBeanServer getServer()
- Specified by:
getServer in interface ServerRealizationMBean
- Returns:
- MBeanServer
preRegister
public ObjectName preRegister(MBeanServer server,
ObjectName name)
throws java.lang.Exception
java.lang.Exception
postRegister
public void postRegister(java.lang.Boolean registrationDone)
preDeregister
public void preDeregister()
throws java.lang.Exception
java.lang.Exception
postDeregister
public void postDeregister()