jSyncManager Simple Java Server

org.jSyncManager.SJS.API
Interface ConnectionManagerInterface

All Known Implementing Classes:
ConnectionManager

public interface ConnectionManagerInterface

An interface for adapters to pass messages to their Connection Manager. It is generally undesirable to permit adapters access to all the functionality in the Connection Manager. As such, this interface is used to allow controlled access to the specific connection manager implementation in use for this adapter type.

Version:
0.1
Author:
Brad BARCLAY <bbarclay@jsyncmanager.org>

Method Summary
 void disconnectionAlert()
          A method to inform the connection manager that a disconnection has occurred.
 

Method Detail

disconnectionAlert

void disconnectionAlert()
A method to inform the connection manager that a disconnection has occurred.


jSyncManager Simple Java Server

Copyright (c) 2004 Brad BARCLAY. All Rights Reserved.