|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.hd.d.pg2k.test.dev.SystemVariablesTest.LocalTunnelServer
static class SystemVariablesTest.LocalTunnelServer
Class to encapsulate "local" tunnel "server". Attaches to top of data pipeline and allows raw RPC to interact with that pipeline.
| Field Summary | |
|---|---|
private ExhibitDataTunnelSource.HIRPCCache |
_RPC_cache
An RPC cache-handler instance. |
private boolean |
alwaysUseCache
If true then always enable the RPC cache, else switch it off and on at random. |
private SimpleExhibitPipelineIF |
source
Upstream data source; never null. |
| Constructor Summary | |
|---|---|
SystemVariablesTest.LocalTunnelServer(SimpleExhibitPipelineIF source)
Construct this with the data pipeline. |
|
SystemVariablesTest.LocalTunnelServer(SimpleExhibitPipelineIF source,
boolean alwaysUseCache)
Construct this with the data pipeline. |
|
| Method Summary | |
|---|---|
(package private) ExhibitDataTunnelSource.RawPacket |
doRPCRaw(ExhibitDataTunnelSource.RawPacket request)
Perform RPC calls on the wrapped data source. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private final SimpleExhibitPipelineIF source
private final boolean alwaysUseCache
private final ExhibitDataTunnelSource.HIRPCCache _RPC_cache
| Constructor Detail |
|---|
SystemVariablesTest.LocalTunnelServer(SimpleExhibitPipelineIF source)
source - data source; never null.
SystemVariablesTest.LocalTunnelServer(SimpleExhibitPipelineIF source,
boolean alwaysUseCache)
source - data source; never null.alwaysUseCache - if true then always enable the RPC cache,
else switch it off and on at random| Method Detail |
|---|
ExhibitDataTunnelSource.RawPacket doRPCRaw(ExhibitDataTunnelSource.RawPacket request)
throws java.io.IOException
request - request packet; never null
java.io.IOException - in case of I/O difficulties
|
DHD Multimedia Gallery V1.57.21 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||