xmlBlaster 2.2.0 client API

Uses of Class
org.xmlBlaster.util.Global

Packages that use Global
http.dhtml.systemInfo Demo servlet and publisher for persistent http browser demo. 
javaclients Java examples, start reading the HelloWorld clients. 
org.xmlBlaster.client This is the Java client side package. 
org.xmlBlaster.client.dispatch   
org.xmlBlaster.client.filepoller   
org.xmlBlaster.client.jmx   
org.xmlBlaster.client.key   
org.xmlBlaster.client.protocol   
org.xmlBlaster.client.protocol.corba   
org.xmlBlaster.client.protocol.email   
org.xmlBlaster.client.protocol.local   
org.xmlBlaster.client.protocol.rmi   
org.xmlBlaster.client.protocol.socket   
org.xmlBlaster.client.protocol.xmlrpc   
org.xmlBlaster.client.qos   
org.xmlBlaster.client.queuemsg   
org.xmlBlaster.client.reader   
org.xmlBlaster.client.script   
org.xmlBlaster.util Java helper classes for server and client programming. 
org.xmlBlaster.util.admin.extern   
org.xmlBlaster.util.checkpoint   
org.xmlBlaster.util.classloader   
org.xmlBlaster.util.context   
org.xmlBlaster.util.dispatch   
org.xmlBlaster.util.dispatch.plugins   
org.xmlBlaster.util.dispatch.plugins.prio   
org.xmlBlaster.util.error   
org.xmlBlaster.util.http   
org.xmlBlaster.util.key   
org.xmlBlaster.util.lexical   
org.xmlBlaster.util.log   
org.xmlBlaster.util.plugin   
org.xmlBlaster.util.property   
org.xmlBlaster.util.protocol   
org.xmlBlaster.util.protocol.corba   
org.xmlBlaster.util.protocol.email   
org.xmlBlaster.util.protocol.socket   
org.xmlBlaster.util.protocol.xmlrpc   
org.xmlBlaster.util.qos   
org.xmlBlaster.util.qos.address   
org.xmlBlaster.util.qos.storage   
org.xmlBlaster.util.queue   
org.xmlBlaster.util.queue.cache   
org.xmlBlaster.util.queue.jdbc   
org.xmlBlaster.util.queue.ram   
org.xmlBlaster.util.queuemsg   
org.xmlBlaster.util.xbformat   
 

Uses of Global in http.dhtml.systemInfo
 

Constructors in http.dhtml.systemInfo with parameters of type Global
SystemInfoPublisher(Global glob)
          Constructs the SystemInfoPublisher object.
 

Uses of Global in javaclients
 

Methods in javaclients with parameters of type Global
 void HelloWorldNative2.init(Global glob, PluginInfo pluginInfo)
           
 void HelloWorldNative.init(Global glob, PluginInfo pluginInfo)
           
 void ClientPlugin.init(Global glob, PluginInfo pluginInfo)
           
 void HelloWorldSubscribe.process(Global glob_)
           
 void HelloWorldSubscribe.processAsync(Global glob_)
           
 

Constructors in javaclients with parameters of type Global
AllProtocols(Global glob)
           
ClientSub(Global glob)
           
ClientSubDispatch(Global glob)
           
HelloWorldErase(Global glob)
           
HelloWorldGet(Global glob)
           
HelloWorldMime(Global glob)
           
HelloWorldPublish(Global glob)
           
HelloWorldSubscribe(Global global_)
           
HelloWorldVolatile(Global glob)
           
HelloWorldVolatile2(Global glob)
           
Latency(Global glob)
           
LeaveServer(Global glob)
           
 

Uses of Global in org.xmlBlaster.client
 

Methods in org.xmlBlaster.client that return Global
 Global XmlBlasterAccess.getGlobal()
          Access the environment settings of this connection.
 Global I_XmlBlasterAccess.getGlobal()
          Access the environment settings of this connection.
 

Methods in org.xmlBlaster.client with parameters of type Global
static java.lang.String XmlBlasterAccess.usage(Global glob)
          Command line usage.
 

Constructors in org.xmlBlaster.client with parameters of type Global
ClientErrorHandler(Global glob, I_XmlBlasterAccess xmlBlasterAccess)
           
PluginLoader(Global glob)
           
StreamingCallback(Global global, I_StreamingCallback callback)
           
StreamingCallback(Global global, I_StreamingCallback callback, long waitForChunksTimeout, long waitForClientReturnTimeout, boolean useQueue)
           
SynchronousCache(Global glob, int maxQueriesCached)
          Create a cache instance.
UpdateDispatcher(Global glob)
           
XmlBlasterAccess(Global glob)
          Create an xmlBlaster accessor.
XmlDbMessageWrapper(Global glob, java.lang.String user, java.lang.String passwd, java.lang.String url)
          Constructor creates XML request.
 

Uses of Global in org.xmlBlaster.client.dispatch
 

Constructors in org.xmlBlaster.client.dispatch with parameters of type Global
ClientDispatchConnection(Global glob, ClientDispatchConnectionsHandler connectionsHandler, AddressBase address)
           
ClientDispatchConnectionsHandler(Global glob, ClientDispatchManager dispatchManager)
           
ClientDispatchManager(Global glob, I_MsgErrorHandler failureListener, org.xmlBlaster.authentication.plugins.I_MsgSecurityInterceptor securityInterceptor, I_Queue msgQueue, I_ConnectionStatusListener connectionStatusListener, AddressBase[] addrArr, SessionName sessionName)
           
 

Uses of Global in org.xmlBlaster.client.filepoller
 

Methods in org.xmlBlaster.client.filepoller with parameters of type Global
 void FilePollerPlugin.init(Global global, PluginInfo pluginInfo)
           
 

Constructors in org.xmlBlaster.client.filepoller with parameters of type Global
DirectoryManager(Global global, java.lang.String name, java.lang.String directoryName, long delaySinceLastFileChange, java.lang.String filter, java.lang.String sent, java.lang.String discarded, java.lang.String lockExtention, boolean trueRegex, boolean copyOnMove)
           
Publisher(Global globOrig, java.lang.String name, I_PluginConfig pluginConfig)
           
 

Uses of Global in org.xmlBlaster.client.jmx
 

Methods in org.xmlBlaster.client.jmx with parameters of type Global
static ConnectorFactory ConnectorFactory.getInstance(Global global)
           
 

Constructors in org.xmlBlaster.client.jmx with parameters of type Global
XmlBlasterInvocationHandler(java.lang.String serverName, Global global)
           
 

Uses of Global in org.xmlBlaster.client.key
 

Methods in org.xmlBlaster.client.key that return Global
 Global PublishKey.getGlobal()
           
 Global UpdateKey.getGlobal()
           
 

Constructors in org.xmlBlaster.client.key with parameters of type Global
EraseKey(Global glob, QueryKeyData queryKeyData)
          Constructor for internal use.
EraseKey(Global glob, java.lang.String query)
          Create a key data holder to erase message(s).
EraseKey(Global glob, java.lang.String queryString, java.lang.String queryType)
          Constructor with given oid.
GetKey(Global glob, QueryKeyData queryKeyData)
          Constructor for internal use.
