|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of RpcPacketDispatcher.RpcPacketDispatcherResult in com.perforce.p4java.impl.mapbased.rpc.func.client |
|---|
| Methods in com.perforce.p4java.impl.mapbased.rpc.func.client that return RpcPacketDispatcher.RpcPacketDispatcherResult | |
|---|---|
protected RpcPacketDispatcher.RpcPacketDispatcherResult |
ClientSystemFileCommands.checkFile(RpcConnection rpcConnection,
CommandEnv cmdEnv,
Map<String,Object> resultsMap)
The infamous checkFile omnibus method, used to, well, check files on the Perforce client side. |
protected RpcPacketDispatcher.RpcPacketDispatcherResult |
ClientSystemFileCommands.chmodFile(RpcConnection rpcConnection,
CommandEnv cmdEnv,
Map<String,Object> resultsMap)
Change the r/w (etc.) mode of a file locally. |
protected RpcPacketDispatcher.RpcPacketDispatcherResult |
ClientUserInteraction.clientAck(RpcConnection rpcConnection,
CommandEnv cmdEnv,
Map<String,Object> resultsMap)
Respond back to the server with what amounts to a yes / no response in the face of errors or success. |
protected RpcPacketDispatcher.RpcPacketDispatcherResult |
ClientMerge.clientCloseMerge(RpcConnection rpcConnection,
CommandEnv cmdEnv,
Map<String,Object> resultsMap)
Close the merge write (above) and act on the results. |
protected RpcPacketDispatcher.RpcPacketDispatcherResult |
ClientUserInteraction.clientCrypto(RpcConnection rpcConnection,
CommandEnv cmdEnv,
Map<String,Object> resultsMap)
Process the client-Crypto command from the Perforce server. |
protected RpcPacketDispatcher.RpcPacketDispatcherResult |
ClientUserInteraction.clientInputData(RpcConnection rpcConnection,
CommandEnv cmdEnv,
Map<String,Object> resultsMap)
Get some requested data (typically something like a submit form) from somewhere (typically a map passed in from the upper levels of the API) and pass it back to the server, properly munged. |
protected RpcPacketDispatcher.RpcPacketDispatcherResult |
ClientMerge.clientOpenMerge3(RpcConnection rpcConnection,
CommandEnv cmdEnv,
Map<String,Object> resultsMap,
boolean twoWayMerge)
Implement a non-interactive version of the three-way client-side merge. |
protected RpcPacketDispatcher.RpcPacketDispatcherResult |
ClientUserInteraction.clientPrompt(RpcConnection rpcConnection,
CommandEnv cmdEnv,
Map<String,Object> resultsMap)
Prompt the end-user (i.e. |
protected RpcPacketDispatcher.RpcPacketDispatcherResult |
ClientUserInteraction.clientSetPassword(RpcConnection rpcConnection,
CommandEnv cmdEnv,
Map<String,Object> resultsMap)
Set the client-side password in response to a Perforce server command telling us to do just that, usually as a result of an earlier successful login attempt in the same session. |
protected RpcPacketDispatcher.RpcPacketDispatcherResult |
ClientUserInteraction.clientSingleSignon(RpcConnection rpcConnection,
CommandEnv cmdEnv,
Map<String,Object> resultsMap)
Implements the client-side of the Perforce single sign on (SSO) protocol. |
protected RpcPacketDispatcher.RpcPacketDispatcherResult |
ClientMerge.clientWriteMerge(RpcConnection rpcConnection,
CommandEnv cmdEnv,
Map<String,Object> resultsMap)
Write merge data to the client if necessary. |
protected RpcPacketDispatcher.RpcPacketDispatcherResult |
ClientSystemFileCommands.closeFile(RpcConnection rpcConnection,
CommandEnv cmdEnv,
Map<String,Object> resultsMap)
Close a file that was opened earlier for writing. |
protected RpcPacketDispatcher.RpcPacketDispatcherResult |
ClientSystemFileCommands.deleteFile(RpcConnection rpcConnection,
CommandEnv cmdEnv,
Map<String,Object> resultsMap)
|
RpcPacketDispatcher.RpcPacketDispatcherResult |
ClientFunctionDispatcher.dispatch(RpcPacketDispatcher.RpcPacketDispatcherMode dispatchMode,
RpcFunctionSpec funcSpec,
CommandEnv cmdEnv,
Map<String,Object> resultsMap)
|
protected RpcPacketDispatcher.RpcPacketDispatcherResult |
ClientSystemFileCommands.moveFile(RpcConnection rpcConnection,
CommandEnv cmdEnv,
Map<String,Object> resultsMap)
Move a file from one location to another. |
protected RpcPacketDispatcher.RpcPacketDispatcherResult |
ClientSystemFileCommands.openFile(RpcConnection rpcConnection,
CommandEnv cmdEnv,
Map<String,Object> resultsMap)
Open a client file for writing. |
protected RpcPacketDispatcher.RpcPacketDispatcherResult |
ClientSendFile.sendFile(RpcConnection rpcConnection,
CommandEnv cmdEnv,
Map<String,Object> resultsMap)
Send a file's contents back to the Perforce server. |
protected RpcPacketDispatcher.RpcPacketDispatcherResult |
ClientSystemFileCommands.writeBinary(RpcConnection rpcConnection,
CommandEnv cmdEnv,
Map<String,Object> resultsMap)
A specialised method to handle the client-OutputBinary command. |
protected RpcPacketDispatcher.RpcPacketDispatcherResult |
ClientSystemFileCommands.writeFile(RpcConnection rpcConnection,
CommandEnv cmdEnv,
Map<String,Object> resultsMap)
Write file contents to the target file. |
protected RpcPacketDispatcher.RpcPacketDispatcherResult |
ClientSystemFileCommands.writeText(RpcConnection rpcConnection,
CommandEnv cmdEnv,
Map<String,Object> resultsMap)
Handles the client-OutputText command. |
| Uses of RpcPacketDispatcher.RpcPacketDispatcherResult in com.perforce.p4java.impl.mapbased.rpc.func.proto |
|---|
| Methods in com.perforce.p4java.impl.mapbased.rpc.func.proto that return RpcPacketDispatcher.RpcPacketDispatcherResult | |
|---|---|
RpcPacketDispatcher.RpcPacketDispatcherResult |
ProtocolFunctionDispatcher.dispatch(RpcPacketDispatcher.RpcPacketDispatcherMode dispatchMode,
RpcFunctionSpec funcSpec,
CommandEnv cmdEnv,
Map<String,Object> resultsMap)
|
| Uses of RpcPacketDispatcher.RpcPacketDispatcherResult in com.perforce.p4java.impl.mapbased.rpc.packet |
|---|
| Methods in com.perforce.p4java.impl.mapbased.rpc.packet that return RpcPacketDispatcher.RpcPacketDispatcherResult | |
|---|---|
static RpcPacketDispatcher.RpcPacketDispatcherResult |
RpcPacketDispatcher.RpcPacketDispatcherResult.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static RpcPacketDispatcher.RpcPacketDispatcherResult[] |
RpcPacketDispatcher.RpcPacketDispatcherResult.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||