public class SingleJVMRemoteCommitProvider extends AbstractRemoteCommitProvider
RemoteCommitProvider
that listens for object modifications and propagates those changes
to other SingleJVMRemoteCommitProviders in the same JVM. This is
only useful for linking together multiple factories in the same
JVM that are all loaded in the same classloader, which is a rare
circumstance.eventManager, log
Constructor and Description |
---|
SingleJVMRemoteCommitProvider() |
Modifier and Type | Method and Description |
---|---|
void |
broadcast(RemoteCommitEvent event)
Notifies other remote event managers in this JVM and on other machines
of changes to the cache.
|
void |
close()
Free the resources used by this provider.
|
endConfiguration, fireEvent, setConfiguration, setRemoteCommitEventManager, startConfiguration
public void broadcast(RemoteCommitEvent event)
RemoteCommitProvider
public void close()
RemoteCommitProvider
Copyright © 2006–2018 Apache Software Foundation. All rights reserved.