com.ibm.websphere.appprofile.accessintent

Interface AccessIntentService


  1. public interface AccessIntentService
This interface provides the means by which an executing BMP may determine the access intent that was associated with the entity at time of load. This interface may be looked up from within a BMP by the following path: java:comp/websphere/AppProfile/AccessIntentService

Method Summary

Modifier and Type Method and Description
  1. AccessIntent
getAccessIntent(javax.ejb.EntityContext ctx)

Method Detail

getAccessIntent

  1. AccessIntent getAccessIntent(javax.ejb.EntityContext ctx)