org.huihoo.jfox.ejb.server
Interface Server

All Known Implementing Classes:
ServerRealization

public interface Server

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

Method Summary
 void init(java.util.Properties props)
           
 void start()
           
 

Method Detail

init

public void init(java.util.Properties props)
          throws java.lang.Exception
Parameters:
props -
Throws:
java.lang.Exception

start

public void start()
           throws java.lang.Exception
Throws:
java.lang.Exception