Avaya Conferencing Provider API

com.avaya.conferencing.api.acp.control
Interface Filter<T>

All Superinterfaces:
java.io.Serializable

public interface Filter<T>
extends java.io.Serializable

A filter for objects.

Since:
5.1.0.0.29

Method Summary
 boolean matches(T instance)
          Checks if an instance matches this filter.
 

Method Detail

matches

boolean matches(T instance)
Checks if an instance matches this filter.

Parameters:
instance - The instance to check.
Returns:
Returns true if the instance matches the filter.
Since:
5.1.0.0.29

Avaya Conferencing Provider API

Copyright © 2008-2009 Avaya. All Rights Reserved.