SilverStream
Application Server 3.5

com.sssw.srv.busobj
Class AgoServerDeactivatedEvent

java.lang.Object
 |
 +--java.util.EventObject
       |
       +--com.sssw.srv.busobj.AgoBusinessObjectEvent
             |
             +--com.sssw.srv.busobj.AgoServerDeactivatedEvent
All Implemented Interfaces:
Serializable

public class AgoServerDeactivatedEvent
extends AgoBusinessObjectEvent

An instance of this object is passed into each ServerError event fired

See Also:
Serialized Form

Fields inherited from class java.util.EventObject
source
 
Constructor Summary
AgoServerDeactivatedEvent()
           
 
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

AgoServerDeactivatedEvent

public AgoServerDeactivatedEvent()

SilverStream
Application Server 3.5