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

  




 

 



org.eclipse.wst.server.core.model
Class InternalInitializer

java.lang.Object
  extended by 
org.eclipse.wst.server.core.model.InternalInitializer

public class InternalInitializer
extends java.lang.Object

This is an internal utility class that is used by the server framework. It is not API and should never be used by clients.


Constructor Summary
InternalInitializer ()
           
 
Method Summary
static void initializeModuleFactoryDelegate ( ModuleFactoryDelegate delegate, org.eclipse.wst.server.core.internal.ModuleFactory newModuleFactory, IProgressMonitor monitor)
          Internal method - do not call.
static void initializeRuntimeDelegate ( RuntimeDelegate delegate, org.eclipse.wst.server.core.internal.Runtime newRuntime, IProgressMonitor monitor)
          Internal method - do not call.
static void initializeServerBehaviourDelegate ( ServerBehaviourDelegate delegate, org.eclipse.wst.server.core.internal.Server newServer, IProgressMonitor monitor)
          Internal method - do not call.
static void initializeServerDelegate ( ServerDelegate delegate, org.eclipse.wst.server.core.internal.Server newServer, IProgressMonitor monitor)
          Internal method - do not call.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InternalInitializer

public InternalInitializer()
Method Detail

initializeServerDelegate

public static void initializeServerDelegate(
ServerDelegate delegate,
                                            org.eclipse.wst.server.core.internal.Server newServer,
                                            IProgressMonitor monitor)
Internal method - do not call.

Parameters:
delegate -
newServer -
monitor -

initializeServerBehaviourDelegate

public static void initializeServerBehaviourDelegate(
ServerBehaviourDelegate delegate,
                                                     org.eclipse.wst.server.core.internal.Server newServer,
                                                     IProgressMonitor monitor)
Internal method - do not call.

Parameters:
delegate -
newServer -
monitor -

initializeRuntimeDelegate

public static void initializeRuntimeDelegate(
RuntimeDelegate delegate,
                                             org.eclipse.wst.server.core.internal.Runtime newRuntime,
                                             IProgressMonitor monitor)
Internal method - do not call.

Parameters:
delegate -
newRuntime -
monitor -

initializeModuleFactoryDelegate

public static void initializeModuleFactoryDelegate(
ModuleFactoryDelegate delegate,
                                                   org.eclipse.wst.server.core.internal.ModuleFactory newModuleFactory,
                                                   IProgressMonitor monitor)
Internal method - do not call.

Parameters:
delegate -
newModuleFactory -
monitor -



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