author: Matthew Baird author: The PersistenceBrokerBean wraps a persistenceBroker implementation and allows author: PersistenceBroker server operations with communication happening over RMI. author: Useful if you are going to use OJB in a J2EE environment. author: Allows for OJB objects with proxies to be taken outside of the VM, say to an author: instance of a servlet container, and the proxies will call back on the bean author: to materialize proxies via standard RMI bean calls, instead of the custom author: protocol. author: Container will be responsible for pooling of bean instances. author: Can be used by normal EJB clients, not just the PersistenceBrokerClient