com.sun.ejb
Class EjbInvocationFactory

java.lang.Object
  extended by com.sun.ejb.EjbInvocationFactory

public class EjbInvocationFactory
extends java.lang.Object

Author:
Mahesh Kannan Date: Jan 30, 2008

Constructor Summary
EjbInvocationFactory(java.lang.String compEnvId, Container container)
           
 
Method Summary
 EjbInvocation create()
           
<C extends ComponentContext>
EjbInvocation
create(java.lang.Object ejb, C ctx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EjbInvocationFactory

public EjbInvocationFactory(java.lang.String compEnvId,
                            Container container)
Method Detail

create

public EjbInvocation create()

create

public <C extends ComponentContext> EjbInvocation create(java.lang.Object ejb,
                                                         C ctx)


Copyright © 2012 GlassFish Community. All Rights Reserved.