examples.wslauncher1
Class WebserviceLauncherImpl
java.lang.Object
de.fhg.igd.semoa.service.AbstractService
examples.wslauncher1.WebserviceLauncherImpl
- All Implemented Interfaces:
- Service, WebserviceLauncher
- public class WebserviceLauncherImpl
- extends AbstractService
- implements WebserviceLauncher
Method Summary |
String |
author()
Returns the name of the author of the service. |
String |
info()
Returns the informative string which should describe the
service's essence in a sentence. |
void |
launch(String clazz)
Launches the agent stored at clazz. |
static void |
main(String[] argv)
|
String |
revision()
Returns the revision number of this class as a string. |
WebserviceLauncherImpl
public WebserviceLauncherImpl()
launch
public void launch(String clazz)
- Description copied from interface:
WebserviceLauncher
- Launches the agent stored at clazz.
- Specified by:
launch
in interface WebserviceLauncher
- Parameters:
clazz
- class of the agent- See Also:
WebserviceLauncher.launch(java.lang.String)
info
public String info()
- Description copied from class:
AbstractService
- Returns the informative string which should describe the
service's essence in a sentence.
- Specified by:
info
in interface Service
- Specified by:
info
in class AbstractService
- Returns:
- the String with the service's short description.
author
public String author()
- Description copied from class:
AbstractService
- Returns the name of the author of the service. The format
to be used should be John Doe <jdoe@zilch.net>.
- Specified by:
author
in interface Service
- Specified by:
author
in class AbstractService
- Returns:
- the String with the author's name.
revision
public String revision()
- Description copied from class:
AbstractService
- Returns the revision number of this class as a string.
This class provides default implementations of methods
majorVersion()
, minorVersion
based on the assumption that this method returns a
revision string as generated by rcs(1) for the template
"$Revision: 1.7 $/$Date: 2007-08-08 04:41:53 +0200 (Wed, 08 Aug 2007) $".
- Specified by:
revision
in class AbstractService
main
public static void main(String[] argv)
throws Exception
- Throws:
Exception
Copyright © Fraunhofer Gesellschaft. All
Rights Reserved.