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

Field Summary
 
Fields inherited from interface org.huihoo.jfox.ejb.server.ServerRealizationMBean
OBJECT_NAME
 
Constructor Summary
ServerRealization()
           
 
Method Summary
 MBeanServer getServer()
           
 void init(java.util.Properties props)
           
 void postDeregister()
           
 void postRegister(java.lang.Boolean registrationDone)
           
 void preDeregister()
           
 ObjectName preRegister(MBeanServer server, ObjectName name)
           
 void start()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerRealization

public ServerRealization()
Method Detail

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()