GetKey(Global glob, java.lang.String query)
          Create a key data holder to access message(s).
GetKey(Global glob, java.lang.String queryString, java.lang.String queryType)
          Constructor for XPath query.
GetReturnKey(Global glob, java.lang.String xmlKey)
          Parse the given xml data.
PublishKey(Global glob)
          Create a key data holder, the message oid is randomly generated.
PublishKey(Global glob, MsgKeyData msgKeyData)
          Pass a pre filled data object.
PublishKey(Global glob, java.lang.String oid)
          Create a key data holder with the given message oid.
PublishKey(Global glob, java.lang.String oid, java.lang.String contentMime)
          Create a key data holder with the given message oid and its mime type.
PublishKey(Global glob, java.lang.String oid, java.lang.String contentMime, java.lang.String contentMimeExtended)
          Create a key data holder with the given message oid and its mime types.
PublishKey(Global glob, java.lang.String oid, java.lang.String contentMime, java.lang.String contentMimeExtended, java.lang.String domain)
          Create a key data holder with the given message oid and its mime types.
SubscribeKey(Global glob, QueryKeyData queryKeyData)
          Constructor for internal use.
SubscribeKey(Global glob, java.lang.String query)
          Constructor with given oid or url.
SubscribeKey(Global glob, java.lang.String queryString, java.lang.String queryType)
          Constructor for XPath query.
UnSubscribeKey(Global glob, QueryKeyData queryKeyData)
          Constructor for internal use.
UnSubscribeKey(Global glob, java.lang.String query)
          UnSubscribe to a well known message oid/subscriptionId or url.
UnSubscribeKey(Global glob, java.lang.String queryString, java.lang.String queryType)
          Constructor with query parameters.
UpdateKey(Global glob, java.lang.String xmlKey)
          Parse the given xml data.
 

Uses of Global in org.xmlBlaster.client.protocol
 

Fields in org.xmlBlaster.client.protocol declared as Global
protected  Global AbstractCallbackExtended.glob
           
 

Methods in org.xmlBlaster.client.protocol with parameters of type Global
 void I_CallbackServer.initialize(Global glob, java.lang.String name, CallbackAddress callbackAddress, I_CallbackExtended client)
          Initialize and start the callback server.
 

Constructors in org.xmlBlaster.client.protocol with parameters of type Global
AbstractCallbackExtended(Global glob)
           
CbServerPluginManager(Global glob)
           
ProtocolPluginManager(Global glob)
           
 

Uses of Global in org.xmlBlaster.client.protocol.corba
 

Methods in org.xmlBlaster.client.protocol.corba with parameters of type Global
 void CorbaConnection.init(Global glob, PluginInfo pluginInfo)
          This method is called by the PluginManager (enforced by I_Plugin).
 void CorbaCallbackServer.init(Global glob, PluginInfo pluginInfo)
          This method is called by the PluginManager (enforced by I_Plugin).
 void CorbaCallbackServer.initialize(Global glob, java.lang.String name, CallbackAddress callbackAddress, I_CallbackExtended boss)
          Construct a CORBA callback server for xmlBlaster, used by java/corba clients.
 

Constructors in org.xmlBlaster.client.protocol.corba with parameters of type Global
CorbaCallbackServer(Global glob, java.lang.String name, CallbackAddress callbackAddress, I_CallbackExtended boss, org.omg.CORBA.ORB orb_)
          Construct a CORBA callback server for xmlBlaster, used by java/corba clients.
CorbaConnection(Global glob, java.applet.Applet ap)
          CORBA client access to xmlBlaster for applets.
 

Uses of Global in org.xmlBlaster.client.protocol.email
 

Methods in org.xmlBlaster.client.protocol.email with parameters of type Global
 void EmailCallbackImpl.init(Global glob, PluginInfo pluginInfo)
          This method is called by the PluginManager (enforced by I_Plugin).
 void EmailConnection.init(Global glob, PluginInfo pluginInfo)
          This method is called by the PluginManager (enforced by I_Plugin).
 void EmailCallbackImpl.initialize(Global glob, java.lang.String loginName, CallbackAddress callbackAddress, I_CallbackExtended cbClient)
          Initialize and start the callback server A thread receiving all messages from xmlBlaster, and delivering them back to the client code.
 

Uses of Global in org.xmlBlaster.client.protocol.local
 

Methods in org.xmlBlaster.client.protocol.local with parameters of type Global
 void LocalConnection.init(Global glob_, PluginInfo pluginInfo)
          This method is called by the PluginManager (enforced by I_Plugin).
 void LocalCallbackImpl.init(Global glob, PluginInfo pluginInfo)
          This method is not used, since callbacks plugins are actually factories.
 void LocalCallbackImpl.initialize(Global glob, java.lang.String loginName, CallbackAddress callbackAddress, I_CallbackExtended cbClient)
          Initialize the callback server.
 

Uses of Global in org.xmlBlaster.client.protocol.rmi
 

Methods in org.xmlBlaster.client.protocol.rmi with parameters of type Global
 void RmiCallbackServer.init(Global glob, PluginInfo pluginInfo)
          This method is called by the PluginManager (enforced by I_Plugin).
 void RmiConnection.init(Global glob, PluginInfo pluginInfo)
          This method is called by the PluginManager (enforced by I_Plugin).
 void RmiCallbackServer.initialize(Global glob, java.lang.String name, CallbackAddress callbackAddress, I_CallbackExtended client)
          Construct the callback server.
 

Constructors in org.xmlBlaster.client.protocol.rmi with parameters of type Global
RmiConnection(Global glob)
          RMI client access to xmlBlaster for normal client applications.
RmiConnection(Global glob, java.applet.Applet ap)
          RMI client access to xmlBlaster for applets.
 

Uses of Global in org.xmlBlaster.client.protocol.socket
 

Methods in org.xmlBlaster.client.protocol.socket with parameters of type Global
 void SocketConnection.init(Global glob, PluginInfo pluginInfo)
          This method is called by the PluginManager (enforced by I_Plugin).
 void SocketCallbackImpl.init(Global glob, PluginInfo pluginInfo)
          This method is called by the PluginManager (enforced by I_Plugin).
 void SocketCallbackImpl.initialize(Global glob, java.lang.String loginName, CallbackAddress callbackAddress, I_CallbackExtended cbClient)
          Initialize and start the callback server A thread receiving all messages from xmlBlaster, and delivering them back to the client code.
 

Constructors in org.xmlBlaster.client.protocol.socket with parameters of type Global
SocketConnection(Global glob)
          Connect to xmlBlaster using plain socket with native message format.
SocketConnection(Global glob, java.applet.Applet ap)
          Connect to xmlBlaster using plain socket messaging.
WorkerThread(Global glob, SocketCallbackImpl cbHandler, MsgInfo receiver)
          Creates the thread.
 

Uses of Global in org.xmlBlaster.client.protocol.xmlrpc
 

Methods in org.xmlBlaster.client.protocol.xmlrpc with parameters of type Global
static XmlBlasterException XmlRpcConnection.extractXmlBlasterException(Global glob, org.apache.xmlrpc.XmlRpcException e, ErrorCode fallback, java.lang.String txt)
          Helma XmlRpc does in XmlRpcServer.java:314 an exception.toString() which is sent back to the client.
