de.kappich.vew.bmvew.main
Class SimpleMessageManager.MessageSource

java.lang.Object
  extended by de.kappich.vew.bmvew.main.SimpleMessageManager.MessageSource
All Implemented Interfaces:
ClientSenderInterface
Enclosing class:
SimpleMessageManager

private final class SimpleMessageManager.MessageSource
extends Object
implements ClientSenderInterface

Diese Klasse ist für die Sendesteuerung. Da sich die Applikation als Quelle anmeldet, wird nicht auf eine positive Sendesteuerung gewartet.


Field Summary
private  byte _state
           
 
Fields inherited from interface de.bsvrz.dav.daf.main.ClientSenderInterface
START_SENDING, STOP_SENDING, STOP_SENDING_NO_RIGHTS, STOP_SENDING_NOT_A_VALID_SUBSCRIPTION
 
Constructor Summary
private SimpleMessageManager.MessageSource()
           
 
Method Summary
 void dataRequest(SystemObject object, DataDescription dataDescription, byte state)
           
 byte getState()
           
 boolean isRequestSupported(SystemObject object, DataDescription dataDescription)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_state

private byte _state
Constructor Detail

SimpleMessageManager.MessageSource

private SimpleMessageManager.MessageSource()
Method Detail

dataRequest

public void dataRequest(SystemObject object,
                        DataDescription dataDescription,
                        byte state)
Specified by:
dataRequest in interface ClientSenderInterface

isRequestSupported

public boolean isRequestSupported(SystemObject object,
                                  DataDescription dataDescription)
Specified by:
isRequestSupported in interface ClientSenderInterface

getState

public byte getState()