|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.EventObject
com.starteam.events.MPXStatusEvent
public final class 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.starteam.events.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.String |
toString()
Gets a short description of this MPXStatusEvent. |
| Methods inherited from class java.util.EventObject |
|---|
getSource |
| 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.starteam.events.MPXStatusEvent)public 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 | ||||||||