public class SessionObjectReferenceImpl extends Object implements org.jboss.weld.ejb.api.SessionObjectReference
| Constructor and Description |
|---|
SessionObjectReferenceImpl(EjbContainerServices s,
Object ref) |
| Modifier and Type | Method and Description |
|---|---|
<S> S |
getBusinessObject(Class<S> sClass) |
boolean |
isRemoved() |
void |
remove() |
public SessionObjectReferenceImpl(EjbContainerServices s, Object ref)
public <S> S getBusinessObject(Class<S> sClass)
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 © 2017. All rights reserved.