org.jboss.metadata.ejb.jboss.jndipolicy.spi
Class EjbDeploymentSummary

java.lang.Object
  extended by org.jboss.metadata.ejb.jboss.jndipolicy.spi.DeploymentSummary
      extended by org.jboss.metadata.ejb.jboss.jndipolicy.spi.EjbDeploymentSummary
All Implemented Interfaces:
Serializable

public class EjbDeploymentSummary
extends DeploymentSummary

Summary of an EJB deployment in flat properties; used in determining default JNDI Bindings by a JNDI Binding Policy

Version:
$Revision: $
Author:
ALR, Scott.Stark@Jboss.org
See Also:
Serialized Form

Constructor Summary
EjbDeploymentSummary()
          Deprecated. Use EjbDeploymentSummary(JBossEnterpriseBeanMetaData beanMD, DeploymentSummary dsummary)
EjbDeploymentSummary(JBossEnterpriseBeanMetaData beanMD, DeploymentSummary dsummary)
           
 
Method Summary
 String getBeanClassName()
          Deprecated. 
 JBossEnterpriseBeanMetaData getBeanMD()
           
 String getEjbName()
          Deprecated. 
 boolean isHome()
          Deprecated. 
 boolean isLocal()
          Deprecated. 
 boolean isService()
          Deprecated. 
 boolean isStateful()
          Deprecated. 
 void setBeanClassName(String beanClassName)
          Deprecated. 
 void setBeanMD(JBossEnterpriseBeanMetaData beanMD)
           
 void setEjbName(String ejbName)
          Deprecated. 
 void setHome(boolean isHome)
          Deprecated. 
 void setLocal(boolean isLocal)
          Deprecated. 
 void setService(boolean isService)
          Deprecated. 
 void setStateful(boolean isStateful)
          Deprecated. 
 
Methods inherited from class org.jboss.metadata.ejb.jboss.jndipolicy.spi.DeploymentSummary
getDeploymentName, getDeploymentScopeBaseName, getLoader, getPackagingType, setDeploymentName, setDeploymentScopeBaseName, setLoader, setPackagingType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EjbDeploymentSummary

@Deprecated
public EjbDeploymentSummary()
Deprecated. Use EjbDeploymentSummary(JBossEnterpriseBeanMetaData beanMD, DeploymentSummary dsummary)


EjbDeploymentSummary

public EjbDeploymentSummary(JBossEnterpriseBeanMetaData beanMD,
                            DeploymentSummary dsummary)
Method Detail

getBeanMD

public JBossEnterpriseBeanMetaData getBeanMD()

setBeanMD

public void setBeanMD(JBossEnterpriseBeanMetaData beanMD)

getEjbName

@Deprecated
public String getEjbName()
Deprecated. 


setEjbName

@Deprecated
public void setEjbName(String ejbName)
Deprecated. 


isLocal

@Deprecated
public boolean isLocal()
Deprecated. 


setLocal

@Deprecated
public void setLocal(boolean isLocal)
Deprecated. 


isStateful

@Deprecated
public boolean isStateful()
Deprecated. 


setStateful

@Deprecated
public void setStateful(boolean isStateful)
Deprecated. 


isHome

@Deprecated
public boolean isHome()
Deprecated. 


setHome

@Deprecated
public void setHome(boolean isHome)
Deprecated. 


isService

@Deprecated
public boolean isService()
Deprecated. 


setService

@Deprecated
public void setService(boolean isService)
Deprecated. 


getBeanClassName

@Deprecated
public String getBeanClassName()
Deprecated. 


setBeanClassName

@Deprecated
public void setBeanClassName(String beanClassName)
Deprecated. 



Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.