org.apache.activemq.apollo.dto
Class QueueAclDTO

java.lang.Object
  extended by org.apache.activemq.apollo.dto.TopicAclDTO
      extended by org.apache.activemq.apollo.dto.QueueAclDTO

public class QueueAclDTO
extends TopicAclDTO

Author:
Hiram Chirino

Field Summary
 java.util.List<PrincipalDTO> consumes
           
 
Fields inherited from class org.apache.activemq.apollo.dto.TopicAclDTO
admins, creates, destroys, monitors, receives, sends
 
Constructor Summary
QueueAclDTO()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

consumes

public java.util.List<PrincipalDTO> consumes
Constructor Detail

QueueAclDTO

public QueueAclDTO()


Copyright © 2005-2011 The Apache Software Foundation. All Rights Reserved.