org.seasar.jms.core.destination
インタフェース DestinationFactory

既知の実装クラスの一覧:
AbstractDestinationFactory, JndiDestinationFactory, QueueFactory, ReplyToDestinationFactory, SimpleDestinationFactory, TemporaryQueueFactory, TemporaryTopicFactory, TopicFactory

public interface DestinationFactory

JMSデスティネーション(キューまたはトピック)を作成するコンポーネントのインタフェースです。

作成者:
koichik

メソッドの概要
 Destination getDestination(Session session)
          JMSセッションからJMSデスティネーションを作成して返します。
 

メソッドの詳細

getDestination

Destination getDestination(Session session)
JMSセッションからJMSデスティネーションを作成して返します。

パラメータ:
session - JMSセッション
戻り値:
JMSデスティネーション


Copyright © 2005-2009 The Seasar Foundation. All Rights Reserved.