Tabnine Logo
SessionContext
Code IndexAdd Tabnine to your IDE (free)

How to use
SessionContext
in
org.jboss.ejb3.context.spi

Best Java code snippets using org.jboss.ejb3.context.spi.SessionContext (Showing top 14 results out of 315)

origin: org.jboss.ejb3.context/jboss-ejb3-context-base

public SessionBeanManager getManager()
{
 // for now
 return getEJBContext().getManager();
}
origin: org.jboss.ejb3/jboss-ejb3-core

public <T> T getBusinessObject(Class<T> businessInterface) throws IllegalStateException
{
 return getDelegate().getBusinessObject(businessInterface);
}
origin: org.jboss.ejb3/jboss-ejb3-core

@SuppressWarnings("deprecation")
public Identity getCallerIdentity()
{
 return getDelegate().getCallerIdentity();
}
origin: org.jboss.ejb3/jboss-ejb3-core

public Map<String, Object> getContextData()
{
 return getDelegate().getContextData();
}
origin: org.jboss.ejb3/jboss-ejb3-core

public EJBHome getEJBHome()
{
 return getDelegate().getEJBHome();
}
origin: org.jboss.ejb3/jboss-ejb3-core

public EJBLocalObject getEJBLocalObject() throws IllegalStateException
{
 return getDelegate().getEJBLocalObject();
}
origin: org.jboss.ejb3/jboss-ejb3-core

public Principal getCallerPrincipal()
{
 return getDelegate().getCallerPrincipal();
}
origin: org.jboss.ejb3/jboss-ejb3-core

public EJBObject getEJBObject() throws IllegalStateException
{
 return getDelegate().getEJBObject();
}
origin: org.jboss.ejb3/jboss-ejb3-core

public EJBLocalHome getEJBLocalHome()
{
 return getDelegate().getEJBLocalHome();
}
origin: org.jboss.ejb3/jboss-ejb3-core

public Properties getEnvironment()
{
 return getDelegate().getEnvironment();
}
origin: org.jboss.ejb3/jboss-ejb3-core

public SessionBeanManager getManager()
{
 return getDelegate().getManager();
}
origin: org.jboss.ejb3.context/jboss-ejb3-context-base

public <T> T getBusinessObject(Class<T> businessInterface) throws IllegalStateException
{
 // we need an instance attached
 SessionContext ctx = getEJBContext();
 return ctx.getManager().getBusinessObject(ctx, businessInterface);      
}
origin: org.jboss.ejb3.context/jboss-ejb3-context-base

public EJBLocalObject getEJBLocalObject() throws IllegalStateException
{
 SessionContext ctx = getEJBContext();
 return ctx.getManager().getEJBLocalObject(ctx);
}
origin: org.jboss.ejb3.context/jboss-ejb3-context-base

public EJBObject getEJBObject() throws IllegalStateException
{
 SessionContext ctx = getEJBContext();
 return ctx.getManager().getEJBObject(ctx);
}
org.jboss.ejb3.context.spiSessionContext

Most used methods

  • getManager
  • getBusinessObject
  • getCallerIdentity
  • getCallerPrincipal
  • getContextData
  • getEJBHome
  • getEJBLocalHome
  • getEJBLocalObject
  • getEJBObject
  • getEnvironment
  • getInvokedBusinessInterface
  • getMessageContext
  • getInvokedBusinessInterface,
  • getMessageContext,
  • getRollbackOnly,
  • getTarget,
  • getTimerService,
  • getUserTransaction,
  • isCallerInRole,
  • lookup,
  • setRollbackOnly,
  • wasCancelCalled

Popular in Java

  • Finding current android device location
  • requestLocationUpdates (LocationManager)
  • getExternalFilesDir (Context)
  • scheduleAtFixedRate (Timer)
  • File (java.io)
    An "abstract" representation of a file system entity identified by a pathname. The pathname may be a
  • SocketTimeoutException (java.net)
    This exception is thrown when a timeout expired on a socket read or accept operation.
  • URI (java.net)
    A Uniform Resource Identifier that identifies an abstract or physical resource, as specified by RFC
  • Charset (java.nio.charset)
    A charset is a named mapping between Unicode characters and byte sequences. Every Charset can decode
  • JComboBox (javax.swing)
  • Scheduler (org.quartz)
    This is the main interface of a Quartz Scheduler. A Scheduler maintains a registry of org.quartz.Job
  • Best plugins for Eclipse
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now