SilverStream
Application Server 3.5

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

Fields inherited from class java.util.EventObject
source
 
Constructor Summary
AgoServerStopEvent()
           
 
Methods inherited from class com.sssw.srv.busobj.AgoBusinessObjectEvent
getAgaData, getDatabase, getDatabaseURL, getServer, getSession, getUser, runAgData, updateTransactionally, userInGroup
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AgoServerStopEvent

public AgoServerStopEvent()

SilverStream
Application Server 3.5