|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.util.EventObject
|
+--net.agmodel.utilBean.ServiceBeanEvent
|
+--net.agmodel.utilBean.ServerBeanEvent
|
+--net.agmodel.chizuBean.ChizuBrokerEvent
| 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 |
public ChizuBrokerEvent(Object source,
ChizuBroker newBrokerRMI,
String newSessionID)
public ChizuBrokerEvent(Object source,
ChizuBrokerHTTP newBrokerHTTP,
String newSessionID)
| Method Detail |
public ChizuBroker getBrokerRMI()
public ChizuBrokerHTTP getBrokerHTTP()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||