xmlBlaster 1.6.2 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.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.protocol.email   
org.xmlBlaster.util.protocol.socket   
org.xmlBlaster.util.qos   
org.xmlBlaster.util.qos.address   
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.qos
 

Methods in org.xmlBlaster.client.qos that return SessionName
 SessionName UpdateQos.getSender()
          Access sender name.
 SessionName ConnectQos.getSessionName()
           
 SessionName PublishQos.getSender()
          Access sender name.
 SessionName GetReturnQos.getSender()
          Access sender name.
 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 ConnectQos.setSessionName(SessionName sessionName)
          Set the login session name.
 void PublishQos.setSender(SessionName sender)
          Access sender name.
 

Uses of SessionName in org.xmlBlaster.client.queuemsg
 

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

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

Uses of SessionName in org.xmlBlaster.util
 

Methods in org.xmlBlaster.util with parameters of type SessionName
 boolean SessionName.equalsRelative(SessionName sessionName)
           
 boolean SessionName.equalsAbsolute(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 Checkpoint.passingBy(int checkpoint, MsgUnit msgUnit, SessionName destination, java.lang.String[] context)
           
 void I_Checkpoint.passingBy(int checkpoint, MsgUnit msgUnit, SessionName destination, java.lang.String[] context)
          A message is passing a checkpoint.
 

Uses of SessionName in org.xmlBlaster.util.dispatch
 

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

Constructors in org.xmlBlaster.util.dispatch with parameters of type SessionName
DispatchManager(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.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
 void QosData.setSender(SessionName senderSessionName)
          Access sender name.
 java.lang.String QueryQosData.generateSubscriptionId(SessionName sessionName, QueryKeyData subscribeKey)
          A client side subscriptionId must start with "__subId:" followed by the relative session 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(SessionName address)
          Constructs the specialized quality of service destination object.
Destination(Global glob, SessionName address)
          Constructs the specialized quality of service destination object.
 

Uses of SessionName in org.xmlBlaster.util.queuemsg
 

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


xmlBlaster 1.6.2 client API

Copyright © 1999-2007 The xmlBlaster.org contributers.