public interface RemotingService
Modifier and Type | Method and Description |
---|---|
void |
addIncomingInterceptor(Interceptor interceptor) |
void |
addOutgoingInterceptor(Interceptor interceptor) |
void |
allowInvmSecurityOverride(HornetQPrincipal principal)
Allow acceptors to use this as their default security Principal if applicable.
|
void |
freeze(CoreRemotingConnection rc)
Freezes and then disconnects all connections except the given one.
|
Set<RemotingConnection> |
getConnections() |
boolean |
isStarted() |
RemotingConnection |
removeConnection(Object remotingConnectionID)
Remove a connection from the connections held by the remoting service.
|
boolean |
removeIncomingInterceptor(Interceptor interceptor) |
boolean |
removeOutgoingInterceptor(Interceptor interceptor) |
void |
start() |
void |
stop(boolean criticalError) |
RemotingConnection removeConnection(Object remotingConnectionID)
remotingConnectionID
- the ID of the RemotingConnection to removedSet<RemotingConnection> getConnections()
void addIncomingInterceptor(Interceptor interceptor)
void addOutgoingInterceptor(Interceptor interceptor)
boolean removeIncomingInterceptor(Interceptor interceptor)
boolean removeOutgoingInterceptor(Interceptor interceptor)
boolean isStarted()
void allowInvmSecurityOverride(HornetQPrincipal principal)
Used by AS7 integration code.
principal
- void freeze(CoreRemotingConnection rc)
backupTransportConnection
- Copyright © 2018 JBoss by Red Hat. All rights reserved.