com.sun.ejb.containers
Interface EjbContainerUtil
- All Known Implementing Classes:
- EjbContainerUtilImpl
@Contract
public interface EjbContainerUtil
- Author:
- Mahesh Kannan
Date: Feb 10, 2008
TIMER_SERVICE_APP_NAME
static final java.lang.String TIMER_SERVICE_APP_NAME
- See Also:
- Constant Field Values
TIMER_SERVICE_UPGRADED
static final java.lang.String TIMER_SERVICE_UPGRADED
- See Also:
- Constant Field Values
TIMER_RESOURCE_JNDI
static final java.lang.String TIMER_RESOURCE_JNDI
- See Also:
- Constant Field Values
DEFAULT_THREAD_POOL_NAME
static final java.lang.String DEFAULT_THREAD_POOL_NAME
- See Also:
- Constant Field Values
MINIMUM_TIMER_DELIVERY_INTERVAL
static final long MINIMUM_TIMER_DELIVERY_INTERVAL
- See Also:
- Constant Field Values
getORBHelper
GlassFishORBHelper getORBHelper()
getDefaultHabitat
org.jvnet.hk2.component.Habitat getDefaultHabitat()
getLogger
java.util.logging.Logger getLogger()
setEJBTimerService
void setEJBTimerService(EJBTimerService es)
unsetEJBTimerService
void unsetEJBTimerService()
setEJBTimerServiceDBReadBeforeTimeout
void setEJBTimerServiceDBReadBeforeTimeout(boolean value)
isEJBTimerServiceLoaded
boolean isEJBTimerServiceLoaded()
getEJBTimerService
EJBTimerService getEJBTimerService()
getEJBTimerService
EJBTimerService getEJBTimerService(java.lang.String target)
getEJBTimerService
EJBTimerService getEJBTimerService(java.lang.String target,
boolean force)
getTimerResource
java.lang.String getTimerResource()
registerContainer
void registerContainer(BaseContainer container)
unregisterContainer
void unregisterContainer(BaseContainer container)
getContainer
BaseContainer getContainer(long id)
getDescriptor
EjbDescriptor getDescriptor(long id)
getClassLoader
java.lang.ClassLoader getClassLoader(long id)
getTimer
java.util.Timer getTimer()
setInsideContainer
void setInsideContainer(boolean bool)
isInsideContainer
boolean isInsideContainer()
getInvocationManager
InvocationManager getInvocationManager()
getInjectionManager
InjectionManager getInjectionManager()
getGlassfishNamingManager
GlassfishNamingManager getGlassfishNamingManager()
getComponentEnvManager
ComponentEnvManager getComponentEnvManager()
getCurrentInvocation
ComponentInvocation getCurrentInvocation()
getTransactionManager
JavaEETransactionManager getTransactionManager()
getServerContext
ServerContext getServerContext()
getContainerSync
com.sun.ejb.containers.ContainerSynchronization getContainerSync(Transaction jtx)
throws RollbackException,
SystemException
- Throws:
RollbackException
SystemException
removeContainerSync
void removeContainerSync(Transaction tx)
registerPMSync
void registerPMSync(Transaction jtx,
Synchronization sync)
throws RollbackException,
SystemException
- Throws:
RollbackException
SystemException
getEjbContainer
EjbContainer getEjbContainer()
getServerEnvironment
ServerEnvironmentImpl getServerEnvironment()
getCallFlowAgent
Agent getCallFlowAgent()
getBeans
java.util.Vector getBeans(Transaction jtx)
getActiveTxCache
java.lang.Object getActiveTxCache(Transaction jtx)
setActiveTxCache
void setActiveTxCache(Transaction jtx,
java.lang.Object cache)
addWork
void addWork(java.lang.Runnable task)
getHAPersistenceType
java.lang.String getHAPersistenceType()
ejbIdToDescriptor
EjbDescriptor ejbIdToDescriptor(long ejbId)
isEJBLite
boolean isEJBLite()
isEmbeddedServer
boolean isEmbeddedServer()
getProbeProviderFactory
ProbeProviderFactory getProbeProviderFactory()
isDas
boolean isDas()
getThreadPoolExecutor
java.util.concurrent.ThreadPoolExecutor getThreadPoolExecutor(java.lang.String poolName)
getJavaEEIOUtils
JavaEEIOUtils getJavaEEIOUtils()
Copyright © 2012 GlassFish Community. All Rights Reserved.