Package org.objectweb.easybeans.deployer.api

Deployer API

See:
          Description

Interface Summary
CARDeployable Represents a client module deployable.
EARDeployable Represents an EAR deployable.
EJB21Deployable Represents an EJB 2.1 deployable.
EJB3Deployable Represents an EJB 3 deployable.
EJBDeployable<T> Represents an EJB deployable.
EZBDeployable<T> This interface is used to represent any deployment object that can be used within EasyBeans.
The EJB/WEB/RAR/EAR, etc components should extend this interface.
EZBDeployer Interface allowing to deploy/undeploy the EZBDeployable objects.
LibDeployable Represents a library deployable.
RARDeployable Represents a resource adapter deployable.
UnknownDeployable Represents an unknown deployable (not able to detect the type !).
WARDeployable Represents a WAR deployable.
 

Exception Summary
EZBDeployerException Component exception if the component has some errors.
 

Package org.objectweb.easybeans.deployer.api Description

Deployer API