| |
|
| org.jboss.ejb.Container org.jboss.ejb.MessageDrivenContainer
Inner Class :class ContainerInterceptor extends AbstractContainerInterceptor | |
beanMapping | protected Map beanMapping(Code) | | These are the mappings between the remote interface methods
and the bean methods.
|
instancePool | protected InstancePool instancePool(Code) | | This is the instancepool that is to be used.
|
interceptor | protected Interceptor interceptor(Code) | | This is the first interceptor in the chain.
The last interceptor must be provided by the container itself.
|
messageCount | protected long messageCount(Code) | | |
getHomeClass | public Class getHomeClass()(Code) | | EJBProxyFactoryContainer - not needed, should we skip inherit this
or just throw Error??
|
getLocalHomeClass | public Class getLocalHomeClass()(Code) | | |
getMessageCount | public long getMessageCount()(Code) | | the number of messages delivered |
internalInvoke | public Object internalInvoke(Invocation mi) throws Exception(Code) | | This method does invocation interpositioning of tx and security,
retrieves the instance from an object table, and invokes the method
on the particular instance
|
|
|
|