Searched refs:operationId (Results 1 – 3 of 3) sorted by relevance
655 public int authenticate(long operationId, int groupId) throws RemoteException {661 return daemon.authenticate(operationId, groupId);
808 public int authenticate(long operationId, int groupId) throws RemoteException {814 return daemon.authenticate(operationId);
474 int authenticate(long operationId, int groupId) throws RemoteException; in authenticate() argument