public interface RemotingService
Modifier and Type | Method and Description |
---|---|
void |
addInterceptor(Interceptor interceptor) |
void |
allowInvmSecurityOverride(HornetQPrincipal principal) |
void |
freeze() |
Set<RemotingConnection> |
getConnections() |
RemotingConnection |
getServerSideReplicatingConnection() |
boolean |
isStarted() |
RemotingConnection |
removeConnection(Object remotingConnectionID)
Remove a connection from the connections held by the remoting service.
|
boolean |
removeInterceptor(Interceptor interceptor) |
void |
start() |
void |
stop(boolean criticalError) |
RemotingConnection removeConnection(Object remotingConnectionID)
remotingConnectionID
- the ID of the RemotingConnection to removedSet<RemotingConnection> getConnections()
void addInterceptor(Interceptor interceptor)
boolean removeInterceptor(Interceptor interceptor)
boolean isStarted()
void freeze()
void allowInvmSecurityOverride(HornetQPrincipal principal)
RemotingConnection getServerSideReplicatingConnection()
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.