|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of GRS2BufferStoreException in gr.uoa.di.madgik.grs.proxy.http |
|---|
| Methods in gr.uoa.di.madgik.grs.proxy.http that throw GRS2BufferStoreException | |
|---|---|
static URI |
HTTPStoreWriterProxy.store(URI[] locators,
IBufferStore.MultiplexType multiplex,
long timeout,
TimeUnit unit)
This method instantiates an IBufferStore through the BufferStoreFactory, sets the
respective information provided, initializes the IBufferStore, registers the new store
and creates a locator URI that can be used to access the IBufferStore. |
| Uses of GRS2BufferStoreException in gr.uoa.di.madgik.grs.proxy.local |
|---|
| Methods in gr.uoa.di.madgik.grs.proxy.local that throw GRS2BufferStoreException | |
|---|---|
static URI |
LocalStoreWriterProxy.store(URI[] locators,
IBufferStore.MultiplexType multiplex,
long timeout,
TimeUnit unit)
This method instantiates an IBufferStore through the BufferStoreFactory, sets the
respective information provided, initializes the IBufferStore, registers the new store
and creates a locator URI that can be used to access the IBufferStore. |
| Uses of GRS2BufferStoreException in gr.uoa.di.madgik.grs.proxy.tcp |
|---|
| Methods in gr.uoa.di.madgik.grs.proxy.tcp that throw GRS2BufferStoreException | |
|---|---|
static URI |
TCPStoreWriterProxy.store(URI[] locators,
IBufferStore.MultiplexType multiplex,
long timeout,
TimeUnit unit)
This method instantiates an IBufferStore through the BufferStoreFactory, sets the
respective information provided, initializes the IBufferStore, registers the new store
and creates a locator URI that can be used to access the IBufferStore. |
| Uses of GRS2BufferStoreException in gr.uoa.di.madgik.grs.store.buffer |
|---|
| Subclasses of GRS2BufferStoreException in gr.uoa.di.madgik.grs.store.buffer | |
|---|---|
class |
GRS2BufferStoreAccessException
Error while accessing needed persisted information in the context of the on going buffer store sub component |
class |
GRS2BufferStoreInvalidOperationException
The operation in progress is not valid based on the status of the buffer store sub component |
| Methods in gr.uoa.di.madgik.grs.store.buffer that throw GRS2BufferStoreException | |
|---|---|
void |
IBufferStore.initialize()
Make any needed initialization before the IBufferStore.store() is called to start the storing procedure |
void |
IBufferStore.setLocators(URI[] locators)
Sets the incoming locators that should be stored |
void |
IBufferStore.setMultiplexType(IBufferStore.MultiplexType multiplex)
Sets the IBufferStore.MultiplexType indicating the way the input locators are used and in which order their data is received |
| Uses of GRS2BufferStoreException in gr.uoa.di.madgik.grs.store.buffer.multiplex |
|---|
| Methods in gr.uoa.di.madgik.grs.store.buffer.multiplex that throw GRS2BufferStoreException | |
|---|---|
void |
IDemultiplex.demultiplex()
Perform the demultiplexing operation |
void |
FirstAvailableDemultiplex.demultiplex()
Perform the demultiplexing operation |
void |
FifoDemultiplex.demultiplex()
Perform the demultiplexing operation |
void |
FifoMultiplex.multiplex()
Perform the multiplexing operation |
void |
IMultiplex.multiplex()
Perform the multiplexing operation |
void |
FirstAvailableMultiplex.multiplex()
Perform the multiplexing operation |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||