net.agmodel.chizuBean
Class ChizuSourceEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--net.agmodel.utilBean.ServiceBeanEvent
              |
              +--net.agmodel.utilBean.ServerBeanEvent
                    |
                    +--net.agmodel.utilBean.DataSourceEvent
                          |
                          +--net.agmodel.chizuBean.ChizuSourceEvent
All Implemented Interfaces:
Serializable

public class ChizuSourceEvent
extends DataSourceEvent

See Also:
Serialized Form

Field Summary
 
Fields inherited from class net.agmodel.utilBean.DataSourceEvent
dataSource
 
Fields inherited from class net.agmodel.utilBean.ServiceBeanEvent
serverHTTP, serverRMI
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ChizuSourceEvent(Object source, ChizuBrokerHTTP newBroker, String newSessionID, ChizuSourceDetail newSource)
           
ChizuSourceEvent(Object source, ChizuBroker newBroker, String newSessionID, ChizuSourceDetail newSource)
           
 
Method Summary
 ChizuBrokerHTTP getChizuBrokerHTTP()
           
 ChizuBroker getChizuBrokerRMI()
           
 ChizuSourceDetail getChizuSourceDetail()
           
 
Methods inherited from class net.agmodel.utilBean.DataSourceEvent
getDataSourceDetail
 
Methods inherited from class net.agmodel.utilBean.ServerBeanEvent
getServerHTTP, getServerRMI, getSessionID
 
Methods inherited from class net.agmodel.utilBean.ServiceBeanEvent
getServiceHTTP, getServiceRMI
 
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

ChizuSourceEvent

public ChizuSourceEvent(Object source,
                        ChizuBroker newBroker,
                        String newSessionID,
                        ChizuSourceDetail newSource)

ChizuSourceEvent

public ChizuSourceEvent(Object source,
                        ChizuBrokerHTTP newBroker,
                        String newSessionID,
                        ChizuSourceDetail newSource)
Method Detail

getChizuSourceDetail

public ChizuSourceDetail getChizuSourceDetail()

getChizuBrokerRMI

public ChizuBroker getChizuBrokerRMI()

getChizuBrokerHTTP

public ChizuBrokerHTTP getChizuBrokerHTTP()