org.jboss.ejb3.jndipolicy
Class Ejb3DeploymentSummary
java.lang.Object
org.jboss.ejb3.jndipolicy.Ejb3DeploymentSummary
- All Implemented Interfaces:
- Serializable
public class Ejb3DeploymentSummary
- extends Object
- implements Serializable
Summary of an EJB3 deployment in flat properties; used in
determining default JNDI Bindings by a JNDI Binding Policy
- Version:
- $Revision: $
- Author:
- ALR
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Ejb3DeploymentSummary
public Ejb3DeploymentSummary()
getDeploymentName
public String getDeploymentName()
setDeploymentName
public void setDeploymentName(String deploymentName)
getEjbName
public String getEjbName()
setEjbName
public void setEjbName(String ejbName)
isLocal
public boolean isLocal()
setLocal
public void setLocal(boolean isLocal)
isStateful
public boolean isStateful()
setStateful
public void setStateful(boolean isStateful)
isHome
public boolean isHome()
setHome
public void setHome(boolean isHome)
isService
public boolean isService()
setService
public void setService(boolean isService)
getDeploymentScopeBaseName
public String getDeploymentScopeBaseName()
setDeploymentScopeBaseName
public void setDeploymentScopeBaseName(String deploymentScopeBaseName)
getBeanClass
public Class<?> getBeanClass()
setBeanClass
public void setBeanClass(Class<?> beanClass)
Copyright © 2008 JBoss Inc.. All Rights Reserved.