KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > ejb > SessionContext

javax.ejb
Interface SessionContext

All Superinterfaces:
EJBContext
See Also:
Top Examples, Source Code

public EJBLocalObject getEJBLocalObject()
                                 throws IllegalStateException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public EJBObject getEJBObject()
                       throws IllegalStateException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public MessageContext getMessageContext()
                                 throws IllegalStateException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags