org.xmlBlaster.j2ee.k2
Class PseudoUserPool
java.lang.Object
org.xmlBlaster.j2ee.k2.PseudoUserPool
public class PseudoUserPool
- extends java.lang.Object
A pool of mappings from user to pseudo users top allow
for more that one "callback" per user.
If an application server instantiates more than one
ManagedConnectionFactory for XmlBlaster, this will brake.
I can not make it static in the event that more than one
XmlBlasterConnector is used whithin one vm wich points to
different XmlBlaster servers!
This pool is not used any more.
Created: Mon Jan 29 22:15:35 2001
Field Summary |
(package private) java.util.Hashtable |
users
|
Method Summary |
java.lang.String |
popPseudoUser(java.lang.String name)
|
void |
push(java.lang.String name,
java.lang.String pseudoUser)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
users
java.util.Hashtable users
PseudoUserPool
public PseudoUserPool()
popPseudoUser
public java.lang.String popPseudoUser(java.lang.String name)
push
public void push(java.lang.String name,
java.lang.String pseudoUser)
Copyright © 1999-2014 The xmlBlaster.org contributers.