xmlBlaster 1.6.2 client API

Uses of Class
org.xmlBlaster.util.dispatch.ConnectionStateEnum

Packages that use ConnectionStateEnum
org.xmlBlaster.client This is the Java client side package. 
org.xmlBlaster.client.qos   
org.xmlBlaster.util.dispatch   
org.xmlBlaster.util.dispatch.plugins.prio   
org.xmlBlaster.util.qos   
 

Uses of ConnectionStateEnum in org.xmlBlaster.client
 

Methods in org.xmlBlaster.client that return ConnectionStateEnum
 ConnectionStateEnum I_ConnectionHandler.getState()
          Get the connection state, usable for nice logging like this:
con.getState().toString()
 ConnectionStateEnum XmlBlasterAccess.getState()
          Enforced by interface I_ConnectionHandler
 

Methods in org.xmlBlaster.client with parameters of type ConnectionStateEnum
 void I_ConnectionStateListener.reachedAlive(ConnectionStateEnum oldState, I_XmlBlasterAccess connection)
          This is the callback method invoked from XmlBlasterAccess notifying the client that a connection has been established and that its status is now ALIVE.
 void I_ConnectionStateListener.reachedPolling(ConnectionStateEnum oldState, I_XmlBlasterAccess connection)
          This is the callback method invoked from XmlBlasterAccess informing the client that the connection state has changed to POLLING.
 void I_ConnectionStateListener.reachedDead(ConnectionStateEnum oldState, I_XmlBlasterAccess connection)
          This is the callback method invoked from XmlBlasterAccess informing the client that the connection was lost (i.e.
 void StreamingCallback.reachedAlive(ConnectionStateEnum oldState, I_XmlBlasterAccess connection)
           
 void StreamingCallback.reachedDead(ConnectionStateEnum oldState, I_XmlBlasterAccess connection)
           
 void StreamingCallback.reachedPolling(ConnectionStateEnum oldState, I_XmlBlasterAccess connection)
           
 void XmlBlasterAccess.toAlive(DispatchManager dispatchManager, ConnectionStateEnum oldState)
          Call by DispatchManager on connection state transition.
 void XmlBlasterAccess.toPolling(DispatchManager dispatchManager, ConnectionStateEnum oldState)
          Call by DispatchManager on connection state transition.
 void XmlBlasterAccess.toDead(DispatchManager dispatchManager, ConnectionStateEnum oldState, java.lang.String errorText)
          Call by DispatchManager on connection state transition.
 

Uses of ConnectionStateEnum in org.xmlBlaster.client.qos
 

Methods in org.xmlBlaster.client.qos that return ConnectionStateEnum
 ConnectionStateEnum ConnectReturnQos.getInitialConnectionState()
          Returns the connection state directly after the connect() method returns.
 

Uses of ConnectionStateEnum in org.xmlBlaster.util.dispatch
 

Fields in org.xmlBlaster.util.dispatch declared as ConnectionStateEnum
protected  ConnectionStateEnum DispatchConnection.state
           
static ConnectionStateEnum ConnectionStateEnum.UNDEF
          The connection state is not known (-1).
static ConnectionStateEnum ConnectionStateEnum.ALIVE
          We have a connection (0).
static ConnectionStateEnum ConnectionStateEnum.POLLING
          We have lost the connection and are polling for it (1).
static ConnectionStateEnum ConnectionStateEnum.DEAD
          The connection is dead an no recovery is possible (2).
 

Methods in org.xmlBlaster.util.dispatch that return ConnectionStateEnum
 ConnectionStateEnum DispatchConnectionsHandler.getState()
           
 ConnectionStateEnum DispatchConnection.getState()
           
static ConnectionStateEnum ConnectionStateEnum.toConnectionStateEnum(int connectionState)
          Checks the given int and returns the corresponding ConnectionStateEnum instance.
static ConnectionStateEnum ConnectionStateEnum.parseConnectionState(java.lang.String state)
          Parses given string to extract the connectionState of a message.
static ConnectionStateEnum ConnectionStateEnum.parseConnectionState(java.lang.String connectionState, ConnectionStateEnum defaultConnectionState)
          Parses given string to extract the connectionState of a message
 

Methods in org.xmlBlaster.util.dispatch with parameters of type ConnectionStateEnum
 void I_ConnectionStatusListener.toAlive(DispatchManager dispatchManager, ConnectionStateEnum oldState)
           
 void I_ConnectionStatusListener.toPolling(DispatchManager dispatchManager, ConnectionStateEnum oldState)
           
 void I_ConnectionStatusListener.toDead(DispatchManager dispatchManager, ConnectionStateEnum oldState, java.lang.String errorText)
           
 boolean ConnectionStateEnum.equals(ConnectionStateEnum other)
           
static ConnectionStateEnum ConnectionStateEnum.parseConnectionState(java.lang.String connectionState, ConnectionStateEnum defaultConnectionState)
          Parses given string to extract the connectionState of a message
 

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

Methods in org.xmlBlaster.util.dispatch.plugins.prio that return ConnectionStateEnum
 ConnectionStateEnum StatusConfiguration.getConnectionState()
           
 ConnectionStateEnum DispatchManagerEntry.getCurrConnectionState()
          The current state of the dispatcher connection
 

Methods in org.xmlBlaster.util.dispatch.plugins.prio with parameters of type ConnectionStateEnum
 void PriorizedDispatchPlugin.toAlive(DispatchManager dispatchManager, ConnectionStateEnum oldState)
          Call by DispatchConnectionsHandler on state transition.
 void PriorizedDispatchPlugin.toPolling(DispatchManager dispatchManager, ConnectionStateEnum oldState)
          Call by DispatchConnectionsHandler on state transition

Enforced by interface I_ConnectionStatusListener

 void PriorizedDispatchPlugin.toDead(DispatchManager dispatchManager, ConnectionStateEnum oldState, java.lang.String errorText)
          Call by DispatchConnectionsHandler on state transition

Enforced by interface I_ConnectionStatusListener

 StatusConfiguration ConfigurationParser.getStatusConfiguration(ConnectionStateEnum currConnectionState)
          Access the configuration for the given state of the dispatcher connection
 void StatusConfiguration.setConnectionState(ConnectionStateEnum connectionState)
           
 void DispatchManagerEntry.setCurrConnectionState(ConnectionStateEnum stateEnum)
           
 

Constructors in org.xmlBlaster.util.dispatch.plugins.prio with parameters of type ConnectionStateEnum
StatusConfiguration(Global glob, java.lang.String oid, java.lang.String content, ConnectionStateEnum connectionState, DispatchAction defaultAction)
           
 

Uses of ConnectionStateEnum in org.xmlBlaster.util.qos
 

Methods in org.xmlBlaster.util.qos that return ConnectionStateEnum
 ConnectionStateEnum ConnectQosData.getInitialConnectionState()
          Returns the connection state directly after the connect() method returns (client side only).
 

Methods in org.xmlBlaster.util.qos with parameters of type ConnectionStateEnum
 void ConnectQosData.setInitialConnectionState(ConnectionStateEnum initialConnectionState)
          Set the connection state directly after the connect() (client side only).
 


xmlBlaster 1.6.2 client API

Copyright © 1999-2007 The xmlBlaster.org contributers.