|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.TimerTask | +--org.jboss.ejb.plugins.TimedInstancePoolFeeder
Constructor Summary | |
TimedInstancePoolFeeder()
|
Method Summary | |
void |
importXml(org.w3c.dom.Element element)
|
boolean |
isStarted()
Tells if the pool feeder is already started. |
void |
run()
|
void |
setInstancePool(InstancePool ip)
Sets the instance pool inside the pool feeder. |
void |
start()
Start the pool feeder. |
void |
stop()
Stop the pool feeder. |
Methods inherited from class java.util.TimerTask |
cancel, scheduledExecutionTime |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TimedInstancePoolFeeder()
Method Detail |
public void run()
run
in class java.util.TimerTask
public void start()
InstancePoolFeeder
start
in interface InstancePoolFeeder
public void stop()
InstancePoolFeeder
stop
in interface InstancePoolFeeder
public void setInstancePool(InstancePool ip)
InstancePoolFeeder
setInstancePool
in interface InstancePoolFeeder
public boolean isStarted()
InstancePoolFeeder
isStarted
in interface InstancePoolFeeder
public void importXml(org.w3c.dom.Element element) throws DeploymentException
importXml
in interface XmlLoadable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |