Re: How could I know how many brokers are available in brokers pool

2003-11-12 Thread Armin Waibel
Hi,

all configuration properties for the PB-pool
you can find in OJB.properties file.
Currently we have no 'official'
api to get pb-pool information
at runtime. But you can try
int active = ((PersistenceBrokerFactoryIF)
PersistenceBrokerFactoryFactory.instance())
.activePersistenceBroker();
This method returns common-pools active objects
(PB instances) when PersistenceBrokerFactoryDefaultImpl
was used as PBF implementation.
regards,
Armin
Ricardo Tercero Lozano wrote:

Just for stress testing.

--
--
Ricardo Tercero Lozano
iSOCO - Intelligent Software for the Networked Economy
e-mail: [EMAIL PROTECTED]
Web: http://www.isoco.com
Francisca Delgado 11, 2nd floor
28108 Alcobendas
Madrid (Spain)
#T: +34 91 334 9750
+34 91 334 9797 (Switchboard)
#F: +34 91 334 9799
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


How could I know how many brokers are available in brokers pool

2003-11-12 Thread Ricardo Tercero Lozano


Just for stress testing.


--
--
Ricardo Tercero Lozano
iSOCO - Intelligent Software for the Networked Economy
e-mail: [EMAIL PROTECTED]
Web: http://www.isoco.com
Francisca Delgado 11, 2nd floor
28108 Alcobendas
Madrid (Spain)
#T: +34 91 334 9750
+34 91 334 9797 (Switchboard)
#F: +34 91 334 9799


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]