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.SessionObjectReferencepublic void remove()
remove in interface org.jboss.weld.ejb.api.SessionObjectReferencepublic boolean isRemoved()
isRemoved in interface org.jboss.weld.ejb.api.SessionObjectReferenceCopyright © 2018 JBoss by Red Hat. All rights reserved.