org.jboss.ejb.plugins
Class MessageDrivenInstancePool
java.lang.Object
|
+--org.jboss.ejb.plugins.AbstractInstancePool
|
+--org.jboss.ejb.plugins.MessageDrivenInstancePool
- All Implemented Interfaces:
- ContainerPlugin, InstancePool, Service, XmlLoadable
- public class MessageDrivenInstancePool
- extends AbstractInstancePool
Stolen from StatelessSessionInstancePool
- Version:
- $Revision: 1.3.6.1 $
Revisions:
20010920 Sacha Labourey:
- - Activate pooling for MDB
- Author:
- Rickard Öberg (rickard.oberg@telkel.com), Peter Antman (peter.antman@tim.se), Sacha Labourey
- See Also:
Methods inherited from class org.jboss.ejb.plugins.AbstractInstancePool |
add, destroy, discard, free, get, getContainer, getCurrentSize, getMaxSize, getReclaim, importXml, setContainer, setReclaim, start, stop |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MessageDrivenInstancePool
public MessageDrivenInstancePool()
init
public void init()
throws java.lang.Exception
- Overrides:
init
in class AbstractInstancePool
create
protected EnterpriseContext create(java.lang.Object instance)
throws java.lang.Exception
- Overrides:
create
in class AbstractInstancePool
Copyright © 2000 The JBoss Organization. All Rights Reserved.