摘要:
Network devices, systems and methods are described that configure a network device user interface. One method includes receiving input to define user-selectable information from among a list of pre-arranged network information presented on a network device display. The method includes configuring the user-selectable information into a particular grouping and presenting the user-selectable information according to the particular grouping.
摘要:
Network devices, systems and methods are described that configure a network device user interface. One method includes receiving input to define user-selectable information from among a list of pre-arranged network information presented on a network device display. The method includes configuring the user-selectable information into a particular grouping and presenting the user-selectable information according to the particular grouping.
摘要:
A method and system for logging event data from at least one operable application program or at least one peripheral device operably connected to a server using a log manager device driver. The method includes the steps of registering the log manager device driver with the server to receive all the event data from the server, registering the log manager device driver with the server as a log manager file, the log manager device driver receiving the event data, and the log manager device driver responding to a download request for said log manager file from a requesting computer.
摘要:
A graphical user interface representing a network switch provides graphical indicia on the status of a plurality of ports. A web page from the network switch is rendered on an end user tool such as a web browser of a computing device of a system administrator. The web page includes a communications interface configured to accept requests from the end user tool and to communicate with the end user tool. The web page also includes a graphical user interface for displaying the status of the ports with graphical indicia other than text.
摘要:
A method and system for sharing a communication port between a plurality of servers through a communication mechanism. The method includes the steps of requesting access to the shared communication port by a first server, linking the first server to the shared communication port by the communication mechanism, requesting access to the shared communication port by at least one other server, linking the other server(s) to an available communication port by the communication mechanism, returning a status to the other server(s) indicating a link with the shared communication port by the communication mechanism, and accepting requests for the shared communication port by the first server.
摘要:
Methods and systems for inter-applet communication. The methods and systems of the invention are particularly useful for communication between applets in different frames of an HTML page. Java and HTML specifications generally preclude interaction between applets in different HTML pages or frames. The present invention permits such communication by defining a superclass from which all such communicating applets are specialized. The superclass includes static structures and associated methods for enabling communication between the applets specialized therefrom. A static notification list has entries each of which identify a particular applet which requires notification of events from other applets. A first method of the superclass, invoked by a second applet desiring notification of an event, adds (or removes) entries in the notification list. A second method, invoked by a first applet recognizing occurrence of the event, searches the list and notifies all applets having entries registering their interest in events. A third method, an event notification handler overridden by the second applet(s) desiring such notification, is recorded in the notification list entry and invoked by the second method to provide the requisite notification to the second applet. Through notification of occurrence of an event and receipt of such notification, applets specialized from this superclass may effectuate inter-applet communication. Optional parameters passed through the notification registration method, stored in the notification list, and passed to the event notification handler, allows more detailed communication messages.