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

java.lang.Object
  extended by 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

Constructor Summary
DeploymentSummary()
           
DeploymentSummary(DeploymentSummary summary)
           
 
Method Summary
 String getDeploymentName()
           
 String getDeploymentScopeBaseName()
           
 ClassLoader getLoader()
          Deprecated. No longer used, will always return null
 PackagingType getPackagingType()
           
 void setDeploymentName(String deploymentName)
           
 void setDeploymentScopeBaseName(String deploymentScopeBaseName)
           
 void setLoader(ClassLoader loader)
          Deprecated. No longer used, takes no action
 void setPackagingType(PackagingType packagingType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeploymentSummary

public DeploymentSummary()

DeploymentSummary

public DeploymentSummary(DeploymentSummary summary)
Method Detail

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.