org.jfox.ejb.deploy
Class EJBDeployer

java.lang.Object
  extended byorg.huihoo.jfox.system.ComponentSupport
      extended byorg.jfox.ejb.deploy.DeployerSupport
          extended byorg.jfox.ejb.deploy.EJBDeployer
All Implemented Interfaces:
Component, Deployer, Loggable, Persistentable, java.io.Serializable

public class EJBDeployer
extends DeployerSupport

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.huihoo.jfox.system.ComponentSupport
logger, name, proxyInstance, sequence, state
 
Constructor Summary
EJBDeployer()
           
 
Method Summary
protected  EJBMetaInfo[] deploy(java.net.URL url)
           
protected  void doDestroy()
          do actually destory action
protected  void doInit()
          do actually create action
protected  void undeploy(java.net.URL url, EJBMetaInfo[] deployments)
           
 
Methods inherited from class org.jfox.ejb.deploy.DeployerSupport
deploy, getDeployments, getInfo, isDeployed, undeploy
 
Methods inherited from class org.huihoo.jfox.system.ComponentSupport
destroy, getLogger, getName, getState, init, parseName, setLogger, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EJBDeployer

public EJBDeployer()
Method Detail

deploy

protected EJBMetaInfo[] deploy(java.net.URL url)
                        throws java.io.IOException
Specified by:
deploy in class DeployerSupport
Throws:
java.io.IOException

undeploy

protected void undeploy(java.net.URL url,
                        EJBMetaInfo[] deployments)
                 throws java.io.IOException
Specified by:
undeploy in class DeployerSupport
Throws:
java.io.IOException

doInit

protected void doInit()
               throws java.lang.Exception
Description copied from class: ComponentSupport
do actually create action

Specified by:
doInit in class ComponentSupport
Throws:
java.lang.Exception

doDestroy

protected void doDestroy()
                  throws java.lang.Exception
Description copied from class: ComponentSupport
do actually destory action

Specified by:
doDestroy in class ComponentSupport
Throws:
java.lang.Exception