Interface IListDelegator
-
- All Known Subinterfaces:
IOptionsServer
,IServer
,IStreamingServer
- All Known Implementing Classes:
ListDelegator
,NtsServerImpl
,OneShotServerImpl
,RpcServer
,Server
public interface IListDelegator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListData
getListData(java.util.List<IFileSpec> fileSpecs, ListOptions options)
ListData
getListData(java.util.List<IFileSpec> fileSpecs, ListOptions options, java.lang.String clientName)
-
-
-
Method Detail
-
getListData
ListData getListData(java.util.List<IFileSpec> fileSpecs, ListOptions options) throws P4JavaException
- Throws:
P4JavaException
-
getListData
ListData getListData(java.util.List<IFileSpec> fileSpecs, ListOptions options, java.lang.String clientName) throws P4JavaException
- Throws:
P4JavaException
-
-