org.apache.qpid.client.messaging.address
Class Link.Subscription

java.lang.Object
  extended by org.apache.qpid.client.messaging.address.Link.Subscription
Enclosing class:
Link

public static class Link.Subscription
extends Object


Constructor Summary
Link.Subscription()
           
 
Method Summary
 Map<String,Object> getArgs()
           
 boolean isExclusive()
           
 void setArgs(Map<String,Object> args)
           
 void setExclusive(boolean exclusive)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Link.Subscription

public Link.Subscription()
Method Detail

getArgs

public Map<String,Object> getArgs()

setArgs

public void setArgs(Map<String,Object> args)

isExclusive

public boolean isExclusive()

setExclusive

public void setExclusive(boolean exclusive)


Licensed to the Apache Software Foundation