org.eclipse.ecf.server
Interface IStartableServer


public interface IStartableServer

Since:
2.1

Method Summary
 IContainer getContainer()
           
 void start()
           
 void stop()
           
 

Method Detail

start

void start()
           throws ECFException
Throws:
ECFException

stop

void stop()

getContainer

IContainer getContainer()