public class ReporterBean
extends java.lang.Object
| Constructor and Description |
|---|
ReporterBean()
ReporterBean constructor comment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clearResponseWindows()
Insert the method's description here.
|
SmartTextPane |
getResultArea()
Insert the method's description here.
|
void |
invocationDestroyed(Invocation inv)
Insert the method's description here.
|
boolean |
isExpand()
Insert the method's description here.
|
void |
killResponseWindows()
Insert the method's description here.
|
void |
reportRemoteCall(RemoteCall call)
Insert the method's description here.
|
void |
reportRemoteResponse(RemoteResponse response)
Insert the method's description here.
|
void |
setExpand()
Insert the method's description here.
|
void |
setNotifier(NotificationBean notifier)
Insert the method's description here.
|
void |
setResultArea(SmartTextPane newResultArea)
Insert the method's description here.
|
void |
setWindow()
Insert the method's description here.
|
static java.lang.String |
toString(RemoteCall call) |
static java.lang.String |
toString(RemoteCall call,
boolean expand) |
static java.lang.String |
toString(RemoteResponse response) |
static java.lang.String |
toString(RemoteResponse response,
boolean expand) |
public void clearResponseWindows()
public SmartTextPane getResultArea()
public void invocationDestroyed(Invocation inv)
public boolean isExpand()
public void killResponseWindows()
public void reportRemoteCall(RemoteCall call)
public void reportRemoteResponse(RemoteResponse response)
public void setExpand()
newExpand - booleanpublic void setNotifier(NotificationBean notifier)
newExpand - booleanpublic void setResultArea(SmartTextPane newResultArea)
newResultArea - javax.swing.JTextAreapublic void setWindow()
newExpand - booleanpublic static java.lang.String toString(RemoteCall call)
public static java.lang.String toString(RemoteCall call, boolean expand)
public static java.lang.String toString(RemoteResponse response)
public static java.lang.String toString(RemoteResponse response, boolean expand)