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: 76188 $
- 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)
getPackagingType
public PackagingType getPackagingType()
setPackagingType
public void setPackagingType(PackagingType packagingType)
getLoader
@Deprecated
public ClassLoader getLoader()
- Deprecated. No longer used, will always return null
- Returns:
setLoader
@Deprecated
public void setLoader(ClassLoader loader)
- Deprecated. No longer used, takes no action
- Parameters:
loader
-
Copyright © 2009 JBoss Inc.. All Rights Reserved.