A D G I M P S T V 

A

APPLICATION_DOMAIN - Static variable in class de.bsvrz.sys.funclib.operatingMessage.MessageType
 

D

de.bsvrz.sys.funclib.operatingMessage - package de.bsvrz.sys.funclib.operatingMessage
 

G

getCause() - Method in class de.bsvrz.sys.funclib.operatingMessage.MessageCauser
Gibt die Ursache für die Betriebsmeldung zurück.
getCauser() - Method in class de.bsvrz.sys.funclib.operatingMessage.MessageCauser
Gibt den Veranlasser für die Betriebsmeldung zurück.
getCompileTime() - Static method in class de.bsvrz.sys.funclib.operatingMessage.PackageRuntimeInfo
 
getDependsOnCompiled() - Static method in class de.bsvrz.sys.funclib.operatingMessage.PackageRuntimeInfo
 
getDependsOnLib() - Static method in class de.bsvrz.sys.funclib.operatingMessage.PackageRuntimeInfo
 
getDependsOnSource() - Static method in class de.bsvrz.sys.funclib.operatingMessage.PackageRuntimeInfo
 
getGrade() - Method in enum de.bsvrz.sys.funclib.operatingMessage.MessageGrade
 
getInstance() - Static method in class de.bsvrz.sys.funclib.operatingMessage.MessageSender
Gibt die Instanz dieser Klasse zurück.
getJvmVersion() - Static method in class de.bsvrz.sys.funclib.operatingMessage.PackageRuntimeInfo
 
getLicence() - Static method in class de.bsvrz.sys.funclib.operatingMessage.PackageRuntimeInfo
 
getMessageType() - Method in class de.bsvrz.sys.funclib.operatingMessage.MessageType
 
getRelease() - Static method in class de.bsvrz.sys.funclib.operatingMessage.PackageRuntimeInfo
 
getRevision() - Static method in class de.bsvrz.sys.funclib.operatingMessage.PackageRuntimeInfo
 
getState() - Method in enum de.bsvrz.sys.funclib.operatingMessage.MessageState
 
getUser() - Method in class de.bsvrz.sys.funclib.operatingMessage.MessageCauser
Gibt den Benutzer zurück, der die Betriebsmeldung erzeugt hat.
getVersion() - Static method in class de.bsvrz.sys.funclib.operatingMessage.PackageRuntimeInfo
 

I

init(ClientDavInterface, String, String) - Method in class de.bsvrz.sys.funclib.operatingMessage.MessageSender
Initialisiert das Objekt indem die Verbindung zum Datenverteiler und die Kennung der Applikation übergeben wird.

M

MessageCauser - Class in de.bsvrz.sys.funclib.operatingMessage
Diese Klasse stellt die Urlasserinformationen dar.
MessageCauser(SystemObject, String, String) - Constructor for class de.bsvrz.sys.funclib.operatingMessage.MessageCauser
 
MessageGrade - Enum in de.bsvrz.sys.funclib.operatingMessage
Diese Klasse stellt die Meldungsklasse für die Betriebsmeldungen dar.
MessageSender - Class in de.bsvrz.sys.funclib.operatingMessage
Diese Klasse dient zur Erzeugung von Betriebsmeldungen.
MessageState - Enum in de.bsvrz.sys.funclib.operatingMessage
Diese Klasse repräsentiert den Status einer Meldung.
MessageType - Class in de.bsvrz.sys.funclib.operatingMessage
Diese Klasse stellt die beiden Zustände "System" und "Fach" für Meldungen, die sich auf systemtechnische oder fachliche Zustände beziehen, bereit.
MessageType(String) - Constructor for class de.bsvrz.sys.funclib.operatingMessage.MessageType
 

P

PackageRuntimeInfo - Class in de.bsvrz.sys.funclib.operatingMessage
 
PackageRuntimeInfo() - Constructor for class de.bsvrz.sys.funclib.operatingMessage.PackageRuntimeInfo
 

S

sendMessage(MessageType, MessageGrade, String) - Method in class de.bsvrz.sys.funclib.operatingMessage.MessageSender
Die einfachste Version eine Betriebsmeldung zu verschicken.
sendMessage(String, MessageType, String, MessageGrade, MessageState, String) - Method in class de.bsvrz.sys.funclib.operatingMessage.MessageSender
Bei dieser Betriebsmeldung wird neben dem MeldungsTyp, der MeldungsKlasse und des Meldungstextes noch eine ID und ob es sich hierbei um eine GutMeldung handelt, übergeben.
sendMessage(MessageType, String, MessageGrade, SystemObject, MessageCauser, String) - Method in class de.bsvrz.sys.funclib.operatingMessage.MessageSender
Hierbei handelt es sich um eine Betriebsmeldung, wo nur die ID und die GutMeldung fehlt.
sendMessage(String, MessageType, String, MessageGrade, SystemObject, MessageState, MessageCauser, String) - Method in class de.bsvrz.sys.funclib.operatingMessage.MessageSender
Die vollständige Betriebsmeldung.
setApplicationLabel(String) - Method in class de.bsvrz.sys.funclib.operatingMessage.MessageSender
Die ApplikationsKennung kann mit dieser Methode nachträglich gesetzt werden.
setMaxQueueSize(int) - Method in class de.bsvrz.sys.funclib.operatingMessage.MessageSender
Setzt die Größe der Warteschlange, in der Betriebsmeldungen gehalten werden solange es noch keine Sendesteuerung gibt.
SYSTEM_DOMAIN - Static variable in class de.bsvrz.sys.funclib.operatingMessage.MessageType
 

T

toString() - Method in enum de.bsvrz.sys.funclib.operatingMessage.MessageGrade
 
toString() - Method in enum de.bsvrz.sys.funclib.operatingMessage.MessageState
 
toString() - Method in class de.bsvrz.sys.funclib.operatingMessage.MessageType
 

V

valueOf(String) - Static method in enum de.bsvrz.sys.funclib.operatingMessage.MessageGrade
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.bsvrz.sys.funclib.operatingMessage.MessageState
Returns the enum constant of this type with the specified name.
values() - Static method in enum de.bsvrz.sys.funclib.operatingMessage.MessageGrade
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.bsvrz.sys.funclib.operatingMessage.MessageState
Returns an array containing the constants of this enum type, in the order they are declared.
A D G I M P S T V