| Home >> All >> javax >> enterprise >> deploy >> spi >> [ factories Javadoc ] |
javax.enterprise.deploy.spi.factories: Javadoc index of package javax.enterprise.deploy.spi.factories.
Package Samples:
javax.enterprise.deploy.spi.factories
Classes:
DeploymentFactory: The DeploymentFactory interface is a deployment driver for a J2EE plaform product. It returns a DeploymentManager object which represents a connection to a specific J2EE platform product. Each application server vendor must provide an implementation of this class in order for the J2EE Deployment API to work with their product. The class implementing this interface should have a public no-argument constructor, and it should be stateless (two instances of the class should always behave the same). It is suggested but not required that the class have a static initializer that registers an instance ...
MockDeploymentFactory
| Home | Contact Us | Privacy Policy | Terms of Service |