static XmlBlasterException XmlRpcConnection.extractXmlBlasterException(Global glob, org.apache.xmlrpc.XmlRpcException e, java.lang.String txt)
           
 void XmlRpcCallbackServer.init(Global glob, PluginInfo pluginInfo)
          This method is called by the PluginManager (enforced by I_Plugin).
 void XmlRpcConnection.init(Global global, PluginInfo plInfo)
          This method is called by the PluginManager (enforced by I_Plugin).
 void XmlRpcCallbackServer.initialize(Global glob, java.lang.String name, CallbackAddress callbackAddress, I_CallbackExtended client)
          Construct a persistently named object.
 

Constructors in org.xmlBlaster.client.protocol.xmlrpc with parameters of type Global
XmlRpcConnection(Global glob)
          Connect to xmlBlaster using XMLRPC.
XmlRpcConnection(Global glob, java.applet.Applet ap)
          Connect to xmlBlaster using XMLRPC.
XmlScriptSerializer(Global glob, PluginInfo pluginInfo)
          Called by plugin loader which calls init(Global, PluginInfo) thereafter.
 

Uses of Global in org.xmlBlaster.client.qos
 

Methods in org.xmlBlaster.client.qos that return Global
 Global UpdateQos.getGlobal()
           
 

Constructors in org.xmlBlaster.client.qos with parameters of type Global
ConnectQos(Global glob)
          Default constructor.
ConnectQos(Global glob, ConnectQosData connectQosData)
          Constructor for special use in cluster environment only.
ConnectQos(Global glob, java.lang.String userId, java.lang.String passwd)
          Login with the default security plugin as given by -Security.Client.DefaultPlugin htpasswd,1.0
ConnectReturnQos(Global glob, ConnectQosData connectQosData)
           
ConnectReturnQos(Global glob, java.lang.String xmlQos)
           
DisconnectQos(Global glob)
           
DisconnectQos(Global glob, DisconnectQosData disconnectQosData)
          Constructor for internal use.
EraseQos(Global glob)
          Constructor for default qos (quality of service).
EraseQos(Global glob, QueryQosData queryQosData)
          Constructor for internal use.
EraseReturnQos(Global glob, StatusQosData statusQosData)
          Constructor which reuses a StatusQosData object.
EraseReturnQos(Global glob, java.lang.String xmlQos)
          Constructor which parses XML string.
GetQos(Global glob)
          Constructor for default qos (quality of service).
GetQos(Global glob, QueryQosData queryQosData)
          Constructor for internal use.
GetReturnQos(Global glob, MsgQosData msgQosData)
          Default constructor for transient messages.
GetReturnQos(Global glob, java.lang.String xmlQos)
          Constructs the specialized quality of service object for a get() call.
PublishQos(Global glob)
          Default constructor for transient messages.
PublishQos(Global glob, boolean persistent)
           
PublishQos(Global glob, Destination destination)
          Default constructor for transient PtP messages.
PublishQos(Global glob, java.lang.String serialData)
           
PublishReturnQos(Global glob, StatusQosData statusQosData)
          Constructor which reuses a StatusQosData object.
PublishReturnQos(Global glob, java.lang.String xmlQos)
          Constructor which parses XML string.
SubscribeQos(Global glob)
          Constructor for default qos (quality of service).
SubscribeQos(Global glob, QueryQosData queryQosData)
          Constructor for internal use.
SubscribeReturnQos(Global glob, StatusQosData statusQosData)
          Constructor which reuses a StatusQosData object.
SubscribeReturnQos(Global glob, StatusQosData statusQosData, boolean isFakedReturn)
          Constructor which reuses a StatusQosData object.
SubscribeReturnQos(Global glob, java.lang.String xmlQos)
          Constructor which parses XML string.
SubscribeReturnQos(Global glob, java.lang.String xmlQos, boolean isFakedReturn)
          Constructor which parses XML string.
UnSubscribeQos(Global glob)
          Constructor for default qos (quality of service).
UnSubscribeQos(Global glob, QueryQosData queryQosData)
          Constructor for internal use.
UnSubscribeReturnQos(Global glob, StatusQosData statusQosData)
          Constructor which reuses a StatusQosData object.
UnSubscribeReturnQos(Global glob, java.lang.String xmlQos)
          Constructor which parses XML string.
UpdateQos(Global glob, MsgQosData msgQosData)
          Default constructor for transient messages.
UpdateQos(Global glob, java.lang.String xmlQos)
          Constructs the specialized quality of service object for a update() call.
UpdateReturnQos(Global glob)
          Create an instance with Constants.STATE_OK
UpdateReturnQos(Global glob, StatusQosData statusQosData)
          Constructor which allows you to set the return state.
UpdateReturnQos(Global glob, java.lang.String state)
          Constructor which allows you to set the return state.
 

Uses of Global in org.xmlBlaster.client.queuemsg
 

Methods in org.xmlBlaster.client.queuemsg with parameters of type Global
 void ClientEntryFactory.initialize(Global glob)
          Is called after the instance is created.
 

Constructors in org.xmlBlaster.client.queuemsg with parameters of type Global
MsgQueueConnectEntry(Global glob, PriorityEnum priority, StorageId storageId, Timestamp timestamp, long sizeInBytes, ConnectQosData connectQosData)
          For persistence recovery
MsgQueueConnectEntry(Global glob, StorageId storageId, ConnectQosData connectQosData)
          Use this constructor if a new message object is fed by method connect().
MsgQueueDisconnectEntry(Global glob, PriorityEnum priority, StorageId storageId, Timestamp timestamp, long sizeInBytes, DisconnectQos disconnectQos)
          For persistence recovery
MsgQueueDisconnectEntry(Global glob, StorageId storageId, DisconnectQos disconnectQos)
          Use this constructor if a new message object is fed by method disconnect().
MsgQueueEraseEntry(Global glob, PriorityEnum priority, StorageId storageId, Timestamp timestamp, long sizeInBytes, EraseKey eraseKey, EraseQos eraseQos)
          For persistence recovery
MsgQueueEraseEntry(Global glob, StorageId storageId, EraseKey eraseKey, EraseQos eraseQos)
          Use this constructor if a new message object is fed by method erase().
MsgQueueGetEntry(Global glob, PriorityEnum priority, StorageId storageId, Timestamp timestamp, long sizeInBytes, GetKey getKey, GetQos getQos)
          For persistence recovery
MsgQueueGetEntry(Global glob, StorageId storageId, GetKey getKey, GetQos getQos)
          Use this constructor for a get() request.
MsgQueuePublishEntry(Global glob, MethodName entryType, PriorityEnum priority, StorageId storageId, Timestamp publishEntryTimestamp, long sizeInBytes, MsgUnit msgUnit)
          For persistence recovery
MsgQueuePublishEntry(Global glob, MsgUnit msgUnit, StorageId storageId)
          Use this constructor if a new message object is fed by method publish() (not oneway).
MsgQueuePublishEntry(Global glob, MsgUnit msgUnit, StorageId storageId, boolean oneway)
           
