public interface Acceptor extends org.hornetq.core.server.HornetQComponent
Modifier and Type | Method and Description |
---|---|
org.hornetq.core.server.cluster.ClusterConnection |
getClusterConnection() |
java.util.Map<java.lang.String,java.lang.Object> |
getConfiguration() |
boolean |
isUnsecurable() |
void |
pause()
Pause the acceptor and stop it from receiving client requests.
|
void |
setDefaultHornetQPrincipal(org.hornetq.core.security.HornetQPrincipal defaultHornetQPrincipal) |
void |
setNotificationService(org.hornetq.core.server.management.NotificationService notificationService)
Set the notification service for this acceptor to use.
|
void pause()
org.hornetq.core.server.cluster.ClusterConnection getClusterConnection()
java.util.Map<java.lang.String,java.lang.Object> getConfiguration()
void setNotificationService(org.hornetq.core.server.management.NotificationService notificationService)
notificationService
- the notification servicevoid setDefaultHornetQPrincipal(org.hornetq.core.security.HornetQPrincipal defaultHornetQPrincipal)
boolean isUnsecurable()
Copyright © 2009 Red Hat Inc. All Rights Reserved.