Searched refs:operationId (Results 1 – 3 of 3) sorted by relevance
657 public int authenticate(long operationId, int groupId) throws RemoteException {663 return daemon.authenticate(operationId, groupId);
979 public int authenticate(long operationId, int groupId) throws RemoteException {985 return daemon.authenticate(operationId);
474 int authenticate(long operationId, int groupId) throws RemoteException; in authenticate() argument