|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Portal
Method Summary | |
void |
closePortal()
Closes the portal. |
void |
openPortal()
Opens the Portal . |
void |
setSilentOff()
Causes a Portal to begin sending MonitorAdvertise messages to a Monitor |
void |
setSilentOn()
Causes a Portal to cease sending MonitorAdvertise messages to a Monitor |
void |
startTranscript(java.lang.String filename)
Causes MCMessages to be recorded in a transcript
file. |
void |
stopTranscript()
Stops transcripting. |
Methods inherited from interface hypercast.I_Stats |
getReadSchema, getStats, getStatsName, getWriteSchema, setStats, setStatsName |
Method Detail |
public void openPortal()
Portal
. This causes the
PortalAdvertiser
thread to unblock so that
MCAdvertiseMessages
begin to flow from the
Portal
to the Monitor
.
A Portal
cannot be used until it is opened.
public void closePortal()
PortalAdvertiser
thread to block so that
MCAdvertiseMessages
cease to flow from the
Portal
to the Monitor
.
public void startTranscript(java.lang.String filename) throws java.io.FileNotFoundException, java.lang.IllegalStateException, HyperCastWarningRuntimeException
MCMessages
to be recorded in a transcript
file. Depending on the options present in the configuration
file either messages that are sent, received, or both will be
recorded.
filename
- The name of the transcript file.
HyperCastWarningRuntimeException
- If the header cannot be written to the transcript file.
HyperCastWarningRuntimeException
- If the configuration
specifies that neither sent nor received messsages should be
recorded.
java.io.FileNotFoundException
- If the specified file cannot be accessed
java.lang.IllegalStateException
- If a transcript is already startedpublic void stopTranscript() throws java.lang.IllegalStateException, HyperCastWarningRuntimeException
java.lang.IllegalStateException
- If no transcript is active.
HyperCastWarningRuntimeException
public void setSilentOn()
public void setSilentOff()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |