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

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

Best Java code snippets using org.jboss.ejb3.context.spi.SessionContext.getManager (Showing top 5 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 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.spiSessionContextgetManager

Popular methods of SessionContext

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

Popular in Java

  • Parsing JSON documents to java classes using gson
  • scheduleAtFixedRate (Timer)
  • getExternalFilesDir (Context)
  • orElseThrow (Optional)
    Return the contained value, if present, otherwise throw an exception to be created by the provided s
  • ObjectMapper (com.fasterxml.jackson.databind)
    ObjectMapper provides functionality for reading and writing JSON, either to and from basic POJOs (Pl
  • Window (java.awt)
    A Window object is a top-level window with no borders and no menubar. The default layout for a windo
  • BufferedImage (java.awt.image)
    The BufferedImage subclass describes an java.awt.Image with an accessible buffer of image data. All
  • MessageDigest (java.security)
    Uses a one-way hash function to turn an arbitrary number of bytes into a fixed-length byte sequence.
  • Set (java.util)
    A Set is a data structure which does not allow duplicate elements.
  • ExecutorService (java.util.concurrent)
    An Executor that provides methods to manage termination and methods that can produce a Future for tr
  • Github Copilot alternatives
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