| Modifier and Type | Method and Description |
|---|---|
IMirror |
IBuffer.getMirror()
|
IMirror |
QueueBuffer.getMirror()
|
| Modifier and Type | Method and Description |
|---|---|
void |
IBuffer.setMirror(IMirror mirror)
|
void |
QueueBuffer.setMirror(IMirror mirror)
|
| Modifier and Type | Method and Description |
|---|---|
IMirror |
IWriterProxy.bind()
After setting the registry key, this method is used to retrieve the
IMirror that can
serve the mirroring procedure for a reader |
| Modifier and Type | Method and Description |
|---|---|
IMirror |
HTTPWriterProxy.bind()
After setting the registry key, this method is used to retrieve the
IMirror that can
serve the mirroring procedure for a reader |
| Modifier and Type | Class and Description |
|---|---|
class |
HTTPReaderMirror
This implementation of the
IMirror interface specializes the
mirroring procedure that needs to be performed from the reader side of the
mirroring procedure. |
class |
HTTPWriterMirror
This implementation of the
IMirror interface specializes the
mirroring procedure that needs to be performed from the writer side of the
mirroring procedure. |
| Modifier and Type | Method and Description |
|---|---|
IMirror |
LocalWriterProxy.bind()
After setting the registry key, this method is used to retrieve the
IMirror that can
serve the mirroring procedure for a reader |
| Modifier and Type | Method and Description |
|---|---|
IMirror |
TCPWriterProxy.bind()
After setting the registry key, this method is used to retrieve the
IMirror that can
serve the mirroring procedure for a reader |
| Modifier and Type | Class and Description |
|---|---|
class |
TCPReaderMirror
This implementation of the
IMirror interface specializes the mirroring procedure that needs to be performed from the
reader side of the mirroring procedure. |
class |
TCPWriterMirror
This implementation of the
IMirror interface specializes the mirroring procedure that needs to be performed from the
writer side of the mirroring procedure. |
Copyright © 2014. All Rights Reserved.