|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.desy.acop.video.displayer.TineHandler
public final class TineHandler
TineHandler
encapsulates and divides reception of VSv3 and VSv2
image streams from displaying class ImageDisplayerTest. It implements probing
of sources and reception, prearrangement and forwarding of video image blobs
from TINE to displaying part.
Field Summary | |
---|---|
static java.util.logging.Logger |
logger
|
Constructor Summary | |
---|---|
TineHandler(TineImageReceiver receiver)
Constructor. |
Method Summary | |
---|---|
void |
callback(de.desy.tine.client.TLink tlink)
TINE callback implemented via TLinkCallback. |
void |
closeLink()
used to cancel a running transfer. |
void |
openLink(ConnectionParameters connParams)
Opens a one-time or permanent connection to an image source which can be a VSv3 component with output interface like SGP and CoreProvider or a VSv2 server like GrabServer2. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.util.logging.Logger logger
Constructor Detail |
---|
public TineHandler(TineImageReceiver receiver)
Method Detail |
---|
public void callback(de.desy.tine.client.TLink tlink)
callback
in interface de.desy.tine.client.TLinkCallback
public void openLink(ConnectionParameters connParams) throws ConnectionFailed
connParams
- - connection parameters
ConnectionFailed
public void closeLink()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |