Package org.scictrl.mp.orbitcorrect
Class ActionReportEvent
java.lang.Object
java.util.EventObject
org.scictrl.mp.orbitcorrect.DataBushEvent
org.scictrl.mp.orbitcorrect.ActionReportEvent
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ConnectionReportEvent
ActionReportEvent class.
- Author:
- igor@scictrl.com
- See Also:
-
Field Summary
Fields inherited from class org.scictrl.mp.orbitcorrect.DataBushEvent
message, sourceEl
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorDescriptionActionReportEvent
(AbstractDataBushElement source, String message, int code) ActionReportEvent constructor comment.ActionReportEvent
(AbstractDataBushElement source, String message, int code, DataBushPackedException ex) ActionReportEvent constructor comment.ActionReportEvent
(DataBush db, String message, int code) ActionReportEvent constructor comment.ActionReportEvent
(DataBush db, String message, int code, DataBushPackedException ex) ActionReportEvent constructor comment. -
Method Summary
Methods inherited from class org.scictrl.mp.orbitcorrect.DataBushEvent
getMessage, getSourceElement
Methods inherited from class java.util.EventObject
getSource
-
Constructor Details
-
ActionReportEvent
ActionReportEvent constructor comment. -
ActionReportEvent
ActionReportEvent constructor comment.- Parameters:
db
- aDataBush
objectmessage
- aString
objectcode
- a intex
- aDataBushPackedException
object
-
ActionReportEvent
ActionReportEvent constructor comment.- Parameters:
source
- java.lang.Objectmessage
- aString
objectcode
- a int
-
ActionReportEvent
public ActionReportEvent(AbstractDataBushElement source, String message, int code, DataBushPackedException ex) ActionReportEvent constructor comment.- Parameters:
source
- java.lang.Objectmessage
- aString
objectcode
- a intex
- aDataBushPackedException
object
-
-
Method Details
-
getExceptions
Getter for the field
exceptions
.- Returns:
- PackedDBException
-
getReportCode
public int getReportCode()getReportCode.
- Returns:
- java.lang.String
-
toString
- Overrides:
toString
in classDataBushEvent
-