org.jboss.ejb3.embedded.dsl
Class AttachmentBuilder

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

public class AttachmentBuilder
extends Object

Version:
$Revision: $
Author:
Carlo de Wolf

Nested Class Summary
static class AttachmentBuilder.AttachmentHolder<T>
           
 
Constructor Summary
AttachmentBuilder()
           
 
Method Summary
static
<T> AttachmentBuilder.AttachmentHolder<T>
attachment(Class<T> type, T attachment)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttachmentBuilder

public AttachmentBuilder()
Method Detail

attachment

public static <T> AttachmentBuilder.AttachmentHolder<T> attachment(Class<T> type,
                                                                   T attachment)


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