org.jboss.ejb3
Class Ejb3JmxDeployment
java.lang.Object
org.jboss.ejb3.Ejb3Deployment
org.jboss.ejb3.Ejb3JmxDeployment
- All Implemented Interfaces:
- EjbLinkResolver
public class Ejb3JmxDeployment
- extends Ejb3Deployment
Comment
- Version:
- $Revision: 1.3.2.3 $
- Author:
- Bill Burke
| Fields inherited from class org.jboss.ejb3.Ejb3Deployment |
ACTUAL_ENTITY_MANAGER_FACTORY_CONTEXT, containers, defaultClientBinding, defaultMDBDomain, defaultServiceDomain, defaultSFSBDomain, defaultSLSBDomain, di, explicitEntityClasses, hasEntities, initialContext, INJECTED_ENTITY_MANAGER_CONTEXT, INJECTED_ENTITY_MANAGER_FACTORY_CONTEXT, MANAGED_ENTITY_FACTORY_CONTEXT, managedFactory, managedFactoryJndiName |
| Methods inherited from class org.jboss.ejb3.Ejb3Deployment |
deploy, deployElement, deployElement, deployUrl, getContainer, getContainers, getDefaultMDBDomain, getDefaultServiceDomain, getDefaultSFSBDomain, getDefaultSLSBDomain, getDeploymentUnit, getEjbJndiName, getJaccContextId, initializeManagedEntityManagerFactory, setDefaultMDBDomain, setDefaultServiceDomain, setDefaultSFSBDomain, setDefaultSLSBDomain |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Ejb3JmxDeployment
public Ejb3JmxDeployment(org.jboss.deployment.DeploymentInfo di)
createPolicyConfiguration
protected javax.security.jacc.PolicyConfiguration createPolicyConfiguration()
throws Exception
- Specified by:
createPolicyConfiguration in class Ejb3Deployment
- Throws:
Exception
initializeJacc
protected void initializeJacc(javax.security.jacc.PolicyConfiguration pc,
Ejb3Deployment.DeploymentUnit unit)
- Specified by:
initializeJacc in class Ejb3Deployment
getDefaultClientBinding
public String getDefaultClientBinding()
- Overrides:
getDefaultClientBinding in class Ejb3Deployment
registerContainer
protected void registerContainer(Container container,
Collection depends)
throws Exception
- Overrides:
registerContainer in class Ejb3Deployment
- Throws:
Exception
create
public void create()
throws Exception
- Overrides:
create in class Ejb3Deployment
- Throws:
Exception
start
public void start()
throws Exception
- Overrides:
start in class Ejb3Deployment
- Throws:
Exception
stop
public void stop()
throws Exception
- Overrides:
stop in class Ejb3Deployment
- Throws:
Exception
destroy
public void destroy()
throws Exception
- Overrides:
destroy in class Ejb3Deployment
- Throws:
Exception
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.