xmlBlaster 2.2.0 client API

Uses of Class
org.xmlBlaster.util.SessionName

Packages that use SessionName
org.xmlBlaster.client This is the Java client side package. 
org.xmlBlaster.client.dispatch   
org.xmlBlaster.client.qos   
org.xmlBlaster.client.queuemsg   
org.xmlBlaster.util Java helper classes for server and client programming. 
org.xmlBlaster.util.checkpoint   
org.xmlBlaster.util.dispatch   
org.xmlBlaster.util.error   
org.xmlBlaster.util.protocol.email   
org.xmlBlaster.util.protocol.socket   
org.xmlBlaster.util.qos   
org.xmlBlaster.util.qos.address   
org.xmlBlaster.util.queue   
org.xmlBlaster.util.queuemsg   
 

Uses of SessionName in org.xmlBlaster.client
 

Methods in org.xmlBlaster.client that return SessionName
 SessionName XmlBlasterAccess.getSessionName()
          The public session ID of this login session.
 SessionName I_XmlBlasterAccess.getSessionName()
          The public session ID of this login session.
 

Uses of SessionName in org.xmlBlaster.client.dispatch
 

Methods in org.xmlBlaster.client.dispatch that return SessionName
 SessionName ClientDispatchManager.getSessionName()
           
 

Constructors in org.xmlBlaster.client.dispatch with parameters of type SessionName
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 SessionName in org.xmlBlaster.client.qos
 

Methods in org.xmlBlaster.client.qos that return SessionName
 SessionName PublishQos.getSender()
          Access sender name.
 SessionName UpdateQos.getSender()
          Access sender name.
 SessionName GetReturnQos.getSender()
          Access sender name.
 SessionName ConnectQos.getSessionName()
           
 SessionName ConnectReturnQos.getSessionName()
          The object holding the unique connection name of the client.
 

Methods in org.xmlBlaster.client.qos with parameters of type SessionName
 void PublishQos.setSender(SessionName sender)
          Access sender name.
 void ConnectQos.setSessionName(SessionName sessionName)
          Set the login session name.
 

Uses of SessionName in org.xmlBlaster.client.queuemsg
 

Methods in org.xmlBlaster.client.queuemsg that return SessionName
 SessionName MsgQueueEraseEntry.getReceiver()
           
 SessionName MsgQueueGetEntry.getReceiver()
           
 SessionName MsgQueueUnSubscribeEntry.getReceiver()
           
 SessionName MsgQueuePublishEntry.getReceiver()
           
 SessionName MsgQueueDisconnectEntry.getReceiver()
           
 SessionName MsgQueueConnectEntry.getReceiver()
           
 SessionName MsgQueueSubscribeEntry.getReceiver()
           
 SessionName MsgQueueEraseEntry.getSender()
          Access the unique login name of the eraser.
 SessionName MsgQueueGetEntry.getSender()
          Access the unique login name of the getr.
 SessionName MsgQueueUnSubscribeEntry.getSender()
          Access the unique login name of the unSubscriber.
 SessionName MsgQueuePublishEntry.getSender()
          Access the unique login name of the (last) publisher.
 SessionName MsgQueueDisconnectEntry.getSender()
          Access the unique login name of the sender.
 SessionName MsgQueueConnectEntry.getSender()
          Access the unique login name of the sender.
 SessionName MsgQueueSubscribeEntry.getSender()
          Access the unique login name of the subscriber.
 

Methods in org.xmlBlaster.client.queuemsg with parameters of type SessionName
 void MsgQueueEraseEntry.setReceiver(SessionName receiver)
           
 void MsgQueueGetEntry.setReceiver(SessionName receiver)
           
 void MsgQueueUnSubscribeEntry.setReceiver(SessionName receiver)
           
 void MsgQueuePublishEntry.setReceiver(SessionName receiver)
           
 void MsgQueueDisconnectEntry.setReceiver(SessionName receiver)
           
 void MsgQueueConnectEntry.setReceiver(SessionName receiver)
           
 void MsgQueueSubscribeEntry.setReceiver(SessionName receiver)
           
 

Uses of SessionName in org.xmlBlaster.util
 

Methods in org.xmlBlaster.util that return SessionName
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.
 

