org.jboss.ejb3.embedded.dsl
Class DeploymentBuilder

java.lang.Object
  extended by org.jboss.ejb3.embedded.dsl.DeploymentBuilder

public class DeploymentBuilder
extends Object

Version:
$Revision: $
Author:
Carlo de Wolf

Constructor Summary
DeploymentBuilder()
           
 
Method Summary
static
<T> org.jboss.deployers.client.spi.Deployment
deployment(String name, Attachment<?>... attachments)
           
static
<T> org.jboss.deployers.client.spi.Deployment
deployment(String name, Class<T> attachmentType, T attachment)
           
static org.jboss.deployers.client.spi.Deployment deployment(URL url)
           
static org.jboss.deployers.client.spi.Deployment deployment(URL url, Attachment<?>... attachments)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeploymentBuilder

public DeploymentBuilder()
Method Detail

deployment

public static <T> org.jboss.deployers.client.spi.Deployment deployment(String name,
                                                                       Attachment<?>... attachments)

deployment

public static <T> org.jboss.deployers.client.spi.Deployment deployment(String name,
                                                                       Class<T> attachmentType,
                                                                       T attachment)

deployment

public static org.jboss.deployers.client.spi.Deployment deployment(URL url)
                                                            throws IOException
Throws:
IOException

deployment

public static org.jboss.deployers.client.spi.Deployment deployment(URL url,
                                                                   Attachment<?>... attachments)
                                                            throws IOException
Throws:
IOException


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