| java.lang.Object org.ow2.easybeans.deployable.DeployerFactory
DeployerFactory | final public class DeployerFactory (Code) | | Allow to get a deployer. When EasyBeans is integrated into JOnAS, it will
return a JOnASDeployer, for EasyBeans in standalone mode an
EasyBeansDeployer, etc.
author: Florent Benoit |
Method Summary | |
public static IDeployer | getDeployer(EZBServer embedded) Gets a deployer depending of the property or the class that has been
registered.
Parameters: embedded - the instance of the server. | public static void | setClassName(String classNameStr) Set the name of the deployer class to use. |
DEPLOYER_FACTORY_CLASS_NAME | final public static String DEPLOYER_FACTORY_CLASS_NAME(Code) | | Name of the property thats defines the deployer's class. (optional)
|
getDeployer | public static IDeployer getDeployer(EZBServer embedded) throws DeployerException(Code) | | Gets a deployer depending of the property or the class that has been
registered.
Parameters: embedded - the instance of the server. an instance of the deployer. throws: DeployerException - if the deployer cannot be returned. |
setClassName | public static void setClassName(String classNameStr)(Code) | | Set the name of the deployer class to use.
Parameters: classNameStr - the name of the class to use. |
|
|