org.jboss.webbeans.integration.ejb
Class JBossSessionObjectReference

java.lang.Object
  extended by org.jboss.webbeans.integration.ejb.JBossSessionObjectReference
All Implemented Interfaces:
Serializable, org.jboss.webbeans.ejb.api.SessionObjectReference

public class JBossSessionObjectReference
extends Object
implements org.jboss.webbeans.ejb.api.SessionObjectReference

See Also:
Serialized Form

Constructor Summary
JBossSessionObjectReference(org.jboss.webbeans.ejb.spi.EjbDescriptor<?> descriptor, Context context)
           
 
Method Summary
 void create()
           
<S> S
getBusinessObject(Class<S> businessInterfaceType)
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JBossSessionObjectReference

public JBossSessionObjectReference(org.jboss.webbeans.ejb.spi.EjbDescriptor<?> descriptor,
                                   Context context)
                            throws NamingException
Throws:
NamingException
Method Detail

create

public void create()

getBusinessObject

public <S> S getBusinessObject(Class<S> businessInterfaceType)
Specified by:
getBusinessObject in interface org.jboss.webbeans.ejb.api.SessionObjectReference

remove

public void remove()
Specified by:
remove in interface org.jboss.webbeans.ejb.api.SessionObjectReference


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