Class StatefulSessionComponentInstance

All Implemented Interfaces:
Serializable, ComponentInstance, StatefulSessionBeanInstance<org.jboss.ejb.client.SessionID>, BeanInstance<org.jboss.ejb.client.SessionID>

public class StatefulSessionComponentInstance extends SessionBeanComponentInstance implements StatefulSessionBeanInstance<org.jboss.ejb.client.SessionID>
Author:
Carlo de Wolf
See Also:
  • Field Details

    • SYNC_STATE_NO_INVOCATION

      public static final int SYNC_STATE_NO_INVOCATION
      See Also:
    • SYNC_STATE_INVOCATION_IN_PROGRESS

      public static final int SYNC_STATE_INVOCATION_IN_PROGRESS
      See Also:
    • SYNC_STATE_AFTER_COMPLETE_DELAYED_NO_COMMIT

      public static final int SYNC_STATE_AFTER_COMPLETE_DELAYED_NO_COMMIT
      See Also:
    • SYNC_STATE_AFTER_COMPLETE_DELAYED_COMMITTED

      public static final int SYNC_STATE_AFTER_COMPLETE_DELAYED_COMMITTED
      See Also:
  • Constructor Details

    • StatefulSessionComponentInstance

      protected StatefulSessionComponentInstance(StatefulSessionComponent component, org.jboss.invocation.Interceptor preDestroyInterceptor, Map<Method,org.jboss.invocation.Interceptor> methodInterceptors, Map<Object,Object> context)
      Construct a new instance.
      Parameters:
      component - the component
  • Method Details