"WEBNMS_5 API Docs"

com.adventnet.nms.startnms
Interface SocketServerConnectionBE

All Known Implementing Classes:
NmsConfigurationServer

public interface SocketServerConnectionBE

All WebNMS modules which wants to use the common connection should implement this interface and register with the MainSocketServerBE. The init() method is invoked when the client connects to the server. The MainSocketSessionBE interface passed to the init() method is used to register the SocketSessionConnection class with the MainSocketSessionBE. The API in MainSocketSessionBE is used to send and receive data to/from the client. Note : This class should be used only in the BE or FE server JVM


Method Summary
 void init(MainSocketSessionBE mss)
           
 

Method Detail

init

void init(MainSocketSessionBE mss)

"WEBNMS_5 API Docs"

Copyright © 2011 ZOHO Corp., All Rights Reserved.