org.jboss.metadata.ejb.jboss.jndipolicy.spi
Class DeploymentSummary
java.lang.Object
org.jboss.metadata.ejb.jboss.jndipolicy.spi.DeploymentSummary
- Direct Known Subclasses:
- EjbDeploymentSummary
public class DeploymentSummary
- extends Object
A base class for deployment scope information.
- Version:
- $Revision:$
- Author:
- Scott.Stark@jboss.org
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeploymentSummary
public DeploymentSummary()
DeploymentSummary
public DeploymentSummary(DeploymentSummary summary)
getDeploymentName
public String getDeploymentName()
setDeploymentName
public void setDeploymentName(String deploymentName)
getDeploymentScopeBaseName
public String getDeploymentScopeBaseName()
setDeploymentScopeBaseName
public void setDeploymentScopeBaseName(String deploymentScopeBaseName)
getLoader
public ClassLoader getLoader()
setLoader
public void setLoader(ClassLoader loader)
Copyright © 2008 JBoss, A division of Red Hat. All Rights Reserved.