Uses of Interface
jakarta.ejb.SessionContext
-
Packages that use SessionContext Package Description jakarta.ejb Contains the Enterprise Bean classes and interfaces that define the contracts between the enterprise bean and its clients and between the enterprise bean and the enterprise bean container. -
-
Uses of SessionContext in jakarta.ejb
Methods in jakarta.ejb with parameters of type SessionContext Modifier and Type Method Description void
SessionBean. setSessionContext(SessionContext ctx)
Set the associated session context.
-