com.sssw.srv.busobj
Class AgoServerStopEvent
java.lang.Object
|
+--java.util.EventObject
|
+--com.sssw.srv.busobj.AgoBusinessObjectEvent
|
+--com.sssw.srv.busobj.AgoServerStopEvent
- All Implemented Interfaces:
- Serializable
- public class AgoServerStopEvent
- extends AgoBusinessObjectEvent
An instance of the AgoServerStopEvent is passed into each ServerStop event that is fired.
A ServerStop event fires when the SilverStream Server performs an orderly shut down.
You can create multiple objects that respond to ServerStop events;
however, SilverStream does not guarantee the order in which they will be
fired.
In the event of a server crash, SilverStream does not guarantee that
any of the events will be fired, in fact they probably will not be.
- See Also:
- Serialized Form
AgoServerStopEvent
public AgoServerStopEvent()