public interface Acceptor extends HornetQComponent
Modifier and Type | Method and Description |
---|---|
ClusterConnection |
getClusterConnection() |
Map<String,Object> |
getConfiguration() |
boolean |
isUnsecurable() |
void |
pause()
Pause the acceptor and stop it from receiving client requests.
|
void |
setDefaultHornetQPrincipal(HornetQPrincipal defaultHornetQPrincipal) |
void |
setNotificationService(NotificationService notificationService)
Set the notification service for this acceptor to use.
|
isStarted, start, stop
void pause()
ClusterConnection getClusterConnection()
void setNotificationService(NotificationService notificationService)
notificationService
- the notification servicevoid setDefaultHornetQPrincipal(HornetQPrincipal defaultHornetQPrincipal)
boolean isUnsecurable()
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.