org.jpox.management
Interface ManagementServer


public interface ManagementServer

Management Server starts and stops a Management Server The ManagementManager is registered right after the instantiation of this interface. Plugin Extension Point: org.jpox.management.ManagementServer The implementation of this class must have a default public constructor


Method Summary
 void registerManagementManager(ManagementManager mgr)
          Register the ManagementManager
 void start()
          Start the Management Server.
 void stop()
          Stop the Management Server.
 

Method Detail

registerManagementManager

void registerManagementManager(ManagementManager mgr)
Register the ManagementManager

Parameters:
mgr - the ManagementManager

start

void start()
Start the Management Server. If this operation is invoked while the server is started, this operation is ignored


stop

void stop()
Stop the Management Server. If this operation is invoked while the server is stop, this operation is ignored



Copyright © -2008 . All Rights Reserved.