org.jboss.deployers.client.spi
Interface Deployment

All Superinterfaces:
org.jboss.deployers.spi.attachments.PredeterminedManagedObjectAttachments, Serializable

public interface Deployment
extends org.jboss.deployers.spi.attachments.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()
          Get the deployment types associated with this deployment.
 void setTypes(Set<String> types)
          Set the deployment types associated with this deployment.
 
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

Set<String> getTypes()
Get the deployment types associated with this deployment.

Returns:
set of deployment type names deployers have identified in this deployment.

setTypes

void setTypes(Set<String> types)
Set the deployment types associated with this deployment.

Parameters:
types - set of deployment type names deployers have identified in this deployment.


Copyright © 2008 JBoss Inc.. All Rights Reserved.