public interface Binding
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
SimpleString |
getAddress() |
Bindable |
getBindable() |
SimpleString |
getClusterName() |
int |
getDistance() |
Filter |
getFilter() |
long |
getID() |
SimpleString |
getRoutingName() |
BindingType |
getType() |
SimpleString |
getUniqueName() |
boolean |
isExclusive() |
boolean |
isHighAcceptPriority(ServerMessage message) |
void |
route(ServerMessage message,
RoutingContext context) |
SimpleString getAddress()
Bindable getBindable()
BindingType getType()
SimpleString getUniqueName()
SimpleString getRoutingName()
SimpleString getClusterName()
Filter getFilter()
boolean isHighAcceptPriority(ServerMessage message)
boolean isExclusive()
long getID()
int getDistance()
void route(ServerMessage message, RoutingContext context) throws Exception
ExceptionCopyright © 2012 JBoss by Red Hat. All Rights Reserved.