Each Global instance holds all configuration and helper objects for exactly one XmlBlasterAccess client instance. It is like a local stack for a connection.
Use one instance of this for each XmlBlasterAccess client connection to xmlBlaster.
A Global instance is still usable after a call to its shutdown() method, it can be used again in another XmlBlasterAccess instance.
@see org.xmlBlaster.test.classtest.GlobalTest
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|