Save This Page
Home » JBoss-5.1.0 » org.jboss.deployers.client » spi » [javadoc | source]
org.jboss.deployers.client.spi
public interface: Deployment [javadoc | source]

All Implemented Interfaces:
    PredeterminedManagedObjectAttachments, Serializable

All Known Implementing Classes:
    AbstractVFSDeployment, AbstractDeployment, VFSDeployment

Deployment.
Method from org.jboss.deployers.client.spi.Deployment Summary:
getName,   getSimpleName,   getTypes,   setTypes
Method from org.jboss.deployers.client.spi.Deployment Detail:
 public String getName()
    Get the deployment name
 public String getSimpleName()
    Get the simple name
 public Set<String> getTypes()
    Get the types.
 public  void setTypes(Set<String> types)
    Set the types.