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
_dso
protected IlsDSMainObject _dso
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.
getDSMainObject
public IlsDSMainObject getDSMainObject()
- Gets the main data source object
- Returns:
- the main data source object.