|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.util.EventObject
|
+--com.starbase.starteam.MPXStatusEvent
An event triggered whenever an important change occurs in the status of MPX or the MPX event transmitter. Such status changes may indicate that the StarTeam MPX server is not be functioning properly, and the application may lose events.
MPXStatusListener,
Server.addMPXStatusListener(com.starbase.starteam.MPXStatusListener),
Serialized Form| Method Summary | |
MPXException |
getException()
Gets the MPX exception that triggered the event handler. |
Server |
getServer()
Gets the Server object that was used to register the listener. |
java.lang.Object |
getSource()
The object on which the Event initially occurred. |
java.lang.String |
toString()
Gets a short description of this Event. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
public Server getServer()
Serverpublic MPXException getException()
MPXException,
MPXStatusListener.exception(com.starbase.starteam.MPXStatusEvent)public java.lang.Object getSource()
getSource in class java.util.EventObjectpublic java.lang.String toString()
toString in class java.util.EventObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||