net.agmodel.chizuBean
Class ChizuBrokerEvent

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

public class ChizuBrokerEvent
extends ServerBeanEvent

See Also:
Serialized Form

Field Summary
 
Fields inherited from class net.agmodel.utilBean.ServiceBeanEvent
serverHTTP, serverRMI
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ChizuBrokerEvent(Object source, ChizuBrokerHTTP newBrokerHTTP, String newSessionID)
           
ChizuBrokerEvent(Object source, ChizuBroker newBrokerRMI, String newSessionID)
           
 
Method Summary
 ChizuBrokerHTTP getBrokerHTTP()
           
 ChizuBroker getBrokerRMI()
           
 
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

ChizuBrokerEvent

public ChizuBrokerEvent(Object source,
                        ChizuBroker newBrokerRMI,
                        String newSessionID)

ChizuBrokerEvent

public ChizuBrokerEvent(Object source,
                        ChizuBrokerHTTP newBrokerHTTP,
                        String newSessionID)
Method Detail

getBrokerRMI

public ChizuBroker getBrokerRMI()

getBrokerHTTP

public ChizuBrokerHTTP getBrokerHTTP()