org.jboss.webbeans.integration.ejb
Class JBossSessionObjectReference
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JBossSessionObjectReference
public JBossSessionObjectReference(org.jboss.webbeans.ejb.spi.EjbDescriptor<?> descriptor,
Context context)
throws NamingException
- Throws:
NamingException
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.