MsgQueueSubscribeEntry(Global glob, PriorityEnum priority, StorageId storageId, Timestamp timestamp, long sizeInBytes, QueryKeyData subscribeKeyData, QueryQosData subscribeQosData)
          For persistence recovery
MsgQueueSubscribeEntry(Global glob, StorageId storageId, QueryKeyData subscribeKeyData, QueryQosData subscribeQosData)
          Use this constructor if a new message object is fed by method subscribe().
MsgQueueUnSubscribeEntry(Global glob, PriorityEnum priority, StorageId storageId, Timestamp timestamp, long sizeInBytes, UnSubscribeKey unSubscribeKey, UnSubscribeQos unSubscribeQos)
          For persistence recovery
MsgQueueUnSubscribeEntry(Global glob, StorageId storageId, UnSubscribeKey unSubscribeKey, UnSubscribeQos unSubscribeQos)
          Use this constructor if a new message object is fed by method unSubscribe().
 

Uses of Global in org.xmlBlaster.client.reader
 

Constructors in org.xmlBlaster.client.reader with parameters of type Global
GetMessage(Global glob)
          Constructs the GetMessage object.
SubscribeMessage(Global glob)
          Constructs the SubscribeMessage object.
SubscribeMessage(Global glob, java.lang.String xmlKey, java.lang.String queryType)
          Open the connection, and subscribe to the message
 

Uses of Global in org.xmlBlaster.client.script
 

Fields in org.xmlBlaster.client.script declared as Global
protected  Global XmlScriptInterpreter.glob
           
 

Methods in org.xmlBlaster.client.script with parameters of type Global
 void XmlScriptInterpreter.initialize(Global glob, java.util.HashMap attachments, java.io.OutputStream out)
           
 

Constructors in org.xmlBlaster.client.script with parameters of type Global
StreamCallback(Global global, java.io.OutputStream out, java.lang.String offset)
          The constructor
XmlScriptClient(Global glob, I_XmlBlasterAccess access, I_Callback callback, java.util.HashMap attachments, java.io.OutputStream out)
          This constructor is the most generic one (more degrees of freedom)
XmlScriptClient(Global glob, I_XmlBlasterAccess access, java.io.OutputStream cbStream, java.io.OutputStream responseStream, java.util.HashMap attachments)
          This is a convenience constructor which takes the default I_Callback implementation provided (StreamCallback).
XmlScriptClient(Global glob, java.io.OutputStream out)
          Convenience constructor which takes a minimal amount of parameters.
XmlScriptInterpreter(Global glob, java.util.HashMap attachments, java.io.OutputStream out)
          This constructor is the most generic one (more degrees of freedom)
 

Uses of Global in org.xmlBlaster.util
 

Fields in org.xmlBlaster.util declared as Global
protected  Global XmlToDom.glob
           
protected  Global SaxHandlerBase.glob
           
 

Methods in org.xmlBlaster.util that return Global
 Global Global.getClone(java.lang.String[] args)
          Get a cloned instance.
 Global MsgUnit.getGlobal()
           
 Global XmlBlasterException.getGlobal()
           
static Global Global.instance()
          Global access to the default 'global' instance.
 

Methods in org.xmlBlaster.util with parameters of type Global
static XmlBlasterException XmlBlasterException.convert(Global glob, ErrorCode errorCodeEnum, java.lang.String location, java.lang.String message, java.lang.Throwable throwable)
           
static XmlBlasterException XmlBlasterException.convert(Global glob, java.lang.String location, java.lang.String message, java.lang.Throwable throwable)
          If throwable is of type XmlBlasterException it is just casted (and location/message are ignored) else if throwable is one if IllegalArgumentException, NullpointerException or OutOfMemoryError it is converted to an XmlBlasterException with corresponding ErrorCode otherwise the ErrorCode is INTERNAL_UNKNOWN
static void XmlBlasterSecurityManager.createSecurityManager(Global glob)
          Create and install a security manager.
static SessionName SessionName.guessSessionName(Global glob, java.lang.String nodeId, java.lang.String queueName)
          Guess a SessionName from given callback queueName of old xb_entries (was created from Global.getStrippedId)
static SessionName SessionName.guessSessionName(Global glob, java.lang.String nodeId, java.lang.String queueName, boolean limitPositivePubToOneDigit)
          Not reliable.
static XmlBlasterException XmlBlasterException.parseByteArr(Global glob, byte[] data)
           
static XmlBlasterException XmlBlasterException.parseByteArr(Global glob, byte[] data, ErrorCode fallback)
          Serialize the complete exception.
static org.w3c.dom.Document XmlToDom.parseToDomTree(Global glob, java.lang.String xmlKey_literal)
           
static XmlBlasterException XmlBlasterException.parseToString(Global glob, java.lang.String toString, ErrorCode fallback)
          Parsing what toString() produced
 void MsgUnit.setGlobal(Global glob)
           
protected  void Global.shallowCopy(Global utilGlob)
           
static EmbeddedXmlBlaster EmbeddedXmlBlaster.startXmlBlaster(Global glob)
          Creates an instance of xmlBlaster and starts the server.
 

Constructors in org.xmlBlaster.util with parameters of type Global
AttributeSaxFactory(Global glob, I_AttributeUser attributeUser)
          Can be used as singleton.
FileDumper(Global glob)
           
FileDumper(Global glob, java.lang.String dirName, boolean forceBase64)
           
FileLocator(Global glob)
          Constructor.
MsgUnit(Global glob, MsgUnitRaw msgUnitRaw, MethodName methodName)
           
MsgUnit(Global glob, java.lang.String key, byte[] content, java.lang.String qos)
          Assumes a PUBLISH.
MsgUnit(Global glob, java.lang.String key, byte[] content, java.lang.String qos, MethodName methodName)
          The normal constructor.
MsgUnit(Global glob, java.lang.String key, java.lang.String contentAsString, java.lang.String qos)
          Assumes a PUBLISH.
SaxHandlerBase(Global glob)
           
SessionName(Global glob, NodeId nodeId, java.lang.String name)
           
SessionName(Global glob, NodeId nodeId, java.lang.String subjectId, long pubSessionId)
           
SessionName(Global glob, SessionName sessionName, long pubSessionId)
          Create a new instance based on the given sessionName but with added/changed pubSessionId
SessionName(Global glob, java.lang.String name)
          Create and parse a unified name.
XmlBlasterException(Global glob, ErrorCode errorCodeEnum, java.lang.String location)
          The errorCodeEnum.getDescription() is used as error message.
XmlBlasterException(Global glob, ErrorCode errorCodeEnum, java.lang.String location, java.lang.String message)
           
XmlBlasterException(Global glob, ErrorCode errorCodeEnum, java.lang.String node, java.lang.String location, java.lang.String lang, java.lang.String message, java.lang.String versionInfo, Timestamp timestamp, java.lang.String stackTrace, java.lang.String embeddedMessage, java.lang.String transcationInfo, boolean isServerSide)
          For internal use: Deserializing and exception creation from CORBA XmlBlasterException
XmlBlasterException(Global glob, ErrorCode errorCodeEnum, java.lang.String location, java.lang.String message, java.lang.Throwable cause)
           
XmlQoSBase(Global glob)
           
