Uses of Interface
org.eclipse.wst.server.core.IRuntimeTargetHandler

Packages that use IRuntimeTargetHandler
org.eclipse.wst.server.core The main server tools framework client API. 
org.eclipse.wst.server.core.model SPI support for the server tools framework. 
 

Uses of IRuntimeTargetHandler in org.eclipse.wst.server.core
 

Methods in org.eclipse.wst.server.core that return IRuntimeTargetHandler
static IRuntimeTargetHandler[] ServerCore.getRuntimeTargetHandlers()
          Returns an array of all known runtime target handler instances.
static IRuntimeTargetHandler ServerCore.findRuntimeTargetHandler(java.lang.String id)
          Returns the runtime target handler with the given id, or null if none.
 

Uses of IRuntimeTargetHandler in org.eclipse.wst.server.core.model
 

Methods in org.eclipse.wst.server.core.model that return IRuntimeTargetHandler
 IRuntimeTargetHandler RuntimeTargetHandlerDelegate.getRuntimeTargetHandler()
          Deprecated. Returns the runtime target handler that this delegate is associated with.
 

Methods in org.eclipse.wst.server.core.model with parameters of type IRuntimeTargetHandler
 void RuntimeTargetHandlerDelegate.initialize(IRuntimeTargetHandler newHandler)
          Deprecated. Initializes the runtime target handler.