Uses of Class
org.jboss.ejb3.stateful.StatefulContainerInvocation

Packages that use StatefulContainerInvocation
org.jboss.ejb3.service   
org.jboss.ejb3.session   
 

Uses of StatefulContainerInvocation in org.jboss.ejb3.service
 

Methods in org.jboss.ejb3.service that return StatefulContainerInvocation
protected  StatefulContainerInvocation ServiceContainer.populateInvocation(StatefulContainerInvocation invocation)
           
 

Methods in org.jboss.ejb3.service with parameters of type StatefulContainerInvocation
protected  StatefulContainerInvocation ServiceContainer.populateInvocation(StatefulContainerInvocation invocation)
           
 

Uses of StatefulContainerInvocation in org.jboss.ejb3.session
 

Methods in org.jboss.ejb3.session that return StatefulContainerInvocation
protected  StatefulContainerInvocation SessionContainer.populateInvocation(StatefulContainerInvocation invocation)
          Allow a container sub class to supplement an invocation.
 

Methods in org.jboss.ejb3.session with parameters of type StatefulContainerInvocation
protected  StatefulContainerInvocation SessionContainer.populateInvocation(StatefulContainerInvocation invocation)
          Allow a container sub class to supplement an invocation.
 



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