站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss Seam 1.1.0 API 英文版文档

SubscriptionRequest (JBoss Seam API Documentation) - JBoss Seam 1.1.0 API 英文版文档


org.jboss.seam.remoting.messaging
Class SubscriptionRequest

java.lang.Object
  extended by org.jboss.seam.remoting.messaging.SubscriptionRequest

public class SubscriptionRequest
extends Object

Author:
Shane Bryzak

Constructor Summary
SubscriptionRequest(String topicName)
           
 
Method Summary
 void marshal(OutputStream out)
           
 void subscribe()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubscriptionRequest

public SubscriptionRequest(String topicName)
Method Detail

subscribe

public void subscribe()

marshal

public void marshal(OutputStream out)
             throws IOException
Throws:
IOException