com.cafesoft.core.message
Interface ConnectionAccessController

All Known Implementing Classes:
StandardConnectionAccessController

public interface ConnectionAccessController

An access control object that checks access for the Message Framework's Connection Object

Since:
6/13/02
See Also:
Connection

Method Summary
 AccessStatus checkAccess(ConnectionMetaData metaData)
          Check access on the Connection.
 

Method Detail

checkAccess

public AccessStatus checkAccess(ConnectionMetaData metaData)
Check access on the Connection.

This method ensures that the Connection can connect to the Server and that the Connection can submit data to the Server.

Possible enhancements:

Parameters:
metaData - the meta data about the Connection
Returns:
true if access is allowed, false otherwise


Generated on 10:40:31 AM September 10, 2003, © 1996-2003 Cafésoft LLC. All rights reserved.