org.jboss.jsr299.tck.tests.implementation.enterprise.definition
Interface ExplicitConstructor

All Known Implementing Classes:
ExplicitConstructorSessionBean

public interface ExplicitConstructor


Method Summary
 int getConstructorCalls()
           
 SimpleBean getInjectedSimpleBean()
           
 void setConstructorCalls(int numCalls)
           
 void setInjectedSimpleBean(SimpleBean injectedSimpleBean)
           
 

Method Detail

getConstructorCalls

int getConstructorCalls()

setConstructorCalls

void setConstructorCalls(int numCalls)

getInjectedSimpleBean

SimpleBean getInjectedSimpleBean()

setInjectedSimpleBean

void setInjectedSimpleBean(SimpleBean injectedSimpleBean)


Copyright © 2008-2012 Seam Framework. All Rights Reserved.