public class SessionObjectReferenceImpl extends Object implements org.jboss.weld.ejb.api.SessionObjectReference
Constructor and Description |
---|
SessionObjectReferenceImpl(EjbDescriptorImpl<?> descriptor) |
Modifier and Type | Method and Description |
---|---|
<S> S |
getBusinessObject(Class<S> businessInterfaceType) |
boolean |
isRemoved() |
void |
remove() |
public SessionObjectReferenceImpl(EjbDescriptorImpl<?> descriptor)
public <S> S getBusinessObject(Class<S> businessInterfaceType)
getBusinessObject
in interface org.jboss.weld.ejb.api.SessionObjectReference
public void remove()
remove
in interface org.jboss.weld.ejb.api.SessionObjectReference
public boolean isRemoved()
isRemoved
in interface org.jboss.weld.ejb.api.SessionObjectReference
Copyright © 2016 JBoss by Red Hat. All rights reserved.