XmlToDom(Global glob, java.lang.String xmlKey_literal)
          Parses given xml string
XslTransformer(Global glob, java.lang.String xslFilename, java.lang.String systemId, javax.xml.transform.URIResolver uriResolver, java.util.Map props)
          Constructs a transformer instance.
 

Uses of Global in org.xmlBlaster.util.admin.extern
 

Methods in org.xmlBlaster.util.admin.extern with parameters of type Global
static JmxWrapper JmxWrapper.getInstance(Global glob)
          Singleton to avoid that different Global instances create more than one JmxWrapper.
static java.lang.String JmxWrapper.getObjectNameLiteral(Global global, ContextNode contextNode)
           
 

Constructors in org.xmlBlaster.util.admin.extern with parameters of type Global
JmxLogLevel(Global glob)
          Export all log-level settings.
JmxProperties(Global glob)
          Export all properties from glob.
JmxWrapper(Global glob)
          Constructs an initial JmxWrapper object.
NotifListener(XmlBlasterConnector connector, I_XmlBlasterAccess returnCon, Global glob)
           
SerializeHelper(Global glob)
           
 

Uses of Global in org.xmlBlaster.util.checkpoint
 

Methods in org.xmlBlaster.util.checkpoint with parameters of type Global
 void Checkpoint.init(Global glob, PluginInfo pluginInfo)
           
 

Uses of Global in org.xmlBlaster.util.classloader
 

Methods in org.xmlBlaster.util.classloader with parameters of type Global
 void ContextClassLoaderFactory.init(Global glob)
           
 void StandaloneClassLoaderFactory.init(Global glob)
           
 void ClassLoaderFactory.init(Global glob)
           
 

Constructors in org.xmlBlaster.util.classloader with parameters of type Global
PluginClassLoader(Global glob, java.net.URL[] urls, PluginInfo pluginInfo)
           
StandaloneClassLoaderFactory(Global glob)
          We are a singleton in respect to a Global instance.
XmlBlasterClassLoader(Global glob, java.net.URL[] urls)
           
 

Uses of Global in org.xmlBlaster.util.context
 

Constructors in org.xmlBlaster.util.context with parameters of type Global
ContextNode(Global glob, java.lang.String className, java.lang.String instanceName, ContextNode parent)
          Deprecated. Use constructor without global
 

Uses of Global in org.xmlBlaster.util.dispatch
 

Fields in org.xmlBlaster.util.dispatch declared as Global
protected  Global DispatchConnectionsHandler.glob
           
protected  Global DispatchConnection.glob
           
 

Constructors in org.xmlBlaster.util.dispatch with parameters of type Global
DispatchConnection(Global glob, DispatchConnectionsHandler connectionsHandler, AddressBase address)
          Our loadPlugin() and initialize() needs to be called next.
DispatchConnectionsHandler(Global glob, I_DispatchManager dispatchManager)
          You need to call initialize() after construction.
DispatchWorker(Global glob, I_DispatchManager mgr)
           
DispatchWorkerPool(Global glob)
           
 

Uses of Global in org.xmlBlaster.util.dispatch.plugins
 

Methods in org.xmlBlaster.util.dispatch.plugins with parameters of type Global
 void I_MsgDispatchInterceptor.initialize(Global glob, java.lang.String typeVersion)
          Is called once only after the instance is created.
 

Constructors in org.xmlBlaster.util.dispatch.plugins with parameters of type Global
DispatchPluginManager(Global glob)
           
 

Uses of Global in org.xmlBlaster.util.dispatch.plugins.prio
 

Methods in org.xmlBlaster.util.dispatch.plugins.prio with parameters of type Global
 void PriorizedDispatchPlugin.init(Global glob, PluginInfo pluginInfo)
          Enforced by I_Plugin
 void PriorizedDispatchPlugin.initialize(Global glob, java.lang.String typeVersion)
          Is called by DispatchPluginManager after the instance is created.
 

Constructors in org.xmlBlaster.util.dispatch.plugins.prio with parameters of type Global
ConfigurationParser(Global glob, java.lang.String xmlLiteral)
           
DispatchAction(Global glob, java.lang.String action)
          Create an immutable instance.
StatusConfiguration(Global glob, java.lang.String oid, java.lang.String content, ConnectionStateEnum connectionState, DispatchAction defaultAction)
           
XmlBlasterNativeClient(Global glob_, PriorizedDispatchPlugin plugin, java.lang.String sessionId)
          Creates a remote client to xmlBlaster.
 

Uses of Global in org.xmlBlaster.util.error
 

Methods in org.xmlBlaster.util.error that return Global
 Global MsgErrorInfo.getGlob()
           
 

Constructors in org.xmlBlaster.util.error with parameters of type Global
MsgErrorInfo(Global glob, MsgQueueEntry[] msgQueueEntries, I_DispatchManager dispatchManager, java.lang.Throwable throwable)
          Creates an error info instance for an array of message queue entries
MsgErrorInfo(Global glob, MsgQueueEntry msgQueueEntry, I_DispatchManager dispatchManager, java.lang.Throwable throwable)
          Creates an error info instance with errorCode="internal.unknown"
MsgErrorInfo(Global glob, SessionName sessionName, MsgUnitRaw msgUnitRaw, java.lang.Throwable throwable)
          Called for raw messages e.g.
MsgErrorInfo(Global glob, SessionName sessionName, MsgUnit msgUnit, java.lang.Throwable throwable)
          Creates an error info instance from server side XmlBlasterImpl.publish failure (remote method invokation) without a queue involved
 

Uses of Global in org.xmlBlaster.util.http
 

Constructors in org.xmlBlaster.util.http with parameters of type Global
HttpIORServer(Global glob, java.lang.String ip_addr, int port)
          Create a little web server.
 

Uses of Global in org.xmlBlaster.util.key
 

Fields in org.xmlBlaster.util.key declared as Global
protected  Global KeyData.glob
           
 

Methods in org.xmlBlaster.util.key that return Global
 Global KeyData.getGlobal()
           
 

Methods in org.xmlBlaster.util.key with parameters of type Global
 void KeyData.setGlobal(Global glob)
          Sets the global object (used when deserializing the object)
 

Constructors in org.xmlBlaster.util.key with parameters of type Global
KeyData(Global glob, java.lang.String serialData)
          Minimal constructor.
MsgKeyData(Global glob)
          Minimal constructor.
MsgKeyData(Global glob, I_MsgKeyFactory factory, java.lang.String serialData)
          Constructor to parse a message.
MsgKeyData(Global glob, java.lang.String serialData)
          Constructor to parse a message.
MsgKeySaxFactory(Global glob)
          Can be used as singleton.
QueryKeyData(Global glob)
          Minimal constructor.
QueryKeyData(Global glob, I_QueryKeyFactory factory, java.lang.String serialData)
          Constructor to parse a message.
QueryKeyData(Global glob, java.lang.String query)
           
QueryKeyData(Global glob, java.lang.String query, java.lang.String queryType)
           
QueryKeySaxFactory(Global glob)
          Can be used as singleton.
 

Uses of Global in org.xmlBlaster.util.lexical
 

Fields in org.xmlBlaster.util.lexical declared as Global
protected  Global Sql92Parser.global
           
 

