Quickview A bound service allows other components to bind to it, in order to interact with it and perform interprocess communication A bound service is destroyed once all clients unbind, unless the service was also started In this document Th... 続きを読む
Intentによるサービスの起動 ServiceStartActivityでは、ボタンのクリック時にサービスの起動処理を行っています。 Intent intent = new Intent(ServiceStartActivity.this, CountDownService.class); startService(intent); Intentによるサービスの起動はアク... 続きを読む
前節までで、サービス開発のための要点は説明しました。 今回は、実際にサーバー側のコードを書き、 クライアントからの要求を受信したいと思います。 このサーバーの処理というのは、サービス系の関数でなんとかするというものではなく、 ネットワーク系の関数... 続きを読む
サービスは、Visual Studio 内ではなく、サービス コントロール マネージャのコンテキスト内から実行される必要があります。このため、サービスのデバッグは、他の種類の Visual Studio アプリケーションのデバッグに比べて複雑です。サービスのデバッグを行う... 続きを読む
Windows サービスは、Microsoft Windows NT、Windows 2000、Windows XP、または Windows Server 2003 のバックグラウンドで実行されるプログラムです。詳細については、「方法 : Windows サービスを作成する」を参照してください。Windows サービスには、Telnet... 続きを読む
Windowsサービスを作成したが、動作がおかしいのでデバッグすることになった。 その時のデバッグ操作が結構てこずったので注意書きとしてまとめておく。 デバッグの方法はWindowsプログラムとはちょっと違う。WindowsプログラムではDebugモードで実行させるだけ... 続きを読む
Author:Giordano Scuderi Introduction The Secure Storage service for the gLite middleware provides users with a set of tools to store in a secure way and in an encrypted format confidential data (e.g. medical or financial data) on the grid sto... 続きを読む
SecureStorage-client 1.1.3-1 ReleasedWe've released version 1.1.3-1 of SecureStorage-client. Recompiled for SLC4, some minor issue fixed. SecureStorage-keystore 1.0.0-4 ReleasedWe've released the first version of SecureStorage-keystore, with ... 続きを読む