Package org.jboss.as.weld.ejb
Class SessionObjectReferenceImpl
java.lang.Object
org.jboss.as.weld.ejb.SessionObjectReferenceImpl
- All Implemented Interfaces:
Serializable,org.jboss.weld.ejb.api.SessionObjectReference
public class SessionObjectReferenceImpl
extends Object
implements org.jboss.weld.ejb.api.SessionObjectReference
Implementation for non-stateful beans.
- Author:
- Stuart Douglas
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<S> SgetBusinessObject(Class<S> businessInterfaceType) booleanvoidremove()
-
Constructor Details
-
SessionObjectReferenceImpl
-
-
Method Details
-
getBusinessObject
- Specified by:
getBusinessObjectin interfaceorg.jboss.weld.ejb.api.SessionObjectReference
-
remove
public void remove()- Specified by:
removein interfaceorg.jboss.weld.ejb.api.SessionObjectReference
-
isRemoved
public boolean isRemoved()- Specified by:
isRemovedin interfaceorg.jboss.weld.ejb.api.SessionObjectReference
-