Constructors in org.xmlBlaster.util.lexical with parameters of type Global
LikeOpWrapper(Global global, java.lang.String pattern)
           
LikeOpWrapper(Global global, java.lang.String pattern, char escape)
           
LikeOpWrapper(Global global, java.lang.String pattern, char escape, boolean doReducedSyntax)
           
Sql92Parser(Global global, java_cup.runtime.Scanner s)
           
Sql92Selector(Global global)
           
 

Uses of Global in org.xmlBlaster.util.log
 

Methods in org.xmlBlaster.util.log with parameters of type Global
 void XbFormatter.setGlobal(Global glob)
           
 

Uses of Global in org.xmlBlaster.util.plugin
 

Fields in org.xmlBlaster.util.plugin declared as Global
protected  Global PluginManagerBase.glob
           
 

Methods in org.xmlBlaster.util.plugin that return Global
protected  Global PluginManagerBase.getGlobal()
           
 

Methods in org.xmlBlaster.util.plugin with parameters of type Global
 void I_Plugin.init(Global glob, PluginInfo pluginInfo)
          This method is called by the PluginManager.
 

Constructors in org.xmlBlaster.util.plugin with parameters of type Global
PluginInfo(Global glob, I_PluginManager manager, java.lang.String typeVersion)
           
PluginInfo(Global glob, I_PluginManager manager, java.lang.String typeVersion, ContextNode contextNode)
           
PluginInfo(Global glob, I_PluginManager manager, java.lang.String type, java.lang.String version)
           
PluginInfo(Global glob, I_PluginManager manager, java.lang.String type, java.lang.String version, ContextNode contextNode)
          From pluginEnvClass and instanceId we build a string to lookup the key in the environment e.g.
PluginInfo(Global glob, java.lang.String type, java.lang.String className, java.util.Properties params)
           
PluginManagerBase(Global glob)
           
PluginRegistry(Global glob)
           
 

Uses of Global in org.xmlBlaster.util.property
 

Methods in org.xmlBlaster.util.property with parameters of type Global
 java.lang.String PropEntry.setFromEnv(Global glob, ContextNode contextNode, java.lang.String propName)
           
 java.lang.String PropEntry.setFromEnv(Global glob, java.lang.String nodeId, java.lang.String context, java.lang.String className, java.lang.String instanceName, java.lang.String propName)
          An environment is checked for a property.
 java.lang.String PropEntry.setFromEnv(Global glob, java.lang.String nodeId, java.lang.String context, java.lang.String className, java.lang.String instanceName, java.lang.String propName, boolean simpleLookup)
           
 

Uses of Global in org.xmlBlaster.util.protocol
 

Fields in org.xmlBlaster.util.protocol declared as Global
protected  Global RequestReplyExecutor.glob
           
 

Methods in org.xmlBlaster.util.protocol with parameters of type Global
protected  void RequestReplyExecutor.initialize(Global glob, AddressBase addressConfig)
          Used by SocketCallbackImpl on client side, uses I_CallbackExtended to invoke client classes

Used by HandleClient on server side, uses I_XmlBlaster to invoke xmlBlaster core

This executor has mixed client and server specific code for two reasons:
- Possibly we can use the same socket between two xmlBlaster server (load balance)
- Everything is together

 

Uses of Global in org.xmlBlaster.util.protocol.corba
 

Methods in org.xmlBlaster.util.protocol.corba with parameters of type Global
static MsgUnitRaw OrbInstanceFactory.convert(Global glob, org.xmlBlaster.protocol.corba.serverIdl.MessageUnit mu)
          Converts the internal CORBA message unit to the internal representation.
static MsgUnitRaw[] OrbInstanceFactory.convert(Global glob, org.xmlBlaster.protocol.corba.serverIdl.MessageUnit[] msgUnitArr)
          Converts the internal CORBA message unit array to the internal representation.
static XmlBlasterException OrbInstanceFactory.convert(Global glob, org.xmlBlaster.protocol.corba.serverIdl.XmlBlasterException eCorba)
          Converts the internal CORBA XmlBlasterException to the util.XmlBlasterException.
static org.omg.CORBA.ORB OrbInstanceFactory.createOrbInstance(Global glob, java.lang.String[] args, java.util.Properties props, AddressBase address)
           
static OrbInstanceWrapper OrbInstanceFactory.getOrbInstanceWrapper(Global glob, java.lang.String prefix)
          Get (or create) an OrbInstanceWrapper object which is useful to handle one CORBA orb instance with reference counting
static void OrbInstanceFactory.startNameService(Global glob_)
          Note: This code is not yet tested to be functional (Marcel 2003-12-12)
 

Constructors in org.xmlBlaster.util.protocol.corba with parameters of type Global
OrbInstanceWrapper(Global glob)
           
 

Uses of Global in org.xmlBlaster.util.protocol.email
 

Methods in org.xmlBlaster.util.protocol.email with parameters of type Global
static Pop3Driver Pop3Driver.getPop3Driver(Global glob, I_PluginConfig pluginConfig, java.lang.String msgIdFileName)
          The Pop3Driver is a singleton in the Global scope.
static SmtpClient SmtpClient.getSmtpClient(Global glob, I_PluginConfig pluginConfig)
          The SmtpClient is a singleton in the Global scope.
 void EmailExecutor.init(Global glob, AddressBase addressBase, PluginInfo pluginConfig)
          This init() is called after the init(Global, PluginInfo)
 void Pop3Driver.init(Global glob, I_PluginConfig pluginConfig)
           
 void SmtpClient.init(Global glob, PluginInfo pluginInfo)
          This method is called by the PluginManager (enforced by I_Plugin).
 void Pop3Driver.init(Global glob, PluginInfo pluginInfo)
          This method is called by the PluginManager (enforced by I_Plugin).
 void SmtpClient.setSessionProperties(java.util.Properties props, Global glob, I_PluginConfig pluginConfig)
          Set session properties and create a session.
 void Pop3Driver.setSessionProperties(java.util.Properties properties, Global glob, I_PluginConfig pluginConfig)
          Set session properties and create a session.
 

Uses of Global in org.xmlBlaster.util.protocol.socket
 

Methods in org.xmlBlaster.util.protocol.socket with parameters of type Global
protected  void SocketExecutor.initialize(Global glob, AddressBase addressConfig, java.io.InputStream iStream, java.io.OutputStream oStream)
          Used by SocketCallbackImpl on client side, uses I_CallbackExtended to invoke client classes

Used by HandleClient on server side, uses I_XmlBlaster to invoke xmlBlaster core

This executor has mixed client and server specific code for two reasons:
- Possibly we can use the same socket between two xmlBlaster server (load balance)
- Everything is together

 

Constructors in org.xmlBlaster.util.protocol.socket with parameters of type Global
SocketUrl(Global glob, AddressBase address)
          Extract "hostname" and "port" from environment, if not found use the local host for hostname and the default port 7607.
SocketUrl(Global glob, AddressBase address, boolean isLocal, int defaultServerPort)
          Extract hostname and port from environment, if not found use the local host for hostname and the given default port (usually ExecutorBase.DEFAULT_SERVER_PORT=7607).