Methods in org.xmlBlaster.util with parameters of type SessionName
 boolean SessionName.equalsAbsolute(SessionName sessionName)
           
 boolean SessionName.equalsRelative(SessionName sessionName)
           
 

Constructors in org.xmlBlaster.util with parameters of type SessionName
SessionName(Global glob, SessionName sessionName, long pubSessionId)
          Create a new instance based on the given sessionName but with added/changed pubSessionId
 

Uses of SessionName in org.xmlBlaster.util.checkpoint
 

Methods in org.xmlBlaster.util.checkpoint with parameters of type SessionName
 void I_Checkpoint.passingBy(int checkpoint, MsgUnit msgUnit, SessionName destination, java.lang.String[] context)
          A message is passing a checkpoint.
 void Checkpoint.passingBy(int checkpoint, MsgUnit msgUnit, SessionName destination, java.lang.String[] context)
           
 

Uses of SessionName in org.xmlBlaster.util.dispatch
 

Methods in org.xmlBlaster.util.dispatch that return SessionName
 SessionName I_DispatchManager.getSessionName()
           
 

Uses of SessionName in org.xmlBlaster.util.error
 

Methods in org.xmlBlaster.util.error that return SessionName
 SessionName I_MsgErrorInfo.getSessionName()
          Access the sender.
 SessionName MsgErrorInfo.getSessionName()
           
 

Constructors in org.xmlBlaster.util.error with parameters of type SessionName
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 SessionName in org.xmlBlaster.util.protocol.email
 

Methods in org.xmlBlaster.util.protocol.email with parameters of type SessionName
protected  void EmailExecutor.setEmailSessionId(SessionName sessionName)
          Email protocol contract with server side CallbackEmailDriver.java and client side EmailCallbackImpl.java We use joe/2...
 

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

Methods in org.xmlBlaster.util.protocol.socket with parameters of type SessionName
static java.lang.String SocketExecutor.getGlobalKey(SessionName sessionName)
           
 

Uses of SessionName in org.xmlBlaster.util.qos
 

Methods in org.xmlBlaster.util.qos that return SessionName
 SessionName QosData.getSender()
          Access sender unified naming object.
 SessionName SessionQos.getSessionName()
          Get our unique SessionName.
 SessionName ConnectQosData.getSessionName()
          Get our unique SessionName.
 

Methods in org.xmlBlaster.util.qos with parameters of type SessionName
 java.lang.String QueryQosData.generateSubscriptionId(SessionName sessionName, QueryKeyData subscribeKey)
          A client side subscriptionId must start with "__subId:" followed by the relative session name.
 void QosData.setSender(SessionName senderSessionName)
          Access sender name.
 void SessionQos.setSessionName(SessionName sessionName)
          Set our unique SessionName.
 void ConnectQosData.setSessionName(SessionName sessionName)
          Set our unique SessionName.
 

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

Fields in org.xmlBlaster.util.qos.address declared as SessionName
protected  SessionName AddressBase.sessionName
           
 

Methods in org.xmlBlaster.util.qos.address that return SessionName
 SessionName Destination.getDestination()
           
 SessionName AddressBase.getSessionName()
           
 

Methods in org.xmlBlaster.util.qos.address with parameters of type SessionName
 void Destination.setDestination(SessionName destination)
          Set the destination address or the destination query string.
 void AddressBase.setSessionName(SessionName sessionName)
           
 

Constructors in org.xmlBlaster.util.qos.address with parameters of type SessionName
Destination(Global glob, SessionName address)
          Constructs the specialized quality of service destination object.
Destination(SessionName address)
          Constructs the specialized quality of service destination object.
 

Uses of SessionName in org.xmlBlaster.util.queue
 

Constructors in org.xmlBlaster.util.queue with parameters of type SessionName
StorageId(Global glob, java.lang.String xbNode, java.lang.String xbType, SessionName sessionName)
           
 

Uses of SessionName in org.xmlBlaster.util.queuemsg
 

Methods in org.xmlBlaster.util.queuemsg that return SessionName
 SessionName DummyEntry.getReceiver()
           
abstract  SessionName MsgQueueEntry.getReceiver()
           
 SessionName DummyEntry.getSender()
           
abstract  SessionName MsgQueueEntry.getSender()
           
 


xmlBlaster 2.2.0 client API

Copyright © 1999-2014 The xmlBlaster.org contributers.