Class ProtocolFunctionDispatcher
java.lang.Object
com.perforce.p4java.impl.mapbased.rpc.func.proto.ProtocolFunctionDispatcher
General dispatcher for incoming protocol functions.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionProtocolFunctionDispatcher(RpcPacketDispatcher mainDispatcher, Properties props) -
Method Summary
Modifier and TypeMethodDescriptiondispatch(RpcPacketDispatcher.RpcPacketDispatcherMode dispatchMode, RpcFunctionSpec funcSpec, CommandEnv cmdEnv, Map<String, Object> resultsMap) voidsendRelease2(RpcConnection rpcConnection)
-
Field Details
-
TRACE_PREFIX
- See Also:
-
-
Constructor Details
-
ProtocolFunctionDispatcher
-
-
Method Details
-
dispatch
public RpcPacketDispatcher.RpcPacketDispatcherResult dispatch(RpcPacketDispatcher.RpcPacketDispatcherMode dispatchMode, RpcFunctionSpec funcSpec, CommandEnv cmdEnv, Map<String, Object> resultsMap) throws ConnectionException- Throws:
ConnectionException
-
sendRelease2
- Throws:
ConnectionException
-