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 LaunchableAdapterDelegate

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

public abstract class LaunchableAdapterDelegate
extends java.lang.Object

This interface, typically implemented by the server code, converts from an IModuleArtifact to an object launchable on the server.

This is the implementation of a launchableAdapter extension point.

This abstract class is intended to be extended only by clients to extend the launchableAdapters extension point.

Since:
1.0

Constructor Summary
LaunchableAdapterDelegate ()
           
 
Method Summary
abstract  java.lang.Object getLaunchable ( IServer server, IModuleArtifact moduleArtifact)
          Returns a launchable object from this module artifact.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LaunchableAdapterDelegate

public LaunchableAdapterDelegate()
Method Detail

getLaunchable

public abstract java.lang.Object getLaunchable(
IServer server,
                                               
IModuleArtifact moduleArtifact)
                                        throws CoreException
Returns a launchable object from this module artifact.

Parameters:
server - the server
moduleArtifact - a module artifact [issue: if the launchable object cannot be found, should it throw a CoreExcpetion or return null?]
Returns:
the launchable object
Throws:
CoreException - if there was an error doing the conversion



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