ilog.server.jsds
Class DSConnectionEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--ilog.server.jsds.DSConnectionEvent
All Implemented Interfaces:
Serializable

public class DSConnectionEvent
extends EventObject

Event class used for all connection/disconnection events happening on a data source

See Also:
Serialized Form

Field Summary
protected  IlsDSMainObject _dso
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
DSConnectionEvent(Object source, IlsDSMainObject dso)
          Constructor to use for updating data source properties.
 
Method Summary
 IlsDSMainObject getDSMainObject()
          Gets the main data source object
 
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
 

Field Detail

_dso

protected IlsDSMainObject _dso
Constructor Detail

DSConnectionEvent

public DSConnectionEvent(Object source,
                         IlsDSMainObject dso)
Constructor to use for updating data source properties.
Parameters:
source - The first parameter is the source of the event (the data source).
dso - The main data source object.
Method Detail

getDSMainObject

public IlsDSMainObject getDSMainObject()
Gets the main data source object
Returns:
the main data source object.