SocketUrl(Global glob, java.lang.String url)
          Parse the given url.
SocketUrl(Global glob, java.lang.String hostname, int port)
           
 

Uses of Global in org.xmlBlaster.util.protocol.xmlrpc
 

Methods in org.xmlBlaster.util.protocol.xmlrpc with parameters of type Global
static org.apache.xmlrpc.client.XmlRpcClient XmlRpcClientFactory.getXmlRpcClient(Global glob, org.xmlBlaster.protocol.xmlrpc.XmlRpcUrl xmlRpcUrl, AddressBase address, boolean useCDATA)
           
 

Uses of Global in org.xmlBlaster.util.qos
 

Fields in org.xmlBlaster.util.qos declared as Global
protected  Global QosData.glob
           
protected  Global QueryRefinementQos.glob
           
 

Methods in org.xmlBlaster.util.qos that return Global
 Global QosData.getGlobal()
           
 

Methods in org.xmlBlaster.util.qos with parameters of type Global
 void QosData.setGlobal(Global glob)
          Sets the global object (used when deserializing the object)
 void TopicProperty.setGlobal(Global glob)
          Sets the global object (used when deserializing the object)
 void MsgQosData.setGlobal(Global glob)
          Sets the global object (used when deserializing the object)
 void QueryQosData.setGlobal(Global glob)
          Sets the global object (used when deserializing the object)
 

Constructors in org.xmlBlaster.util.qos with parameters of type Global
AccessFilterQos(Global glob)
           
AccessFilterQos(Global glob, java.lang.String type, java.lang.String version, org.xmlBlaster.engine.mime.Query query)
           
AccessFilterQos(Global glob, java.lang.String type, java.lang.String version, java.lang.String query)
           
ClientProperty(Global glob, java.lang.String name, java.lang.String type, java.lang.String encoding)
          Deprecated. you should use the constructors with no global
ClientProperty(Global glob, java.lang.String name, java.lang.String type, java.lang.String encoding, java.lang.String value)
          Deprecated. you should use the alternative with no global.
ConnectQosData(Global glob)
          Constructor for client side.
ConnectQosData(Global glob, I_ConnectQosFactory factory, java.lang.String serialData, NodeId nodeId)
          Constructs the specialized quality of service object for a connect() or connect-return call.
ConnectQosData(Global glob, NodeId nodeId)
          Constructor for cluster server.
ConnectQosSaxFactory(Global glob)
           
DisconnectQosData(Global glob)
          Default constructor
DisconnectQosData(Global glob, I_DisconnectQosFactory factory, java.lang.String serialData)
          Parses the given ASCII logout QoS.
DisconnectQosSaxFactory(Global glob)
           
HistoryQos(Global glob)
           
HistoryQos(Global glob, int numEntries)
           
MsgQosData(Global glob, I_MsgQosFactory factory, MethodName methodName)
          Constructs the specialized quality of service object for a publish() or update() call.
MsgQosData(Global glob, I_MsgQosFactory factory, java.lang.String serialData, MethodName methodName)
          Constructs the specialized quality of service object for a publish() call.
MsgQosData(Global glob, MethodName methodName)
          Constructs the specialized quality of service object for a publish() or update() call.
MsgQosSaxFactory(Global glob)
          Can be used as singleton.
QosData(Global glob, java.lang.String serialData, MethodName methodName)
          Constructor, it does not parse the data, use a factory for this.
QueryQosData(Global glob, I_QueryQosFactory factory, MethodName methodName)
          Constructs the specialized quality of service object for query informations.
QueryQosData(Global glob, I_QueryQosFactory factory, java.lang.String serialData, MethodName methodName)
          Constructs the specialized quality of service object for a publish() call.
