Bug 326949 - [remoteservices][api] add getRemoteServiceReferences(ID,ID[],String,String) to remote service container adapter api
Summary: [remoteservices][api] add getRemoteServiceReferences(ID,ID[],String,String) t...
Status: NEW
Alias: None
Product: ECF
Classification: RT
Component: ecf.remoteservices (show other bugs)
Version: 3.4.0   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: ecf.core-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-04 13:05 EDT by Scott Lewis CLA
Modified: 2010-10-04 13:05 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Scott Lewis CLA 2010-10-04 13:05:02 EDT
Currently, there are two synchronous getRemoteServiceReferences methods on IRemoteServiceContainerAdapter:

	public IRemoteServiceReference[] getRemoteServiceReferences(ID target, String clazz, String filter) throws InvalidSyntaxException, ContainerConnectException;

	public IRemoteServiceReference[] getRemoteServiceReferences(ID[] idFilter, String clazz, String filter) throws InvalidSyntaxException;

One additional one is needed:

	public IRemoteServiceReference[] getRemoteServiceReferences(ID target, ID[] idFilter, String clazz, String filter) throws InvalidSyntaxException, ContainerConnectException;