|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Declarable
Classes implementing this interface can be auto-declared
with the broker during context initialization by an AmqpAdmin.
Registration can be limited to specific AmqpAdmins.
| Method Summary | |
|---|---|
java.util.Collection<AmqpAdmin> |
getDeclaringAdmins()
The collection of AmqpAdmins that should declare this
object; if empty, all admins should declare. |
boolean |
shouldDeclare()
Whether or not this object should be automatically declared by any AmqpAdmin. |
| Method Detail |
|---|
boolean shouldDeclare()
AmqpAdmin.
java.util.Collection<AmqpAdmin> getDeclaringAdmins()
AmqpAdmins that should declare this
object; if empty, all admins should declare.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||