QueryQosData(Global glob, MethodName methodName)
          true if query has to be /** Constructs the specialized quality of service object for query informations.
QueryQosSaxFactory(Global glob)
          Can be used as singleton.
QueryRefinementQos(Global glob, java.lang.String type, java.lang.String version, org.xmlBlaster.engine.mime.Query query, java.lang.String tagName, java.lang.String logName, java.lang.String versionProp)
           
QueryRefinementQos(Global glob, java.lang.String tagName, java.lang.String logName, java.lang.String versionProp)
           
QueryRefinementQos(Global glob, java.lang.String type, java.lang.String version, java.lang.String query, java.lang.String tagName, java.lang.String logName, java.lang.String versionProp)
           
QuerySpecQos(Global glob)
           
QuerySpecQos(Global glob, java.lang.String type, java.lang.String version, org.xmlBlaster.engine.mime.Query query)
           
QuerySpecQos(Global glob, java.lang.String type, java.lang.String version, java.lang.String query)
           
SessionQos(Global glob)
          Constructor for client side.
SessionQos(Global glob, NodeId nodeId)
          Constructor for cluster server.
StatusQosData(Global glob, I_StatusQosFactory factory, MethodName methodName)
          Constructs the specialized quality of service object for status informations.
StatusQosData(Global glob, I_StatusQosFactory factory, java.lang.String serialData, MethodName methodName)
          Constructs the specialized quality of service object for a publish() call.
StatusQosData(Global glob, MethodName methodName)
          Constructs the specialized quality of service object for status informations, e.g.
StatusQosQuickParseFactory(Global glob)
          Can be used as singleton.
StatusQosSaxFactory(Global glob)
          Can be used as singleton.
TopicProperty(Global glob)
          Constructs the specialized quality of service object for a publish() or update() call.
 

Uses of Global in org.xmlBlaster.util.qos.address
 

Fields in org.xmlBlaster.util.qos.address declared as Global
protected  Global AddressBase.glob
           
 

Constructors in org.xmlBlaster.util.qos.address with parameters of type Global
Address(Global glob)
           
Address(Global glob, java.lang.String type)
           
Address(Global glob, java.lang.String type, java.lang.String nodeId)
           
AddressBase(Global glob, java.lang.String rootTag)
           
CallbackAddress(Global glob)
           
CallbackAddress(Global glob, java.lang.String type)
           
CallbackAddress(Global glob, java.lang.String type, java.lang.String nodeId)
           
Destination(Global glob, SessionName address)
          Constructs the specialized quality of service destination object.
 

Uses of Global in org.xmlBlaster.util.qos.storage
 

Fields in org.xmlBlaster.util.qos.storage declared as Global
protected  Global QueuePropertyBase.glob
           
 

Methods in org.xmlBlaster.util.qos.storage that return Global
 Global QueuePropertyBase.getGlobal()
          returns the global object
 

Constructors in org.xmlBlaster.util.qos.storage with parameters of type Global
CbQueueProperty(Global glob, java.lang.String relating, java.lang.String nodeId)
           
ClientQueueProperty(Global glob, java.lang.String nodeId)
           
HistoryQueueProperty(Global glob, java.lang.String nodeId)
           
MsgUnitStoreProperty(Global glob, java.lang.String nodeId)
          Increases the default bytes in the storage to 25 MB for each topic
QueuePropertyBase(Global glob, java.lang.String nodeId)
           
SessionStoreProperty(Global glob, java.lang.String nodeId)
          Increases the default bytes in the storage to 25 MB for each topic
SubscribeStoreProperty(Global glob, java.lang.String nodeId)
          Increases the default bytes in the storage to 25 MB for each topic
TopicStoreProperty(Global glob, java.lang.String nodeId)
          Enforces a high default setting for maxEntries and maxBytes
 

Uses of Global in org.xmlBlaster.util.queue
 

Methods in org.xmlBlaster.util.queue with parameters of type Global
 void I_EntryFactory.initialize(Global glob)
          Is called after the instance is created.
static StorageId StorageId.valueOf(Global glob, java.lang.String strippedStorageId)
          Deprecated. Old xb_entries
 

Constructors in org.xmlBlaster.util.queue with parameters of type Global
QueueEventHandler(Global global, I_EventDispatcher dispatcher)
           
QueuePluginManager(Global glob)
           
StorageId(Global glob, java.lang.String id)
          Deprecated. Old xb_entries only
StorageId(Global glob, java.lang.String relating, java.lang.String postfix)
          Deprecated. Old xb_entries only
StorageId(Global glob, java.lang.String xbNode, java.lang.String xbType, SessionName sessionName)
           
StorageId(Global glob, java.lang.String xbNode, java.lang.String xbType, java.lang.String xbPostfix)
           
 

Uses of Global in org.xmlBlaster.util.queue.cache
 

Methods in org.xmlBlaster.util.queue.cache with parameters of type Global
 void CacheQueueInterceptorPlugin.init(Global glob, PluginInfo pluginInfo)
          Enforced by I_Plugin
 

Uses of Global in org.xmlBlaster.util.queue.jdbc
 

Methods in org.xmlBlaster.util.queue.jdbc that return Global
 Global JdbcConnectionPool.getGlobal()
          Returns the global object associated with this pool.
 

Methods in org.xmlBlaster.util.queue.jdbc with parameters of type Global
static CommonTableDatabaseAccessor CommonTableDatabaseAccessor.createInstance(Global glob, I_EntryFactory factory, java.lang.String confType, java.lang.String confVersion, java.util.Properties properties)
          The Properties to use as a default are these from the QueuePlugin with the configuration name specified by defaultConfName (default is 'JDBC').
static XBDatabaseAccessor XBDatabaseAccessor.createInstance(Global glob, java.lang.String confType, java.lang.String confVersion, java.util.Properties properties)
          The Properties to use as a default are these from the QueuePlugin with the configuration name specified by defaultConfName (default is 'JDBC').
 void JdbcQueue.init(Global glob, PluginInfo pluginInfo)
          Enforced by I_Plugin
 void JdbcQueueCommonTablePlugin.init(Global glob, PluginInfo pluginInfo)
          Enforced by I_Plugin
protected  boolean XBDatabaseAccessor.initFactory(Global global, PluginInfo plugInfo)
           
 void JdbcConnectionPool.initialize(Global glob, java.util.Properties pluginProperties)
          Is called after the instance is created.
static void XBDatabaseAccessor.wipeOutDB(Global glob, java.lang.String confType, java.lang.String confVersion, java.util.Properties properties, boolean setupNewTables)
          wipes out the db.
static void CommonTableDatabaseAccessor.wipeOutDB(Global glob, java.lang.String confType, java.lang.String confVersion, java.util.Properties properties, boolean setupNewTables)
          wipes out the db.
 

Uses of Global in org.xmlBlaster.util.queue.ram
 

Methods in org.xmlBlaster.util.queue.ram with parameters of type Global
 void RamQueuePlugin.init(Global glob, PluginInfo pluginInfo)
          Enforced by I_Plugin
 

Uses of Global in org.xmlBlaster.util.queuemsg
 

Fields in org.xmlBlaster.util.queuemsg declared as Global
protected  Global MsgQueueEntry.glob
           
 

Methods in org.xmlBlaster.util.queuemsg with parameters of type Global
 void MsgQueueEntry.setGlobal(Global global)
           
 

Constructors in org.xmlBlaster.util.queuemsg with parameters of type Global
DummyEntry(Global glob, PriorityEnum priority, StorageId storageId, boolean persistent)
           
DummyEntry(Global glob, PriorityEnum priority, StorageId storageId, long sizeOfMsg, boolean persistent)
           
DummyEntry(Global glob, PriorityEnum priority, Timestamp timestamp, StorageId storageId, long sizeOfMsg, boolean persistent)
          This constructor is for internal creation from persistence only (passing the original timestamp).
DummyEntry(Global glob, PriorityEnum priority, Timestamp timestamp, StorageId storageId, long sizeInBytes, byte[] content, boolean persistent)
          Called by ClientEntryFactory and ServerEntryFactory only
MsgQueueEntry(Global glob, MethodName methodName, PriorityEnum priority, StorageId storageId, boolean persistent)
           
MsgQueueEntry(Global glob, java.lang.String entryType, PriorityEnum priority, StorageId storageId, boolean persistent)
          Creates a new queue entry object.
MsgQueueEntry(Global glob, java.lang.String entryType, PriorityEnum priority, Timestamp timestamp, StorageId storageId, boolean persistent)
          This constructor is for internal creation from persistence only.
 

Uses of Global in org.xmlBlaster.util.xbformat
 

Methods in org.xmlBlaster.util.xbformat with parameters of type Global
 I_MsgInfoParser MsgInfoParserFactory.getMsgInfoParser(Global glob, I_ProgressListener progressListener, java.lang.String className, I_PluginConfig pluginConfig)
          Create a new parser instance.
 void XbfParser.init(Global glob, I_ProgressListener progressListener, I_PluginConfig pluginConfig)
           
 void XmlScriptParser.init(Global glob, I_ProgressListener progressListener, I_PluginConfig pluginConfig)
           
 void I_MsgInfoParser.init(Global glob, I_ProgressListener progressListener, I_PluginConfig pluginConfig)
          Is guaranteed to be called by the MsgInfoParserFactory after construction.
static MsgInfo[] MsgInfo.parse(Global glob, I_ProgressListener progressListener, byte[] rawMsg, java.lang.String className, I_PluginConfig pluginConfig)
          Convenience method.
static MsgInfo[] MsgInfo.parse(Global glob, I_ProgressListener progressListener, java.io.InputStream in, java.lang.String className, I_PluginConfig pluginConfig)
          Convenience method.
 

Constructors in org.xmlBlaster.util.xbformat with parameters of type Global
MsgInfo(Global glob)
          The same instance object may be reused.
MsgInfo(Global glob, byte type, MethodName methodName, java.lang.String sessionId)
          Create a raw message.
MsgInfo(Global glob, byte type, MethodName methodName, java.lang.String sessionId, I_ProgressListener progressListener)
           
MsgInfo(Global glob, byte type, MethodName methodName, java.lang.String sessionId, I_ProgressListener progressListener, java.lang.String msgInfoParserClassName)
           
MsgInfo(Global glob, byte type, java.lang.String requestId, MethodName methodName, java.lang.String sessionId, I_ProgressListener progressListener)
           
MsgInfo(Global glob, I_ProgressListener progressListener)
          Ctor to parse messages with msgInfo.parse(iStream);
 


xmlBlaster 2.2.0 client API

Copyright © 1999-2014 The xmlBlaster.org contributers.