|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IStreamingCallback | |
---|---|
com.perforce.p4java.client | Provides interfaces for accessing and manipulating Perforce client workspaces and associated objects. |
com.perforce.p4java.core | Provides interfaces and classes for defining and accessing Perforce objects such as jobs, changelists, etc., and, through the file sub-package, Perforce files. |
com.perforce.p4java.impl.generic.core | Provides standard implementation classes for the com.perforce.p4java.core interfaces. |
com.perforce.p4java.impl.mapbased.client | |
com.perforce.p4java.impl.mapbased.rpc | |
com.perforce.p4java.impl.mapbased.server | |
com.perforce.p4java.server | Provides interfaces and classes for accessing Perforce SCM servers and associated server-level services. |
Uses of IStreamingCallback in com.perforce.p4java.client |
---|
Methods in com.perforce.p4java.client with parameters of type IStreamingCallback | |
---|---|
void |
IClient.sync(List<IFileSpec> fileSpecs,
SyncOptions syncOpts,
IStreamingCallback callback,
int key)
Sync a Perforce client workspace against the Perforce server. |
Uses of IStreamingCallback in com.perforce.p4java.core |
---|
Methods in com.perforce.p4java.core with parameters of type IStreamingCallback | |
---|---|
void |
IChangelist.submit(SubmitOptions opts,
IStreamingCallback callback,
int key)
Submit this changelist and associate it with any jobs in the passed-in options. |
Uses of IStreamingCallback in com.perforce.p4java.impl.generic.core |
---|
Methods in com.perforce.p4java.impl.generic.core with parameters of type IStreamingCallback | |
---|---|
void |
Changelist.submit(SubmitOptions opts,
IStreamingCallback callback,
int key)
|
Uses of IStreamingCallback in com.perforce.p4java.impl.mapbased.client |
---|
Methods in com.perforce.p4java.impl.mapbased.client with parameters of type IStreamingCallback | |
---|---|
void |
Client.sync(List<IFileSpec> fileSpecs,
SyncOptions syncOpts,
IStreamingCallback callback,
int key)
|
Uses of IStreamingCallback in com.perforce.p4java.impl.mapbased.rpc |
---|
Methods in com.perforce.p4java.impl.mapbased.rpc that return IStreamingCallback | |
---|---|
IStreamingCallback |
CommandEnv.getStreamingCallback()
|
Methods in com.perforce.p4java.impl.mapbased.rpc with parameters of type IStreamingCallback | |
---|---|
void |
OneShotServerImpl.execInputStringStreamingMapCmd(String cmdName,
String[] cmdArgs,
String inString,
IStreamingCallback callback,
int key)
|
void |
NtsServerImpl.execInputStringStreamingMapCmd(String cmdName,
String[] cmdArgs,
String inString,
IStreamingCallback callback,
int key)
|
void |
OneShotServerImpl.execInputStringStreamingMapComd(String cmdName,
String[] cmdArgs,
String inString,
IStreamingCallback callback,
int key)
Deprecated. As of release 2013.1, replaced by OneShotServerImpl.execInputStringStreamingMapCmd(java.lang.String, java.lang.String[], java.lang.String, com.perforce.p4java.server.callback.IStreamingCallback, int) |
void |
NtsServerImpl.execInputStringStreamingMapComd(String cmdName,
String[] cmdArgs,
String inString,
IStreamingCallback callback,
int key)
Deprecated. As of release 2013.1, replaced by NtsServerImpl.execInputStringStreamingMapCmd(java.lang.String, java.lang.String[], java.lang.String, com.perforce.p4java.server.callback.IStreamingCallback, int) |
protected Map<String,Object>[] |
OneShotServerImpl.execMapCmd(String cmdName,
String[] cmdArgs,
Map<String,Object> inMap,
String inString,
boolean ignoreCallbacks,
IStreamingCallback callback,
int callbackKey)
|
protected Map<String,Object>[] |
NtsServerImpl.execMapCmd(String cmdName,
String[] cmdArgs,
Map<String,Object> inMap,
String inString,
boolean ignoreCallbacks,
IStreamingCallback callback,
int callbackKey,
IFilterCallback filterCallback)
|
protected List<Map<String,Object>> |
OneShotServerImpl.execMapCmdList(String cmdName,
String[] cmdArgs,
Map<String,Object> inMap,
String inString,
boolean ignoreCallbacks,
IStreamingCallback callback,
int callbackKey,
IFilterCallback filterCallback)
|
protected List<Map<String,Object>> |
NtsServerImpl.execMapCmdList(String cmdName,
String[] cmdArgs,
Map<String,Object> inMap,
String inString,
boolean ignoreCallbacks,
IStreamingCallback callback,
int callbackKey,
IFilterCallback filterCallback)
|
void |
OneShotServerImpl.execStreamingMapCommand(String cmdName,
String[] cmdArgs,
Map<String,Object> inMap,
IStreamingCallback callback,
int key)
|
void |
NtsServerImpl.execStreamingMapCommand(String cmdName,
String[] cmdArgs,
Map<String,Object> inMap,
IStreamingCallback callback,
int key)
|
void |
CommandEnv.setStreamingCallback(IStreamingCallback streamingCallback)
|
Uses of IStreamingCallback in com.perforce.p4java.impl.mapbased.server |
---|
Methods in com.perforce.p4java.impl.mapbased.server with parameters of type IStreamingCallback | |
---|---|
abstract void |
Server.execInputStringStreamingMapCmd(String cmdName,
String[] cmdArgs,
String inString,
IStreamingCallback callback,
int key)
|
abstract void |
Server.execInputStringStreamingMapComd(String cmdName,
String[] cmdArgs,
String inString,
IStreamingCallback callback,
int key)
Deprecated. As of release 2013.1, replaced by Server.execInputStringStreamingMapCmd(java.lang.String, java.lang.String[], java.lang.String, com.perforce.p4java.server.callback.IStreamingCallback, int) |
abstract void |
Server.execStreamingMapCommand(String cmdName,
String[] cmdArgs,
Map<String,Object> inMap,
IStreamingCallback callback,
int key)
|
void |
Server.getStreamingExportRecords(ExportRecordsOptions opts,
IStreamingCallback callback,
int key)
|
Uses of IStreamingCallback in com.perforce.p4java.server |
---|
Methods in com.perforce.p4java.server with parameters of type IStreamingCallback | |
---|---|
void |
IOptionsServer.execInputStringStreamingMapCmd(String cmdName,
String[] cmdArgs,
String inString,
IStreamingCallback callback,
int key)
Issue a streaming map command to the Perforce server, using an optional string for any input expected by the server (such as label or job specs, etc.). |
void |
IServer.execInputStringStreamingMapComd(String cmdName,
String[] cmdArgs,
String inString,
IStreamingCallback callback,
int key)
Deprecated. As of release 2013.1, replaced by IOptionsServer.execInputStringStreamingMapCmd(java.lang.String, java.lang.String[], java.lang.String, com.perforce.p4java.server.callback.IStreamingCallback, int) |
void |
IStreamingServer.execStreamingMapCommand(String cmdName,
String[] cmdArgs,
Map<String,Object> inMap,
IStreamingCallback callback,
int key)
|
void |
IServer.execStreamingMapCommand(String cmdName,
String[] cmdArgs,
Map<String,Object> inMap,
IStreamingCallback callback,
int key)
Issue a streaming map command to the Perforce server, using an optional map for any input expected by the server (such as label or job specs, etc.). |
void |
IOptionsServer.getStreamingExportRecords(ExportRecordsOptions opts,
IStreamingCallback callback,
int key)
Get each exported journal or checkpoint record (admin / superuser command) as it comes in from the server, rather than waiting for the entire command to complete. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |