be.bastard.mtracker
Class ExchangeManager

java.lang.Object
  extended by be.bastard.mtracker.ExchangeManager

public class ExchangeManager
extends java.lang.Object

Created by IntelliJ IDEA. User: rls Date: 4-mrt-2006 Time: 16:50:28 To change this template use File | Settings | File Templates.


Constructor Summary
ExchangeManager()
           
 
Method Summary
 java.util.Collection<? extends MediaItem> search(java.util.Collection<? extends MediaId> ids)
           
 java.util.Collection<? extends MediaItem> search(MediaId id)
          Service method to search the catalogs by ID.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExchangeManager

public ExchangeManager()
Method Detail

search

public java.util.Collection<? extends MediaItem> search(MediaId id)
Service method to search the catalogs by ID.

Parameters:
id - MediaItem identifier
Returns:
Collection of matching MediaItems

search

public java.util.Collection<? extends MediaItem> search(java.util.Collection<? extends MediaId> ids)


Copyright 2006 null. All Rights Reserved.