
Public Member Functions | |
| ReporterBean () | |
| void | clearResponseWindows () |
| SmartTextPane | getResultArea () |
| synchronized void | invocationDestroyed (Invocation inv) |
| boolean | isExpand () |
| void | killResponseWindows () |
| synchronized void | reportRemoteCall (RemoteCall call) |
| synchronized void | reportRemoteResponse (RemoteResponse response) |
| void | setExpand () |
| void | setNotifier (NotificationBean notifier) |
| void | setResultArea (SmartTextPane newResultArea) |
| void | setWindow () |
Static Public Member Functions | |
| static String | toString (RemoteCall call) |
| static String | toString (RemoteCall call, boolean expand) |
| static String | toString (RemoteResponse response) |
| static String | toString (RemoteResponse response, boolean expand) |
Static Package Attributes | |
| static int | raID = 0 |
Private Attributes | |
| SmartTextPane | resultArea = null |
| NotificationBean | notifier = null |
| boolean | expand = false |
| boolean | window = true |
| Hashtable | responseWindows = new Hashtable(10) |
| Style | redStyle = null |
| Style | blackStyle = null |
Insert the type's description here. Creation date: (11/10/00 4:13:13 PM)
| si::ijs::acs::objectexplorer::ReporterBean::ReporterBean | ( | ) | [inline] |
ReporterBean constructor comment.
Referenced by si::ijs::acs::objectexplorer::ObjectExplorer::getReporterBean().
| void si::ijs::acs::objectexplorer::ReporterBean::clearResponseWindows | ( | ) | [inline] |
Insert the method's description here. Creation date: (3/27/2001 5:25:40 PM)
References notifier, si::ijs::acs::objectexplorer::NotificationBean::reportDebug(), and responseWindows.
Referenced by si::ijs::acs::objectexplorer::TreeHandlerBean::setAccess().
| SmartTextPane si::ijs::acs::objectexplorer::ReporterBean::getResultArea | ( | ) | [inline] |
Insert the method's description here. Creation date: (11/4/00 3:07:23 PM)
References resultArea.
| synchronized void si::ijs::acs::objectexplorer::ReporterBean::invocationDestroyed | ( | Invocation | inv | ) | [inline] |
Insert the method's description here. Creation date: (11/28/00 12:44:55 PM)
References com::cosylab::gui::components::r2::SmartTextPane::append(), si::ijs::acs::objectexplorer::engine::Invocation::getInvocationRequest(), si::ijs::acs::objectexplorer::engine::RemoteCall::getSN(), responseWindows, and resultArea.
Referenced by si::ijs::acs::objectexplorer::ListsHandlerBean::invocationDestroyed().
| boolean si::ijs::acs::objectexplorer::ReporterBean::isExpand | ( | ) | [inline] |
Insert the method's description here. Creation date: (9/12/2002 2:03:42 PM)
References expand.
Referenced by si::ijs::acs::objectexplorer::RemoteResponseWindow::invokeOperation(), si::ijs::acs::objectexplorer::RemoteResponseWindow::isExpand(), and si::ijs::acs::objectexplorer::RemoteResponseWindow::responseReceived().
| void si::ijs::acs::objectexplorer::ReporterBean::killResponseWindows | ( | ) | [inline] |
Insert the method's description here. Creation date: (3/27/2001 5:25:40 PM)
References notifier, si::ijs::acs::objectexplorer::NotificationBean::reportDebug(), and responseWindows.
Referenced by si::ijs::acs::objectexplorer::TreeHandlerBean::accessSetter::run().
| synchronized void si::ijs::acs::objectexplorer::ReporterBean::reportRemoteCall | ( | RemoteCall | call | ) | [inline] |
Insert the method's description here. Creation date: (11/10/00 4:13:52 PM)
References com::cosylab::gui::components::r2::SmartTextPane::append(), blackStyle, expand, si::ijs::acs::objectexplorer::engine::RemoteCall::isErrorResponse(), redStyle, resultArea, and toString().
Referenced by si::ijs::acs::objectexplorer::ListsHandlerBean::OperationAcquiry::run().
| synchronized void si::ijs::acs::objectexplorer::ReporterBean::reportRemoteResponse | ( | RemoteResponse | response | ) | [inline] |
Insert the method's description here. Creation date: (11/28/00 12:44:55 PM)
References com::cosylab::gui::components::r2::SmartTextPane::append(), blackStyle, expand, si::ijs::acs::objectexplorer::engine::RemoteResponse::getInvocation(), si::ijs::acs::objectexplorer::engine::Invocation::getInvocationRequest(), si::ijs::acs::objectexplorer::engine::RemoteResponse::getName(), si::ijs::acs::objectexplorer::engine::RemoteResponse::getSequenceNumber(), si::ijs::acs::objectexplorer::engine::RemoteCall::getSN(), si::ijs::acs::objectexplorer::RemoteResponseWindow::isDestroyed(), si::ijs::acs::objectexplorer::engine::RemoteResponse::isErrorResponse(), notifier, redStyle, si::ijs::acs::objectexplorer::RemoteResponseWindow::reportRemoteResponse(), responseWindows, resultArea, toString(), and window.
Referenced by si::ijs::acs::objectexplorer::ListsHandlerBean::responseReceived().
| void si::ijs::acs::objectexplorer::ReporterBean::setExpand | ( | ) | [inline] |
Insert the method's description here. Creation date: (2/24/2001 5:08:12 PM)
| newExpand | boolean |
References expand.
Referenced by si::ijs::acs::objectexplorer::ObjectExplorer::connEtoM8().
| void si::ijs::acs::objectexplorer::ReporterBean::setNotifier | ( | NotificationBean | notifier | ) | [inline] |
Insert the method's description here. Creation date: (2/24/2001 5:08:12 PM)
| newExpand | boolean |
Referenced by si::ijs::acs::objectexplorer::ObjectExplorer::connPtoP3SetTarget().
| void si::ijs::acs::objectexplorer::ReporterBean::setResultArea | ( | SmartTextPane | newResultArea | ) | [inline] |
Insert the method's description here. Creation date: (11/4/00 3:07:23 PM)
| newResultArea | javax.swing.JTextArea |
References blackStyle, redStyle, and resultArea.
Referenced by si::ijs::acs::objectexplorer::ObjectExplorer::connPtoP13SetTarget().
| void si::ijs::acs::objectexplorer::ReporterBean::setWindow | ( | ) | [inline] |
Insert the method's description here. Creation date: (2/24/2001 5:08:12 PM)
| newExpand | boolean |
References window.
Referenced by si::ijs::acs::objectexplorer::ObjectExplorer::connEtoM9().
| static String si::ijs::acs::objectexplorer::ReporterBean::toString | ( | RemoteResponse | response, | |
| boolean | expand | |||
| ) | [inline, static] |
References si::ijs::acs::objectexplorer::engine::RemoteResponse::getData(), si::ijs::acs::objectexplorer::engine::RemoteResponse::getDataNames(), si::ijs::acs::objectexplorer::engine::RemoteResponse::getInvocation(), si::ijs::acs::objectexplorer::engine::Invocation::getInvocationRequest(), si::ijs::acs::objectexplorer::engine::RemoteResponse::getName(), si::ijs::acs::objectexplorer::OETreeNode::getName(), si::ijs::acs::objectexplorer::engine::RemoteResponse::getSequenceNumber(), si::ijs::acs::objectexplorer::engine::RemoteCall::getSN(), and si::ijs::acs::objectexplorer::engine::RemoteResponse::getTimestamp().
| static String si::ijs::acs::objectexplorer::ReporterBean::toString | ( | RemoteResponse | response | ) | [inline, static] |
References toString().
| static String si::ijs::acs::objectexplorer::ReporterBean::toString | ( | RemoteCall | call, | |
| boolean | expand | |||
| ) | [inline, static] |
References si::ijs::acs::objectexplorer::engine::Converter::acceptConvert(), si::ijs::acs::objectexplorer::engine::Converter::convert(), si::ijs::acs::objectexplorer::engine::RemoteCall::getAttribute(), si::ijs::acs::objectexplorer::engine::RemoteCall::getAuxReturnValues(), si::ijs::acs::objectexplorer::engine::Operation::getIntrospectable(), si::ijs::acs::objectexplorer::engine::RemoteCall::getIntrospectable(), si::ijs::acs::objectexplorer::engine::Operation::getName(), si::ijs::acs::objectexplorer::engine::SimpleIntrospectable::getName(), si::ijs::acs::objectexplorer::engine::RemoteCall::getOperation(), si::ijs::acs::objectexplorer::engine::Operation::getParameterNames(), si::ijs::acs::objectexplorer::engine::Operation::getReturnType(), si::ijs::acs::objectexplorer::engine::RemoteCall::getSN(), si::ijs::acs::objectexplorer::engine::RemoteCall::getSyncReturnValue(), si::ijs::acs::objectexplorer::engine::RemoteCall::getThrowable(), si::ijs::acs::objectexplorer::engine::RemoteCall::isAttributeAccess(), and si::ijs::acs::objectexplorer::engine::RemoteCall::isTimeout().
| static String si::ijs::acs::objectexplorer::ReporterBean::toString | ( | RemoteCall | call | ) | [inline, static] |
Referenced by reportRemoteCall(), reportRemoteResponse(), and toString().
Style si::ijs::acs::objectexplorer::ReporterBean::blackStyle = null [private] |
Referenced by reportRemoteCall(), reportRemoteResponse(), and setResultArea().
boolean si::ijs::acs::objectexplorer::ReporterBean::expand = false [private] |
Referenced by isExpand(), reportRemoteCall(), reportRemoteResponse(), and setExpand().
NotificationBean si::ijs::acs::objectexplorer::ReporterBean::notifier = null [private] |
Referenced by clearResponseWindows(), killResponseWindows(), and reportRemoteResponse().
int si::ijs::acs::objectexplorer::ReporterBean::raID = 0 [static, package] |
Style si::ijs::acs::objectexplorer::ReporterBean::redStyle = null [private] |
Referenced by reportRemoteCall(), reportRemoteResponse(), and setResultArea().
Hashtable si::ijs::acs::objectexplorer::ReporterBean::responseWindows = new Hashtable(10) [private] |
Referenced by clearResponseWindows(), invocationDestroyed(), killResponseWindows(), and reportRemoteResponse().
SmartTextPane si::ijs::acs::objectexplorer::ReporterBean::resultArea = null [private] |
Referenced by getResultArea(), invocationDestroyed(), reportRemoteCall(), reportRemoteResponse(), and setResultArea().
boolean si::ijs::acs::objectexplorer::ReporterBean::window = true [private] |
Referenced by reportRemoteResponse(), and setWindow().
1.6.2