org.jboss.deployers.client.spi
Interface Deployment

All Superinterfaces:
PredeterminedManagedObjectAttachments, Serializable
All Known Subinterfaces:
VFSDeployment
All Known Implementing Classes:
AbstractDeployment, AbstractVFSDeployment

public interface Deployment
extends PredeterminedManagedObjectAttachments, Serializable

Deployment.

Version:
$Revision: 1.1 $
Author:
Adrian Brock

Method Summary
 String getName()
          Get the deployment name
 String getSimpleName()
          Get the simple name
 Set<String> getTypes()
          Deprecated. 
 void setTypes(Set<String> types)
          Deprecated. 
 
Methods inherited from interface org.jboss.deployers.spi.attachments.PredeterminedManagedObjectAttachments
getPredeterminedManagedObjects, setPredeterminedManagedObjects
 

Method Detail

getName

String getName()
Get the deployment name

Returns:
the name

getSimpleName

String getSimpleName()
Get the simple name

Returns:
the name

getTypes

@Deprecated
Set<String> getTypes()
Deprecated. 

Get the types.

Returns:
the types.

setTypes

@Deprecated
void setTypes(Set<String> types)
Deprecated. 

Set the types.

Parameters:
types - the types.


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.