org.jboss.ejb3
Interface Ejb3Handler

All Known Implementing Classes:
Ejb3AnnotationHandler, Ejb3DescriptorHandler

public interface Ejb3Handler


Method Summary
 List<Collection> getAllDepends()
           
 List<Container> getContainers(javassist.bytecode.ClassFile cf, Ejb3Deployment deployment)
           
 boolean isEjb()
           
 void setCtxProperties(Hashtable ctxProperties)
           
 

Method Detail

isEjb

boolean isEjb()

getAllDepends

List<Collection> getAllDepends()

getContainers

List<Container> getContainers(javassist.bytecode.ClassFile cf,
                              Ejb3Deployment deployment)
                              throws Exception
Throws:
Exception

setCtxProperties

void setCtxProperties(Hashtable ctxProperties)


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.