Package hypercast.MonitorAndControl

Interface Summary
I_Monitor The Monitor class provides the API used to access remote Portals.
I_Portal  
I_ReceiveCallback This callback interface handles an MonMessage.
I_TimeoutCallback The application using the Monitor creates an instance of this interface and passes it as a parameter when sending out a MonMessage by using the sendTo() method defined in the I_Monitor interface, and specify a timeout value for waiting for the reply message.
 

Class Summary
Monitor For full description of the Monitor class follow the "see" links.
MonMessage This class implements a Monitor/Control Query message exchanged between Monitor and Portal to carry the query and reply for statitics and schemas.
Portal A Portal runs an overlay socket such that the Monitor can establish communication with the Portal through the overlay network.
 

Exception Summary
NoSuchPortalException