| 意味 | 例文 |
JMSを含む例文一覧と使い方
該当件数 : 29件
a Connection Factory resource with the JNDI name jms/NewMessageFactory and type javax.jms.QueueConnectionFactory 例文帳に追加
JNDI 名が jms/NewMessageFactory で、型が javax.jms.QueueConnectionFactory の接続ファクトリリソース - NetBeans
Configure external/edge access protocols (SOAP, JMS, SMTP, and others). 例文帳に追加
外部 / エッジアクセスプロトコル (SOAP、JMS、SMTP など) を構成する。 - NetBeans
Support for File, HTTP, and JMS binding components. 例文帳に追加
ファイル、HTTP、および JMS の各結合コンポーネントがサポートされます。 - NetBeans
Note: When generating the import statements, you want to make sure to import the jms and javax.annotation.Resource libraries. 例文帳に追加
注: インポート文の生成時に、 jms と javax.annotation.Resource の各ライブラリをインポートします。 - NetBeans
You need to make sure that the JMS connection factory resource in the PostMessage servlet is mapped to the correct JNDI name of the JMS connection factory resourceregistered with the Sun Java System Application Server.例文帳に追加
Sun Java System Application Server に登録されている JMS 接続ファクトリリソースの正しい JNDI 名に、PostMessage サーブレットの JMS 接続ファクトリリソースがマッピングされていることを確認する必要があります。 - NetBeans
In the Add Message Destination dialog box, type jms/NewMessage andselect Queue for the destination type. 例文帳に追加
「メッセージ送信先を追加」ダイアログで「jms/NewMessage」と入力し、送信先タイプに「キュー」を選択します。 - NetBeans
In the Admin Console in your browser, expand the Resources node and JMS Resources node in the left frame. 例文帳に追加
ブラウザの管理コンソールで、左側フレームにある「リソース」ノードと「JMS リソース」ノードを展開します。 - NetBeans
The ReservationPartnerServices project contains a basic EJB and JMS based implementation of the three partner services. 例文帳に追加
ReservationPartnerServices プロジェクトには、3 つのパートナーサービスの基本的な EJB および JMS ベースの実装が含まれています。 - NetBeans
This message could indicate that the JMS resource was not created or was not registered with the application server.You can use the Admin Console of the application server to check, create and edit JMS resources. 例文帳に追加
このメッセージは、JMS リソースが作成されなかったか、アプリケーションサーバーに登録されなかったことを示している可能性があります。 アプリケーションサーバーの管理コンソールを使用すると、JMS リソースを確認、作成、および編集できます。 - NetBeans
This message could indicate that the JMS resource was not created or was not registered with the application server.You can use the Admin Console of the Sun Java System Application Server to check, create and edit JMS resources. 例文帳に追加
このメッセージは、JMS リソースが作成されなかったか、アプリケーションサーバーに登録されなかったことを示している可能性があります。 Sun Java System Application Server の管理コンソールを使用すると、JMS リソースを確認、作成、および編集できます。 - NetBeans
You now add the code to send the JMS messages by adding the following code in bold to the processRequest method:response. 例文帳に追加
今度は、次に示すボールドのコードを processRequest メソッドに追加し、JMS メッセージを送信するためのコードの追加を行います。 - NetBeans
We now add the code to send the JMS messages by adding the following code in bold to the processRequest method:response. 例文帳に追加
今度は、次に示す太字のコードを processRequest メソッドに追加し、JMS メッセージを送信するためのコードの追加を行います。 - NetBeans
When using the wizard to create JMS resources,you may see the following server error message in the output window: 例文帳に追加
ウィザードを使用して JMS リソースを作成するとき、出力ウィンドウに次のサーバーエラーメッセージが表示される場合があります。 - NetBeans
Press Alt-Shift-F to generate any necessary import statements.When generating the import statements, we want to make sure we import the jms and javax.annotation.Resource; libraries. 例文帳に追加
Alt-Shift-F キーを押して、必要なインポート文を生成します。 インポート文の生成時に、jms と javax.annotation.Resource の各ライブラリをインポートします。 - NetBeans
In addition, JMS supports messages that contain serialized Java objects and messages that contain Extensible Markup Language (XML) pages. 例文帳に追加
さらにJMS(Javaメッセージサービス)は、直列化Javaオブジェクトを含むメッセージや、拡張可能なマーク付け言語(XML)ページを含むメッセージもサポートする。 - コンピューター用語辞典
Now you will create the NewMessage message-driven bean in your EJB module.You will use the New Message-Driven Bean wizard to create the bean and the necessary JMS resources. 例文帳に追加
今度は、EJB モジュールの NewMessage メッセージ駆動型 Bean を作成します。 この Bean と必要な JMS リソースの作成には、「新規メッセージ駆動型 Bean」ウィザードを使用します。 - NetBeans
Together with the Travel Reservation Service sample, the wizard creates another project, ReservationPartner Services, a basic EJB and JMS based implementation of the three partner services.例文帳に追加
旅行予約サービスサンプルと一緒に、ウィザードは、「Reservation Partner Services」という別のプロジェクト (3 つのパートナーサービスの基本的な EJB および JMS ベースの実装) を作成します。 - NetBeans
Now we will create the NewMessage message-driven bean in our EJB module.We will use the New Message-Driven Bean wizard to create the bean and the necessary JMS resources. 例文帳に追加
今度は、EJB モジュールの NewMessage メッセージ駆動型 Bean を作成します。 この Bean と必要な JMS リソースの作成には、「新規メッセージ駆動型 Bean」ウィザードを使用します。 - NetBeans
Message-driven beans currently process only JMS (Java Message Service) messages, but in the future they may be used to process other kinds of messages. 例文帳に追加
メッセージ駆動型ビーンは現在ではJMS(Javaメッセージサービス)のメッセージだけを処理するが、将来は他の種類のメッセージを処理するのに利用されよう。 - コンピューター用語辞典
xml.The EJB 3.0 API enables you to look up objects in the JNDI namespace from within the bean class so that you do not need to configure deployment descriptors to specify the JMS resources.例文帳に追加
EJB 3.0 API を使用すると、Bean クラスの内部から JNDI 名前空間のオブジェクトを検索できるため、JMS リソースを指定するための配備記述子を設定する必要はありません。 - NetBeans
METHOD AND DEVICE FOR USING WILD CARD UNDER JMS TOPIC NAME AND COMPUTER-USABLE MEDIUM (DYNAMICALLY DISCOVERING SUBSCRIPTION FOR PUBLICATION)例文帳に追加
JMSトピック名でワイルドカードを使用するための方法、装置、およびコンピュータで使用可能な媒体(公開に関する加入の動的発見) - 特許庁
An output process 1209a transfers processing to the adapter/message backbone 1201 via the JMS 1205, and the data are transferred to a business function system 1230.例文帳に追加
出力処理1209aがJMS1205を介してアダプタ/メッセージバックボーン1201に処理を渡し、業務システム1230にデータを転送する。 - 特許庁
In systems which involve parsing and prepare processing for expressions that include repeated patterns (such as in many JMS environments), a template-based shortcutting of the conventional processing improves performance.例文帳に追加
繰り返しパターンを含む(多くのJMS環境において等)式のパーズ処理および準備処理を含むシステムでは、従来の処理のテンプレートベースのショートカットを実施して、性能を向上させることができる。 - 特許庁
Data communicated in various communication protocols such as FTP, message queue, and SOAP from a business function system 1220 are sent to an input process 1206a through an adapter/message backbone 1201 via a queue 1211 of a JMS 1205.例文帳に追加
業務システム1220からFTP、メッセージキュー、SOAPなど様々な通信プロトコルで通信されるデータは、アダプタ/メッセージバックボーン1201経由でJMS1205のキュー1211を介し入力処理1206aに渡される。 - 特許庁
| 意味 | 例文 |
| Copyright © Japan Patent office. All Rights Reserved. |
| Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved. |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
| © 2010, Oracle Corporation and/or its affiliates. Oracle and Java are registered trademarks of Oracle and/or its affiliates.Other names may be trademarks of their respective owners. |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|
