public class StatelessContainer extends Object implements RpcContainer
| Constructor and Description |
|---|
StatelessContainer(Object id,
SecurityService securityService,
Duration accessTimeout,
Duration closeTimeout,
Pool.Builder poolBuilder,
int callbackThreads) |
| Modifier and Type | Method and Description |
|---|---|
void |
deploy(BeanContext beanContext) |
BeanContext |
getBeanContext(Object deploymentID) |
BeanContext[] |
getBeanContexts() |
Object |
getContainerID() |
ContainerType |
getContainerType() |
Object |
invoke(Object deployID,
InterfaceType type,
Class callInterface,
Method callMethod,
Object[] args,
Object primKey) |
void |
start(BeanContext beanContext) |
void |
stop(BeanContext beanContext) |
void |
undeploy(BeanContext beanContext) |
public StatelessContainer(Object id, SecurityService securityService, Duration accessTimeout, Duration closeTimeout, Pool.Builder poolBuilder, int callbackThreads)
public BeanContext[] getBeanContexts()
getBeanContexts in interface Containerpublic BeanContext getBeanContext(Object deploymentID)
getBeanContext in interface Containerpublic ContainerType getContainerType()
getContainerType in interface Containerpublic Object getContainerID()
getContainerID in interface Containerpublic void deploy(BeanContext beanContext) throws OpenEJBException
deploy in interface ContainerOpenEJBExceptionpublic void start(BeanContext beanContext) throws OpenEJBException
start in interface ContainerOpenEJBExceptionpublic void stop(BeanContext beanContext) throws OpenEJBException
stop in interface ContainerOpenEJBExceptionpublic void undeploy(BeanContext beanContext)
public Object invoke(Object deployID, InterfaceType type, Class callInterface, Method callMethod, Object[] args, Object primKey) throws OpenEJBException
invoke in interface RpcContainerOpenEJBExceptionCopyright © 1999–2014 The Apache Software Foundation. All rights reserved.