Google

JBoss API: Class MessageDrivenInstancePool

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.3 $

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:

Fields inherited from class org.jboss.ejb.plugins.AbstractInstancePool
container, log, maxSize, pool, poolFeeder, reclaim
 
Constructor Summary
MessageDrivenInstancePool()
           
 
Method Summary
protected  EnterpriseContext create(java.lang.Object instance)
           
 void init()
           
 
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
 

Constructor Detail

MessageDrivenInstancePool

public MessageDrivenInstancePool()
Method Detail

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.