Class ServiceJava
java.lang.Object
com.almis.awe.model.entities.services.ServiceJava
- All Implemented Interfaces:
Copyable
,ServiceType
,Serializable
ServiceJava Class
Used to parse the tag 'java' in file Services.xml with XStream
This file contains a 'Java Service', which means a method inside a classname
- Author:
- Pablo GARCIA - 25/JUN/2010
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.almis.awe.model.entities.services.ServiceType
getParameterList, setParameterList
-
Constructor Details
-
ServiceJava
public ServiceJava()
-
-
Method Details
-
copy
Description copied from interface:Copyable
Get a copy of this element -
getLauncherClass
Retrieve launcher class- Specified by:
getLauncherClass
in interfaceServiceType
- Returns:
- Class implementation
-