Uses of Class
com.perforce.p4java.impl.mapbased.rpc.func.RpcFunctionSpec

Packages that use RpcFunctionSpec
com.perforce.p4java.impl.mapbased.rpc.func   
com.perforce.p4java.impl.mapbased.rpc.func.client   
com.perforce.p4java.impl.mapbased.rpc.func.proto   
com.perforce.p4java.impl.mapbased.rpc.packet   
 

Uses of RpcFunctionSpec in com.perforce.p4java.impl.mapbased.rpc.func
 

Methods in com.perforce.p4java.impl.mapbased.rpc.func that return RpcFunctionSpec
static RpcFunctionSpec RpcFunctionSpec.decode(String str)
          Decode a RpcFunctionSpec from the passed-in string, assumed to be in RPC wire form.
static RpcFunctionSpec RpcFunctionSpec.decode(String str, boolean relaxedCheck)
          A version of decode that handles the specialised case of relaxed checking for USER commands (and user commands *only*).
static RpcFunctionSpec RpcFunctionSpec.decodeFromEndUserCmd(String str, boolean relaxedCheck)
          Decode a RpcFunctionSpec from a string passed in from the upper levels of P4Java as an end-user command, e.g.
 RpcFunctionSpec RpcFunctionMetadata.getName()
           
static RpcFunctionSpec RpcFunctionSpec.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RpcFunctionSpec[] RpcFunctionSpec.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.perforce.p4java.impl.mapbased.rpc.func with parameters of type RpcFunctionSpec
static RpcFunctionMetadata RpcFunction.getMetadata(RpcFunctionSpec name)
           
 void RpcFunctionMetadata.setName(RpcFunctionSpec name)
           
 

Constructors in com.perforce.p4java.impl.mapbased.rpc.func with parameters of type RpcFunctionSpec
RpcFunctionMetadata(RpcFunctionSpec name, RpcFunctionType type, String encoding)
           
 

Uses of RpcFunctionSpec in com.perforce.p4java.impl.mapbased.rpc.func.client
 

Methods in com.perforce.p4java.impl.mapbased.rpc.func.client with parameters of type RpcFunctionSpec
 RpcPacketDispatcher.RpcPacketDispatcherResult ClientFunctionDispatcher.dispatch(RpcPacketDispatcher.RpcPacketDispatcherMode dispatchMode, RpcFunctionSpec funcSpec, CommandEnv cmdEnv, Map<String,Object> resultsMap)
           
protected  boolean ClientFunctionDispatcher.reportClientProgress(IProgressCallback progressCallback, int cmdCallBackKey, RpcFunctionSpec funcSpec, CommandEnv cmdEnv, Map<String,Object> resultsMap)
          Do a quick and dirty probabilistic progress report.
 

Uses of RpcFunctionSpec in com.perforce.p4java.impl.mapbased.rpc.func.proto
 

Methods in com.perforce.p4java.impl.mapbased.rpc.func.proto with parameters of type RpcFunctionSpec
 RpcPacketDispatcher.RpcPacketDispatcherResult ProtocolFunctionDispatcher.dispatch(RpcPacketDispatcher.RpcPacketDispatcherMode dispatchMode, RpcFunctionSpec funcSpec, CommandEnv cmdEnv, Map<String,Object> resultsMap)
           
 void FlowControl.processFlushCommandFromServer(RpcConnection rpcConnection, RpcFunctionSpec funcSpec, Map<String,Object> resultsMap)
          Given a map passed-in from the main dispatcher that represents a flush command received from the Perforce server, respond appropriately.
 

Uses of RpcFunctionSpec in com.perforce.p4java.impl.mapbased.rpc.packet
 

Methods in com.perforce.p4java.impl.mapbased.rpc.packet with parameters of type RpcFunctionSpec
static RpcPacket RpcPacket.constructRpcPacket(RpcFunctionSpec funcName, Map<String,Object> args, ExternalEnv env)
          Construct an RPC packet for a user command.
static RpcPacket RpcPacket.constructRpcPacket(RpcFunctionSpec funcName, String realName, String[] args, ExternalEnv env)
          Construct an RPC packet for a user command.
 



Copyright © 2011 Perforce Software. All Rights Reserved.