站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 deployment API Documentation 英文版文档

DeploymentMetaData.Entry (JBoss JSR-88 Deployment API) - JBoss 4.0.1 sp1 deployment API Documentation 英文版文档


org.jboss.deployment.spi
Class DeploymentMetaData.Entry

java.lang.Object
  extended byorg.jboss.deployment.spi.DeploymentMetaData.Entry
Enclosing class:
DeploymentMetaData

public static class DeploymentMetaData.Entry
extends Object

An entry in the deployment plan


Constructor Summary
DeploymentMetaData.Entry(String archiveName, String descriptorName)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getArchiveName()
           
 String getDescriptorName()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeploymentMetaData.Entry

public DeploymentMetaData.Entry(String archiveName,
                                String descriptorName)
Method Detail

getArchiveName

public String getArchiveName()

getDescriptorName

public String getDescriptorName()

equals

public boolean equals(Object obj)

hashCode

public int hashCode()


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.