org.jboss.metadata.ejb.jboss.jndipolicy.spi
Class DeploymentSummary
java.lang.Object
org.jboss.metadata.ejb.jboss.jndipolicy.spi.DeploymentSummary
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- EjbDeploymentSummary
public class DeploymentSummary
- extends Object
- implements Serializable
A base class for deployment scope information.
- Version:
- $Revision: 74353 $
- Author:
- Scott.Stark@jboss.org
- See Also:
- Serialized Form
| 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.