org.eclipse.emf.emfstore.internal.client.model.connectionmanager
Class AbstractConnectionManager<T>

java.lang.Object
  extended by org.eclipse.emf.emfstore.internal.client.model.connectionmanager.AbstractConnectionManager<T>
Type Parameters:
T - type of connection client
Direct Known Subclasses:
XmlRpcAdminConnectionManager, XmlRpcConnectionManager

public abstract class AbstractConnectionManager<T>
extends Object

Superclass for all connection managers which map SessionIds to the relative connection simply by using a generic map.

Author:
wesendon

Constructor Summary
AbstractConnectionManager()
          Default constructor.
 
Method Summary
 boolean hasConnectionProxy(SessionId id)
          Checks whether there is a connection proxy for the given SessionId.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractConnectionManager

public AbstractConnectionManager()
Default constructor.

Method Detail

hasConnectionProxy

public boolean hasConnectionProxy(SessionId id)
Checks whether there is a connection proxy for the given SessionId.

Parameters:
id - a session ID
Returns:
true if there is a connection proxy available for the given ID, false otherwise


Copyright © 2015. All Rights Reserved.