Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 



Uses of Interface
org.eclipse.wst.server.core.IServer.IOperationListener

Packages that use IServer.IOperationListener
org.eclipse.wst.server.core The main server tools framework client API. 
 

Uses of IServer.IOperationListener in org.eclipse.wst.server.core
 

Methods in org.eclipse.wst.server.core with parameters of type IServer.IOperationListener
 void IServer. publish (int kind, java.util.List< IModule[]> modules, IAdaptable info, IServer.IOperationListener listener)
          Publish one or more modules to the server.
 void IServer. restartModule ( IModule[] module, IServer.IOperationListener listener)
          Asynchronously restarts the given module on the server.
 void IServer. startModule ( IModule[] module, IServer.IOperationListener listener)
          Asynchronously starts this server in the given launch mode.
 void IServer. stop (boolean force, IServer.IOperationListener listener)
          Asynchronously stops this server.
 void IServer. stopModule ( IModule[] module, IServer.IOperationListener listener)
          Asynchronously stops the given module.
 




 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire