Package org.jboss.as.weld.ejb
Class StatefulSessionObjectReferenceImpl
java.lang.Object
org.jboss.as.weld.ejb.StatefulSessionObjectReferenceImpl
- All Implemented Interfaces:
Serializable,org.jboss.weld.ejb.api.SessionObjectReference
public class StatefulSessionObjectReferenceImpl
extends Object
implements org.jboss.weld.ejb.api.SessionObjectReference
Implementation for SFSB's
- Author:
- Stuart Douglas
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionStatefulSessionObjectReferenceImpl(EjbDescriptorImpl<?> descriptor) StatefulSessionObjectReferenceImpl(org.jboss.ejb.client.SessionID id, org.jboss.msc.service.ServiceName createServiceName, Map<Class<?>, org.jboss.msc.service.ServiceName> viewServices) -
Method Summary
Modifier and TypeMethodDescription<S> SgetBusinessObject(Class<S> businessInterfaceType) booleanvoidremove()protected Object
-
Constructor Details
-
StatefulSessionObjectReferenceImpl
-
StatefulSessionObjectReferenceImpl
-
-
Method Details
-
getBusinessObject
- Specified by:
getBusinessObjectin interfaceorg.jboss.weld.ejb.api.SessionObjectReference
-
writeReplace
- Throws:
IOException
-
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
-